@charset "UTF-8";
/* CSS Document */

body, td, th, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #333;
	margin:0;
	padding:0;
	font-weight:normal;
	background-color:#96bf0d;
}

td {
background-color:#FFF;
}

a:visited, a:link {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #96bf0d;
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #333;
	margin:0;
	padding:0;
	font-weight:normal;
	margin-bottom:15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #e3006a;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	line-height: 9.5pt;
	color: #333;
	font-weight:normal;
	padding:0;
	margin:0;
}

p {
margin:0;
padding:0;
}




/* Definition Container */
/* ==================================  */


#background {
background-color:#96bf0d;
width:100%;
height:100%;
}

#ausrichtung {
	width: 1000px;
	height: 700px;
	margin-right: auto;
	margin-left: auto;

}


/* ==================================  */


#ausrichtung #left {
	width: 830px;
	height: 700px;
	float:left;
	background-color:#FFFFFF;
}

#ausrichtung #left #kopf {
	width: 200px;
	height: 138px;
	float:left;
	background-image:url(../images/kopf.gif) ;
	background-repeat:no-repeat;
}
#ausrichtung #left #kopf #sn {
	width: 200px;
	height: 20px;
	margin-left: 10px;
	padding-top:3px;
}
#ausrichtung #left #kopf2 {
	width: 630px;
	height: 138px;
	float:right;
}
#ausrichtung #left #hn {
	width: 830px;
	height: 16px;
	background-color:#FFFFFF;
}
#ausrichtung #left #un2 {
	width: 233px;
	height: 546px;
	float:left;	}
#ausrichtung #left #un {
	width: 213px;
	height: 446px;
	margin-top:30px;
	padding-right:20px;
	border-right:#96bf0d 1px dotted;
	overflow:auto;
	}
#ausrichtung #left #un1 {
	width: 233px;
	height: 70px;
	border-right:#96bf0d 1px dotted;
	background-image:url(../images/pilatus.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:auto;
	}
#ausrichtung #left #fuss {
	width: 596px;
	height: auto;
	float:right;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}
#ausrichtung #left #content {
	width: 556px;
	height: auto;
	float:right;
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	overflow:auto;
}


/* ==================================  */


#ausrichtung #right {
	width: 170px;
	height: 700px;
	float:left;
	background-color:#FFFFFF;
}

#ausrichtung #right #adresse {
	width: 155px;
	height: 118px;
	background-image:url(../images/adresse.gif);
	padding-top:20px;
padding-left:15px;
	}

#ausrichtung #right #sprache {
	width: 170px;
	height: 16px;
	background-color:#000;
	color:#FFFFFF;
	text-align:right;
	text-decoration:none;
}

#ausrichtung #right #spalte {
	width: 169px;
	height: 546px;
	background-color:#dfe7c7;
	padding:0;
	margin:0;
	border-left:#000 1px dotted;
}
#ausrichtung #right #spalte1 {
	width:  145px;
	height: 60px;
	padding-left:15px;
	padding-top:40px;
}
#ausrichtung #right #spalte2 {
	width:  145px;
	height: 60px;
	padding-left:15px;
}
#ausrichtung #right #spalte3 {
	width:  145px;
	height: 80px;
	padding-left:15px;
}



/* ==================================  */
/* Ende Definition Container */


/* adressblock */

#ausrichtung #right #adresse {
font-size:8pt;
line-height:11pt;
}
#ausrichtung #right #adresse a {
font-size:8pt;
line-height:11pt;
color:#333333;
text-decoration:none;
}


/* sprachwechsel */

#ausrichtung #right #sprache a {
	background-color:#000;
	color:#FFFFFF;
	text-align:right;
	text-decoration:none;
	padding-right:10px;
	font-size:7.5pt;
	font-weight:normal;
}




/* HN-Navigation horizontal */

#ausrichtung #left #hn ul {
    /* Listenpunkte ausblenden */
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#ausrichtung #left #hn ul li {
    float: left;
    margin-right: 4px;
}
#ausrichtung #left #hn li a {
    display: block;
    background-color: #96bf0d;
    color: #000;
    text-decoration: none;
    text-align: center;
    height: 13px;
	width:112px;
	font-family:"Trebuchet MS";
	font-size:9pt;
	padding-bottom:2px;
	border-right:#000000 1px solid;
	border-left:#000000 1px solid;
	border-bottom:#000000 1px solid;

}

