﻿

/*
@import url('variables.css');
@import url('navigations.css');
*/

body{
	margin:0em;
	color:#000000;

	background-repeat:repeat-x;
	font-family:Verdana, sans-serif;
	
	/*scrollbars*/
	/*
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#DDDDDD;
	scrollbar-arrow-color:#C80000;
	scrollbar-darkshadow-color:#DDDDDD;
	scrollbar-face-color:Wert;
	scrollbar-highlight-color:Wert;
	scrollbar-shadow-color:Wert;
	scrollbar-track-color:Wert;
	*/
}


/* # # # blendet standardmässig das obere logo aus */

#logo_top {
	visibility:hidden;
}

/*#############################
########### MASTER #############
#############################*/

#master{
	width:100%;
}

#header{
	width:100%;

}
#body{
	width:100%;
}
#footer{
	width:100%;
}



/*#############################
########### CONTENT #############
#############################*/


#content{
	/*padding-left:4em;*/
	padding:1.5em;
	font-size:0.8em;	
	position:relative; /* required because of peek-a-boo bug in IE 6 */
	z-index:99;
	margin-right:20em;
}

#metacontent {
	padding:2em;
	font-size:0.8em;
	position:relative;  /*required because of peek-a-boo bug in IE 6 */
	color:#000000;
	z-index:100;
	width:15em;
}
#shoutbox {
	position:relative;  /*required because of peek-a-boo bug in IE 6 */
	color:#000000;
	z-index:100;
}

#content_minheight{
	width:1px;
	height:20em;
	margin:0px;
}



/*#############################
########### HEADER #############
#############################*/

#header_frame{

	background-image:url(image/schatten_oben.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#000000;
}

#header_colorbar{
	/*height:2em;*/
}





/*#############################
########### LOGO #############
#############################*/



#logo_top{
	margin-bottom:1em;
	margin-right:20px;
}
#logo_bottom{
	margin-right:20px;
}
#logo_reflection{
	float:right;
	margin-right:0em;

}


/*#############################
########### FOOTER #############
#############################*/

#footer_misc{

	padding-left:2em;
}

#w3cInfo{
	margin-right:1em;
	margin-top:2em;
}

/*#############################
########### SCHATTEN #############
#############################*/

#header_schatten_links{
	background: url(image/schatten_links_grau.gif) repeat-y top left;
}
#header_schatten_rechts{
	background: url(image/schatten_rechts_grau.gif) repeat-y top right; 
	margin-left:20px;
}
#header_schatten_center{
	margin-right:20px;
}


#body_schatten_links{
	background: url(image/shadow_left_white.gif) repeat-y top left; 
}
#body_schatten_rechts_rot{
	background: url(image/schatten_rechts_rot.gif) repeat-y top right; 
	margin-left:20px;
}
#body_schatten_rechts_grau{
	background-image:url(image/schatten_rechts_grau.gif);
}
#body_schatten_center{
	margin-right:20px;
}


#footer_schatten_links{
	background:url(image/schatten_links_rot.gif) repeat-y top left;
	width:100%;
}
#footer_schatten_rechts{
	margin-left:20px;
	background:url(image/schatten_rechts_rot.gif) repeat-y top right;
}
#footer_schatten_unten{
	background-image:url(image/schatten_unten.gif);
}
#footer_schatten_center{

}

.csc-uploads-fileName {
  width:4em;
  overflow:hidden;

}

/*#############################
########### SHOUTBOX #############
#############################*/

#statement_text{

}
#statement_author{
	text-align:right;

}


/*° °   °    °     °      ° 
 Suchfeld in der Navigation
° °  °   °     °      °     */

.suchfeld {
	background-color:#eeeeee;
	border:1px solid #a8a8a8;
	width:7em;
	margin-left:1em;
}
.suchbutton {
	border:1px solid #8C8C8C;
	cursor:hand;
	background-color:white;
	text-align:center;
	width:5em;
}

#suche {
	margin-top:1.5em;
	margin-bottom:0.5em;
	white-space:nowrap;
}

/*#############################
########### FORMS #############
#############################*/

input{
	border:1px solid #8C8C8C;
	margin-top:0.25em;
	margin-bottom:0.25em;
}
label{
	text-align:left;
	font-family:Verdana;
	font-size:0.9em;
}
select{
	text-align:left;
	font-family:Verdana;
	font-size:0.9em;
	border:1px solid #8C8C8C;
	margin-top:0.25em;
	margin-bottom:0.25em;
}

/*#############################
########### IE HACKS #############
#############################*/


/* removes 3 pixel bug from hauptnav and content*/
* html #body_left { 
	margin-right: -3px; 
} 


/* non css2 valid structure, but readable for IE */

* html #body_middle { 
	display:inline-block; 
	margin-left:-3px;
} 

* html #shadow_float_links { 
margin-left: -3px; 
margin-right:-3px;
} 
* html #shadow_float_rechts { 
margin-right: -3px; 
} 

* html #shadow_float_links_unten { 
margin-left: -3px; 
margin-right:-3px;
} 
* html #shadow_float_rechts_unten { 
margin-right: -3px; 
} 





div.mitarbeiterliste_container{
	float:left;
}
div.tx-newloginbox-pi3-browsebox{
	padding-top:2em;
	clear:left;
}
