/* ######################################################################################################
** # BRAHMS.de Base  #
** ######################################################################################################
** 
**  CSS Version: 0.5
**  Dateiversion: 24.02.06  
**  Datei       : base.css
**  Funktion    : Grundstruktur und aufbau
**
*/


@media all
{

html, body {
    margin:0;
    padding:0;
	 height: 100%;
}

body {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.5em;
	background-color: #ffffff;
	color:black;
	background-image: url(../../images/Pecolit/top_white_header.gif);
	background-repeat: repeat-y;
    height: 100%;
	/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
    font-size: 100.01%; 
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser Fensters geändert wird. */
	position: relative;
}

#nonFooter
{
		position: relative;
		min-height: 100%;
}


/* Space between topNavigation and Browser TopEnd */
#white_header {
	width:1000px;
	height:20px;
	margin:0 0;
	color:black;
	background-image: url(../../images/Pecolit/top_white_header_2.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
.white_header{
	width:1000px;
	height:20px;
	margin:0 0;
	color:black;
	background-image: url(../../images/Pecolit/top_white_header.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	
}
#white_spacer{
	width:1000px;
	height:1px !important;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#ffffff;
	clear: both;
}

#headnav {
   clear: both;
	float: left;
	width:1000px;
	margin:0 auto; 
	padding:0px 0;
	font-size:100%;
	background-image: url(../../images/Pecolit/top_header_nav.gif);
	background-repeat:repeat-y;
	color:#7A7A7A;
}

.pix_spacer{
	height:20px;
	
}

.pix_spacer_search{
	height:20px;
	clear: both;
	background-image: url(../../images/Pecolit/topSearchBG.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.pix_spacer_content{
	height:17px;

	
}

#logoAndImage{
	width:1000px;
	height:178px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:black;
	text-align:left;

}	

#main {
	width:1000px;
	float: left;
	margin:0px 0px;
	color:black;
}

#nest {
	padding-top:0px;	
}


#content {
	margin-left: 175px;
	margin-right: 218px;
	margin-bottom:10px;
	color:black;
	height: 100%;
	
	padding-top:10px;
	background-image: url(../../images/Pecolit/content_bg.gif);
	background-repeat: no-repeat;
	
	
}

#leftbox {
	width: 172px;
	float: left;
	padding-left: 0px;
	margin-bottom:10px;
}

#rightbox {
	width: 218px;
	float: right;
	margin-bottom:10px;
	background-color: #F2F2F2;
	height: 100%;
	padding-top: 0px !important;
}

	
#footer
{
	width: 160px;
	position: relative;
	margin-top: -3.5em;
	text-align: left;
	
}

.content_admin{
	padding-left: 0px;
	padding-right: 0px;
}

#ContentPane{
	padding-left: 15px;
	padding-right: 12px;
	padding-top: 10px;
}
.mainPage_left{
	float:left;
	width:186px;
	margin-bottom: 0px;
}

.mainPage_right{
	float:right;
	width:186px;
	text-align: right;
}

.mainPage_center{
	float:left;
	width:186px;
	text-align: center;
}

#mainPage_News{
	width: 366px;
	float: left
}

#mainPage_Termine{
	width:194px;
	float:right;
}

 
}