#ausrichtung #left #hn li a:hover {
    color: #FFF;
    background-color: #000;
}
#ausrichtung #left #hn ul .aktiv {
    font-weight: bold;
	display: block;
	color:#FFF;
    text-align: center;
	background-color: #000;
    text-decoration: none;
    height: 13px;
	width:112px;
	font-family:"Trebuchet MS";
	font-size:8.5pt;
}



/* UN-Navigation vertikal */

#ausrichtung #left #un ul {
    /* Listenpunkte ausblenden */
    list-style-type: none;
    margin: 0px;
    padding: 0px;
	text-align:right;
}
#ausrichtung #left #un ul li {
text-align:right;
}
#ausrichtung #left #un li a {
    color: #96bf0d;
    text-decoration: none;
    text-align: right;
	font-family:"Trebuchet MS";
	font-size:9pt;
	font-weight:bold;
	line-height:13pt;
}

#ausrichtung #left #un li a:hover {
    color: #000;
}
#ausrichtung #left #un ul .aktiv {
    color: #000;
    text-decoration: none;
	font-family:"Trebuchet MS";
	font-size:9pt;
	font-weight:bold;
	line-height:13pt;
}



/* SN-Navigation horizontal */

#ausrichtung #left #kopf #sn .bodytext {
font-size:7pt;
text-decoration:none;
margin:0;
padding:0;
color:#333333;
}
#ausrichtung #left #kopf #sn .bodytext a {
font-size:7pt;
text-decoration:none;
margin:0;
padding:0;
color:#333333;
}
#ausrichtung #left #kopf #sn .bodytext .aktiv {
font-size:7pt;
text-decoration:none;
color:#333333;
}






/* indexed search */

#ausrichtung #left #content .tx-indexedsearch {
	width:450px;
}
#ausrichtung #left #content .tx-indexedsearch-info {
	background-color:#FFF;
	color:#96bf0a;
	font-size:8pt;
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
}
#ausrichtung #left #content .tx-indexedsearch-redMarkup {
	color:#96bf0a;
}
#ausrichtung #left #content .tx-indexedsearch .tx-indexedsearch-searchbox {
	margin-top:20px;
}
#ausrichtung #left #content .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
margin-left:20px;
width:150px;
}
#ausrichtung #left #content .tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
margin-top:15px;
margin-left:20px;
}

#ausrichtung #left #content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-path a {
color:#999999;
margin-top:15px;
margin-left:20px;
}




/* definition formular content */	

#ausrichtung #left #content label {
font-family:Arial, Helvetica, sans-serif;
    width: 160px;
    float: left;
}
#ausrichtung #left #content .csc-mailform {
    background-color: #none;
    width: 500px;
    border-style: none;
	padding:0;
	margin:0;
	padding-top:10px;
}
#ausrichtung #left #content .csc-mailform-field {
	padding-bottom:5px;
}
#ausrichtung #left #content .csc-mailform-field input {
	background-color:#d6e6a2;
	border-color:#96bf0d;
	border-style:hidden;
}


#ausrichtung #left #content .csc-mailform-field .csc-mailform-submit {
	margin-top:12px;
	margin-left:160px;
	background-color:#96bf0d;
	border-color:#96bf0d;
	color:#FFF;
		}

#ausrichtung #left #content .csc-mailform-field textarea {
	border-collapse:#96bf0d;
	background:none;
	border: thin solid #96bf0d;
	}


		
/* Liste */
	
#ausrichtung #left #content ul {
list-style-image:url(../images/listenpunkt.gif);
list-style-position:outside;
margin:0;
padding:0;
padding-left:10px;
padding-top:10px;
	}
#ausrichtung #left #content ul li {
margin-bottom:5px;
	}



/* Definition Sitemap */

#ausrichtung #left #content .csc-sitemap ul {
margin:0;
padding:0;
list-style-type:none;
list-style-image:none;
}
#ausrichtung #left #content .csc-sitemap ul li {
margin-bottom:15px;
}
#ausrichtung #left #content .csc-sitemap ul li a {
color:#000;
text-decoration:none;
font-weight:bold;
margin-bottom:15px;
}
#ausrichtung #left #content .csc-sitemap ul a:visited {
color:#000;
text-decoration:none;
font-weight:bold;
}
#ausrichtung #left #content .csc-sitemap ul li ul li {
color:#96bf0a;
padding-left:0px;
text-decoration:underline;
margin:0px;
}
#ausrichtung #left #content .csc-sitemap ul li ul li a:visited {
color:#96bf0a;
padding-left:10px;
font-weight:normal;
}
#ausrichtung #left #content .csc-sitemap ul li ul a {
color:#96bf0a;
padding-left:15px;
font-weight:normal;
}





