/* --------------------------------*/
/* layout / divs und body          */
/* --------------------------------*/


body {
	background: url(img/overall_bg.png) top center; 
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 21px;
	font-family: arial, verdana, helvetica;
	letter-spacing: 1px;
	color: #87888a;
}



#container{
	width: 878px;
	height: auto;
	margin: 0 auto;
}

#header{
	padding: 51px 0px 28px 89px;
}

#naviholder{
	float: left;
	width: 208px;
	height: 333px;
	padding-left: 61px;
}

#inhalt{
	float: left;
	width: 530px;
	height: 333px;
}

#sprachumschaltung{
	float: left;
	width: 62px;
	height: 30px;
	text-align: right;
	font-size: 10px;
	padding-right: 13px;
	font-weight: bold;
	margin-top: -5px;
	letter-spacing: 0px;
}

#seitenumschaltung{
	position: absolute;
	top: 302px;
	left: 50%;
	margin-left: 150px;
	width: 200px;
	height: 30px;
	text-align: right;
}

#footer{
	float: left;
	width: 878px;
	height: 12px;
	padding-top: 16px;
	text-align:center;
}

/* --------------------------------*/
/* Rahmen um Bilder 1px grau */
/* --------------------------------*/
#inhalt .bildrahmen {
	/*border: 1px solid #87888a;
	padding: 0px 0px;*/
}

#inhalt .csc-textpic-border .bildrahmen{
border: 1px solid #87888a;
	padding: 0px 0px;
}

/* --------------------------------*/
/* Refbilder */
/* --------------------------------*/


#refbilder .bildreihe{
	float: left;
	width: 105px;
}

#refbilder .bildrahmen {
	float: left;
	width: 95px;
	height: 95px;
	overflow: hidden;
	border: 1px solid #87888a;
}

#refbilder .einzelbild{
	float: left;
	width: 295px;
	height: 160px;

	margin-top: -27px;
	margin-left: -100px;
	
	text-align: center;
}

#refbilder .einzelbild img{

}


#refbilder a{
	text-decoration: none;
}


#refbilder .lupe{
	float: left;
	margin-left: 37px;
	margin-top: -96px;
	height: 20px;
	width: 20px;
	background: url(/fileadmin/img/plus.gif) no-repeat center;

}

/* --------------------------------*/
/* positionierung header im fliesstext */
/* --------------------------------*/

.csc-header{
	float: left;
	padding-top: 16px;
	margin-bottom: 0px;
}

/* --------------------------------*/
/* schrift- und linkauszeichnungen */
/* --------------------------------*/

#inhalt a {
	text-decoration: none;
	border-bottom: 1px dashed #87888a;
	color: #87888a
}

#inhalt a:hover {
	text-decoration: dotted;
	border-bottom: 1px dashed #fff;
	color: #ffffff
}


#sprachumschaltung a{
	font-weight: bold;
	color: #87888a;
	text-decoration: none;
}

#sprachumschaltung a:hover{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#seitenumschaltung p {
	text-decoration: none;
}

#seitenumschaltung a{
	color: #87888a;
	text-decoration: none;
}

#seitenumschaltung a:hover{
	color: #ffffff;
	text-decoration: none;
}

#seitenumschaltung img{
	border: 0px;
	vertical-align: middle;
}

#inhalt p.downloads a {
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	border-bottom: 0px;
	margin: 0px;
}

/* --------------------------------*/
/* menu referenzen                 */
/* --------------------------------*/

#refmenu{
	margin-top: 15px;
	line-height: 25px;
	letter-spacing: 1px;
}


#refmenu a, #refmenu a:hover{
	text-decoration: none;
	border: 0px;
}

#refmenu .hauptnavigationspunkt {
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed #87888a;
}

#refmenu .subnavigationspunkt {
	text-transform: lowercase;
	text-decoration: none;
	border: 0px;
}

#refmenu .hauptnavigationspunktaktiv {
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed #87888a;
	color: white;
}

#refmenu .subnavigationspunktaktiv {
	text-transform: lowercase;
	text-decoration: none;
	border: 0px;
	color: white;
}

#team {
	margin-top: 15px;
	line-height: 25px;
	letter-spacing: 1px;
}

/* --------------------------------*/
/* ie fixes */
/* --------------------------------*/

*html #sprachumschaltung{
	margin-top: -7px;
}

*html .csc-header{
	padding-top: 24px;
}

/* --------------------------------*/
/* layout / divs und body          */
/* --------------------------------*/


body {
	background: url(img/overall_bg.png) top center; 
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 21px;
	font-family: arial, verdana, helvetica;
	letter-spacing: 1px;
	color: #87888a
}



