﻿/*****************************************/
/* CSS-Layout                            */
/* Reichmann Software Gmbh - 2007        */ 
/*****************************************/
body{
	background-color:black;/*F*/
	color:white;
	font-family:Century Gothic,Sonstwas !important; /*Century Gothic,*/
	font-size: 12px;
	padding:0px;
	margin:0px;

}

p{
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	margin-top: 0px;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover{
	color: #999999;
}
#img_col a:hover{
	color:black;
}

/* white border*/
.wb{
	 border:1px white solid;
}
/*****************************************/
/* Main Layout*/
#masthead {
height:140px;
}

#reichmann_oben{
 position: relative;
 background-color:black;
 text-align:left;
 font-size:large;
 font-weight:bold;
 
}

#horizont {
	position:relative;
	text-align:center;
	width:100%;
	/* Für grauen  balken ganz druch:
	background-color:#C0C0C0;
*/
	background-color:black;/*Hintergrund BALKEN*/
}
#horizontReichmann
{
	position:relative;
	text-align:center;
	width:100%;
	/* Für grauen  balken ganz druch:
	background-color:#C0C0C0;
*/

}

#balken_links{
	width:20%;
	
	float:left;
}
#balken_rechts{
	width:20%;
	
	float:left;
}
#container {
	margin:0 auto;
	text-align:left;
	width:950px;
	background-color:#C0C0C0;
}
#logo_col {
	position:relative;
	float:left;
	width: 50px;
	height:300px;
	background:#999999;/*F*/

}
#logo{
	margin-top:250px;
	margin-left:5px;
}
#img_col{
	float:left;
	width: 250px;
	height:300px;
	background:#C0C0C0;/*F*/
	color:black; /*T*/

}

#menu_col {
	float:left;
	width: 120px;
	height:300px;
	background:#999999;/*F*/
	color:black;/*T*/
	position:relative;
}

#main_col {
	float:left;
	width:527px;
	height:300px;
	background:#C0C0C0;/*F*/
		
	color:black;/*T*/
	overflow:hidden;


}
/*****************************************/
/* Footer*/
#footer {
 position: relative;
 text-align:left;
 font-size: 13px;

 width:100%;

 
}
#footer_leftblock{
	position: relative;
	float:left;
	width:450px;
	height:120px;
}

#footer_left{
	position: relative;

	width:100px;
	height:120px;
	padding-top:8px;
}
#submenudiv{
	position: relative;
	float:left;
	width:100px;
	height:120px;
}

.heading{
    font-size:14pt;
    font-weight:bold;
    padding-left:8px;
    padding-top:8px;
}
/*****************************************/
/* Menu 1. Ebene:*/
#mainitemslist{
	position:absolute;
	bottom: 0px;
	list-style-type: none;
	margin-top: 168px;
/*	bottom:-4px;/*IE only*/
	margin-left: 5px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 9pt;
	width: 120px;
}
#mainitemslist li{
	margin-left:10px;
}
#mainitemslist li:hover{
	
}

#mainitemslist a{
	color:#CCCCCC;/*T*/
	text-decoration:none;	
		
}
#mainitemslist a:hover{
	color: #FF0000;/*T*/
}
/*****************************************/
/*Sonderlösung:
	Anzeigen von 2.Ebene in 1. Ebene bei 3 Ebenen*/
.mainmenusub{
	display:none;
	color:red;
	padding-left:20px;
}
/*****************************************/
/* Menü 2.Ebene*/
.subitemslist{
list-style-type: none;	
}
.submenudiv a{
	color: white;
	text-decoration: none;
}

.submenudiv a:hover{
	color:red;
}
/*Aktuell Boxen*/
.infobox{
	position:relative;
	float:left;
	padding:5px;
	margin:5px;
	
}
.infobox b{
 color:#FF0000;
 font-size:13pt;
 font-weight:bold;
	
}

.img {
    float:left;
    margin: 4px 4px 4px 4px;
    padding:0px;
    border:thin white solid;
}
.img_right{
    float:right;
    margin: 4px 4px 4px 4px;
    padding:0px;
    border:thin white solid;

}

/*Scroll */
.updowndiv{
	float:right;
	width:20px;
	height:30px;
	position:relative;
	margin-right:5px;
}

.p_up{
	display:block;
	width:15px;
	height:13px;
	padding:0px;
	margin:0px;
	background-image:url('images/p_up.jpg');
}
.p_up:hover{
	background-image:url('images/p_up_a.jpg');
}
.p_down{
	display:block;
	width:15px;
	height:13px;
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:3px;
	left:0px;
	background-image:url('images/p_down.jpg');
}
.p_down:hover{
	background-image:url('images/p_down_a.jpg');
}


/*#reichmann_rechtsunten{
 position: relative;
 float:right;
 text-align:right;
 font-size:large;
 font-weight:bold;
 margin-top:100px;
 
}*/