/* image */
#ausrichtung #left #content .csc-textpic-imagewrap {
padding:0;
margin:0;
padding-bottom:3px;
}
#ausrichtung #left #content .csc-textpic-imagewrap .csc-textpic-caption {
font-size:8pt;
line-height:11pt;
padding-bottom:0px;
padding-top:15px;
padding-bottom:15px;
}

#ausrichtung #left #content .csc-textpic-imagewrap .csc-textpic-caption a {
font-size:8pt;
line-height:12pt;
}


/* tabelle   layout 2: 4-spaltig (1gross, 1klein, 1gross, 1mittel) */

#ausrichtung #left #content .contenttable-2  {
margin-top:0px;
padding:0px;
margin-bottom:8px;
}

#ausrichtung #left #content .contenttable-2 .tr-even tr-0  {
align: left;
font-weight:bold;
text-align:left;
padding-left:2px;

}

#ausrichtung #left #content .contenttable-2 .tr-even th {
vertical-align:top;
text-align:left;
background-color:#000;
padding-top:0;
padding-bottom:0;
margin:0;
font-weight:bold;
color:#FFF;
background-color:#999999;
}

#ausrichtung #left #content .contenttable-2 .td-0 {
width:100px;
vertical-align:top;
padding-top:0;
padding-bottom:0;
margin:0;
padding:0;
color:#e3006a;
padding-left:5px;
font-weight:bold;
background-color:#E9E9E9;

}
#ausrichtung #left #content .contenttable-2 .td-1 {
width:100px;
vertical-align:top;
background-color:#E9E9E9;
padding-top:0;
padding-bottom:0;
margin:0;
padding:0;
padding-left:2px;
}
#ausrichtung #left #content .contenttable-2 .td-2 {
width:150px;
vertical-align:top;
background-color:#E9E9E9;
padding-top:0;
padding-bottom:0;
margin:0;
padding:0;
padding-left:2px;
}
#ausrichtung #left #content .contenttable-2 .td-3 {
width:70px;
vertical-align:top;
background-color:#E9E9E9;
padding-top:0;
padding-bottom:0;
margin:0;
padding:0;
padding-left:2px;
}



/* 2-spalten   layout 1 */


#ausrichtung #left #content .tx-fdfx2cols-pi1 {
padding-top:20px;
vertical-align:top;
}
#ausrichtung #left #content .c2l1-left {
width:200px;
padding-right:20px;
vertical-align:top;
border:0;
border-top:1px #999999 solid;
padding-top:10px;

}
#ausrichtung #left #content .c2l1-middle {
width:200px;
padding:0;
margin:0;
vertical-align:top;
border-top:1px #999999 solid;
padding-top:10px;

}






/* smooth-gallery */

#ausrichtung #left #content .rgsgcontent {
margin-top:10px;

}
#ausrichtung #left #content .rgsgcontent .slideElement {
background-color:#96bf0d;
}

#ausrichtung #left #content .rgsgcontent .slideInfoZone {
height:55px;
opacity: 0.8;
vertical-align:bottom;

}

#ausrichtung #left #content .rgsgcontent .slideInfoZone h2 {
font-size:7pt;
line-height:9pt;
}
#ausrichtung #left #content .rgsgcontent .carouselContainer {
height: 110px;
}
#ausrichtung #left #content .rgsgcontent .carouselContainer .carousel {
height: 95px;
background-color:#000;
opacity: 0.8;
}
#ausrichtung #left #content .rgsgcontent .carouselContainer .carousel .label {
font-size:7pt;
line-height:9pt;
display:none;
}



#ausrichtung #left #content .jdGallery a.carouselBtn {
background-color:#FFF;
color:#666666;
text-align:center;
right:24px;
font-size:8pt;
width:85px;
margin:0;
opacity:0.8;
padding:0;
height:15px;
}

#ausrichtung #left #content .jdGallery .slideInfoZone {
height:40px;
}