#container{
	width: 878px;
	height: auto;
	margin: 0 auto;
}

#header{
	padding: 51px 0px 28px 89px;
}

#naviholder{
	float: left;
	width: 208px;
	height: 333px;
	padding-left: 61px;
}

#inhalt{
	float: left;
	width: 530px;
	height: 333px;
}

#sprachumschaltung{
	float: left;
	width: 62px;
	height: 30px;
	text-align: right;
	font-size: 10px;
	padding-right: 13px;
	font-weight: bold;
	margin-top: -5px;
	letter-spacing: 0px;
}

#seitenumschaltung{
	position: absolute;
	top: 302px;
	left: 50%;
	margin-left: 150px;
	width: 200px;
	height: 30px;
	text-align: right;
}

#footer{
	float: left;
	width: 878px;
	height: 12px;
	padding-top: 16px;
	text-align:center;
}

/* --------------------------------*/
/* Rahmen um Bilder 1px grau */
/* --------------------------------*/
#inhalt .bildrahmen {
	/*border: 1px solid #87888a;
	padding: 0px 0px;*/
}

#inhalt .csc-textpic-border .bildrahmen{
border: 1px solid #87888a;
	padding: 0px 0px;
}

/* --------------------------------*/
/* Refbilder */
/* --------------------------------*/


#refbilder .bildreihe{
	float: left;
	width: 105px;
}

#refbilder .bildrahmen {
	float: left;
	width: 95px;
	height: 95px;
	overflow: hidden;
	border: 1px solid #87888a;
}

#refbilder .einzelbild{
	float: left;
	width: 295px;
	height: 160px;

	margin-top: -27px;
	margin-left: -100px;
	
	text-align: center;
}

#refbilder .einzelbild img{

}


#refbilder a{
	text-decoration: none;
}


#refbilder .lupe{
	float: left;
	margin-left: 37px;
	margin-top: -96px;
	height: 20px;
	width: 20px;
	background: url(/fileadmin/img/plus.gif) no-repeat center;

}

/* --------------------------------*/
/* positionierung header im fliesstext */
/* --------------------------------*/

.csc-header{
	float: left;
	padding-top: 16px;
	margin-bottom: 0px;
}

/* --------------------------------*/
/* schrift- und linkauszeichnungen */
/* --------------------------------*/

#inhalt a {
	text-decoration: none;
	border-bottom: 1px dashed #87888a;
	color: #87888a
}

#inhalt a:hover {
	text-decoration: dotted;
	border-bottom: 1px dashed #fff;
	color: #ffffff
}


#sprachumschaltung a{
	font-weight: bold;
	color: #87888a;
	text-decoration: none;
}

#sprachumschaltung a:hover{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#seitenumschaltung p {
	text-decoration: none;
}

#seitenumschaltung a{
	color: #87888a;
	text-decoration: none;
}

#seitenumschaltung a:hover{
	color: #ffffff;
	text-decoration: none;
}

#seitenumschaltung img{
	border: 0px;
	vertical-align: middle;
}

#inhalt p.downloads a {
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	border-bottom: 0px;
	margin: 0px;
}

/* --------------------------------*/
/* menu referenzen                 */
/* --------------------------------*/

#refmenu{
	margin-top: 15px;
	line-height: 25px;
	letter-spacing: 1px;
}


#refmenu a, #refmenu a:hover{
	text-decoration: none;
	border: 0px;
}

#refmenu .hauptnavigationspunkt {
}

#refmenu .hauptnavigationspunkt {
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed #87888a;
}

#refmenu .subnavigationspunkt {
	text-transform: lowercase;
	text-decoration: none;
	border: 0px;
}

#refmenu .hauptnavigationspunktaktiv {
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed #87888a;
	color: white;
}

#refmenu .subnavigationspunktaktiv {
	text-transform: lowercase;
	text-decoration: none;
	border: 0px;
	color: white;
}

#team {
	margin-top: 15px;
	line-height: 25px;
	letter-spacing: 1px;
}

/* --------------------------------*/
/* ie fixes */
/* --------------------------------*/

*html #sprachumschaltung{
	margin-top: -6px;
	margin-left: 3px;
}

*html .csc-header{
	padding-top: 24px;
}

*html body{
	margin-left: 3px;
}

/* --------------------------------*/
/* ie7 specific fixes */
/* --------------------------------*/

* + html .csc-header{
	padding-top: 23px;
	height: 10px;
	margin: 0px;
	margin-right: 3px;
}

/* --------------------------------*/
/* webkit fixes */
/* --------------------------------*/

/* webkit ausnahme wegen verschobenem bg */
body:nth-of-type(1) {
	margin-left: 3px;
}
