﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:silver
}

#masthead {
	height:155px;
	background-color:#FFFFFF;
	/*border-bottom:solid 1px;*/



}


/* Die Hyperlinks im Menü */

a.nav:link, a.nav:visited /* hier stehen die eigenschafen eine links und
ein schon besuchter links*/ 
{ 
  color:#800000; 
  text-decoration:none; /*links NICHT unterstrichen*/ 
  /*background-color:#000000;*/     /*hinter grund farbe der box*/ 
} 
a.nav:active, a.nav:hover /*hier stehen die eigenschaften eines linkes
über dem gerade die maus bewegt und wenn er gerade geklickt wird*/ 
{ 
  color:#800000; 
  text-decoration:none; 
  /*background-color:#FFFFFF;*/ /*hinter grund farbe der box*/ 
}



#container {

	/*min-width: 600px;*/
}

#left_col {
	width: 170px;
	float: left;
	border-top:solid #FFFFFF 20px;
	/*border-right:solid 1px;*/
	
}

#page_content {
	margin-left: 180px;
}

#footer {
	clear: both;
	height:40px;
	/*border-top:solid 1px;*/
}
#main
{
	width:980px;
	border:solid 1px;
	border-style:solid;
	margin:0px auto;
	background-color:#FFFFFF
	
}
#iFrameContent
{
	width:790px;
	height:520px;
	border-style:none;
	

}





/*width="730" height="400" frameborder="0" scrolling="yes"*/