/*

DIVS

*/
#all {
   position: absolute;
  	width: 1024px;
    top: 20px;
    left: 50%;
    margin-left: -512px;
}
#header {
 	 background: #c4cbcb;
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  width: 950px;
	  height: 165px;
}
#logo{
	  position: absolute;
	  top: 8px;
	  left: 15px;
}
#logoText{
	  position: absolute;
	  top: 68px;
	  left: 80px;
}
#logoBg {
 	 background: #ECEEEE;
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  width: 250px;
	  height: 125px;
}
#pic1{
	  position: absolute;
	  top: 0px;
	  left: 430px;
}
#pic2{
	  position: absolute;
	  top: 0px;
	  left: 521px;
}
#pic3{
	  position: absolute;
	  top: 0px;
	  left: 612px;
}
#pic4{
	  position: absolute;
	  top: 0px;
	  left: 703px;
}
#pic5{
	  position: absolute;
	  top: 0px;
	  left: 794px;
}
#headerStripe {
	  background: #727C7C;
	  position: absolute;
	  top: 125px;
	  left: 0px;
	  width: 950px;
	  height: 41px;
	  text-align: center;
}
#leftcol {
	  background: #c4cbcb;
 	 position: absolute;
	  top: 165px;
	  left: 0px;
	  width: 250px;
	  height: 449px;
}
#menu{
	position: absolute;
	top: 0px;
	left: 30px;
}
#content {
	  background: #ECEEEE;
	  position: absolute;
	  overflow: auto;
	  top: 165px;
	  left: 250px;
	  width: 700px;
	  height: 449px;
}
#info{
	 position: absolute;
	  top: 0px;
	  left: 0px;
	  padding-top: 20px;
  	padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 50px;

}
#footer {
	  background: #727C7C;
	  position: absolute;
	  top: 614px;
	  left: 0px;
	  width: 950px;
	  height: 41px;
	  text-align: center;
}

/*

FONTS

*/
.menue{
	font-family:Tahoma,Arial,Helvetica;
	font-size:14;
	line-height: 33px;
}
.white{
	font-family:Tahoma,Arial,Helvetica;
	color:white;
	font-size:12;
	line-height: 41px;
}
.cont{
	font-family:Tahoma,Arial,Helvetica;
	font-size:12;
	color:333333;
	line-height: 1.5;
}
.white_title{
	font-family:Tahoma,Arial,Helvetica;
	font-size:20;
	font-weight:bold;
	color:white;
	line-height: 41px;
}
.logo{
	font-family:Tahoma,Arial,Helvetica;
	font-size:18;
	font-weight:bold;
	color:333333;
}
/*

TAGS

*/

dt{
	font-weight:bold;
}
img{
	BORDER: 0;
}
a.menue:visited{
	font-family:sans-serif;
	color: 4D686D;
	text-decoration:none;
}
a.menue:active{
	font-family:sans-serif;
	color:black;
	text-decoration:none;
}
a.menue:link{
	font-family:sans-serif;
	color: 4D686D;
	text-decoration:none;
}
a.menue:hover{
	font-family:sans-serif;
	color: 007b95;
	text-decoration:none;
}
a:visited{
	color: 007B95;
	text-decoration:none;
}
a:active{
	color: 007B95;
	text-decoration:none;
}
a:link{
	color: 007B95;
	text-decoration:none;
}
a:hover{
	color: 000000;
	text-decoration:none;
}
a.unter:visited{
	color: ffffff;
	text-decoration:none;
}
a.unter:active{
	color: ffffff;
	text-decoration:none;
}
a.unter:link{
	color: ffffff;
	text-decoration:none;
}
a.unter:hover{
	color: 111111;
	text-decoration:none;
}
