@charset "UTF-8";
/*	PAL-TEC Haupt-CSS-Dokument 
	created: 24.04.2007 
	modified: 19.07.2007 (dR)
	by: Boland Werbung
*/

/* mehrfach Deklaration v. font wegen Vererbung-Bug im IE */
body, p, td, th {
	font: 12px/18px 'Arial', 'Helvetica', 'sans-serif';
}

body { 
	margin: 0px; 
	padding: 0px;	
	line-height: 16px;
	color: #000000;
	background-color: rgb(120,143,170);	
	}


/* Seitenbereiche/Positionierung */
#centerDiv {
	position: absolute;
	width: 950px;
	background-image: url(/images/design/bg_col.gif);
	background-repeat: repeat-y;
}

#banner_area {
	height: 147px;
	width: 950px;
	position: static;
	background-color: rgb(187,199,212);
}

#navigation_area { /* div */
	width: 210px;
	height: 715px; /* nötig für bg-img */
	padding-top: 20px;
	position: static;
	float: left;
	background-image: url(/images/design/bg-img_l.jpg);
	background-repeat: no-repeat;
}

#content_area {
	width: 660px; /* brutto 740 -> siehe colR */
	min-height: 715px; /* nötig für bg-img */
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	top: 147px;
	margin: 0px;
	left: 310px;
	position: static;
	float: left;
	background-image: url(/images/design/bg-img_r.jpg);
	background-repeat: no-repeat;
}

.colL {
	width: 320px;
	float: left;
	/* background-color: #66ff66; */
	/* Breite wichtig f�r #content_area */
}

.colR {
	width: 320px;
	float: left;
	margin-left: 20px;
	/* background-color: #ff66ff; */
	/* Breite wichtig f�r #content_area */
	/* top ergibt sich durch padding-top von #content_area */
}

#footer {
	width: 950px;
	height: 42px;
	position: static;
	clear: both;
	background-image: url(/images/design/bg_foot.gif);
	background-repeat: repeat-x;	
}

#faddress {
	padding-top: 20px; 
	padding-left: 20px; 
	padding-bottom: 0px;
	font-size: 11px;
}

#banner_img {
	height: 147px;
	width: 950px;
	border: none;
}



/* Listen */
ul {
	/*border: 1px dashed red;*/
	list-style-type: square;
	list-style-position: outside;
	padding-left: 12px;
	margin-top: 0px;
}

li {	
	/*border: 1px dashed orange;*/
	margin-bottom: 4px;
}



/* Tabellen */
table { border: none; }

caption {
	font-weight: bold;
	color: rgb(0,0,0);
	text-align: left;
	margin-bottom: 10px;	
}

th {
	color: rgb(90,90,90);
	text-align: left; 
	vertical-align: top;
	padding-right: 20px;
	padding-bottom: 15px;	
}

td {
	text-align: left; 
	vertical-align: top;
	padding-bottom: 15px;
}



/* Text/Bilder/etc */
h1 {
	font-weight: normal;
	font-size: 17px;
	color: rgb(255,255,255);
	background-color: rgb(187,199,212);
	border-top: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
	line-height: 24px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-weight: normal;
	font-size: 14px;
	color: rgb(52,52,52);
	background-color: rgb(220,228,237);
	padding-left: 5px;
	padding-right: 40px;
	margin: 0px;
	margin-bottom: 10px;
	display: inline;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: rgb(0,0,0);
	margin-bottom: 10px;
}

img { 
	border: 1px solid rgb(117,117,117);
}

.img_mbottom { 
	margin-bottom: 10px;
}

.article_img_l {
	border: 1px solid rgb(117,117,117);
	margin-right: 18px;
	float: left;
}

.article { /* p */
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	width: 330px;
}

.article_tbl {
	width: 350px;
	margin-bottom: 50px;
}

.article_tbl tr td {
	vertical-align: bottom;
	/*text-align: left;*/
}

.img_td { /* td */ 
	padding-right: 20px;
}



/* Formulare */
input {
	display: block;
	margin-bottom: 30px;
	width: 320px;
	border: 1px solid rgb(117,117,117);
}

textarea { 
	display: block;
	margin-bottom: 35px;
	width: 320px;
	border: 1px solid rgb(117,117,117);
}

select {
	display: block;
	margin-bottom: 30px;
	width: 85px;
	border: 1px solid rgb(117,117,117);
}

label {	cursor: pointer; }

.btn_submit {
	display: inline;
	width: auto;
	margin-bottom: 10px;
}



/* Navigation */
.nav-box { /* div */
	margin-left: 17px;
	height: 30px;
	border-bottom: 1px solid white;
}

.nav-link { /* a */
	padding-left: 2px; 
	font-size: 14px;
	line-height: 30px;
	color: rgb(255,255,255);
	text-decoration: none;
	display: block;
}

.nav-link:hover { /* a */
	background-color: #BDC0CC;
}

.nav-link-current { /* a, aktuelle Seite */
	padding-left: 2px; 
	font-size: 14px;
	line-height: 30px;
	color: rgb(200,220,250);
	text-decoration: none;
	display: block;
}

.nav-link-current:hover { /* a, aktuelle Seite */
	background-color: #BDC0CC;
}

.nav-pointer {
	border: none;
	margin-right: 10px;
}

/* Sprach-Navigation */
#lang-nav a {
	font-size: 12px;
	color: rgb(255,255,255);
	text-decoration: none;
	line-height: 14px;
}

.lang-nav-span { padding: 7px 3px 2px 3px; }

.lang-nav-span:hover {
	border-top: 1px solid white; 
	border-bottom: 1px solid white; 
}