/* css file for Hamann-Media CMS
Sebastian Klöpper*/


body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: url(../main/bg_main.gif) repeat-y;
  background-color: #FDFBF4;
  /*font: 11px "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;*/
  font-family:"Lucida Sans Unicode",  Georgia, Times New Roman, Times, serif;
  font-size: 11pt;
  color: #003373;
}

#logo {
	background: url(../main/head_1.gif) no-repeat;
	width: 225px;
	height: 100px;
}
#headline {
	background: url(../main/head_2.jpg) no-repeat;
	width: 550px;
	height: 100px;
}
#bg_head {
	background: url(../main/bg_head.gif) repeat-x;
}
#submenubox {
	/* +padding-left: 12px;*/
	padding-bottom:5px;
	/*padding-top:5px;*/
	background-color: #4170B6;
	text-align:left;
		
	
}
#content {
	padding: 20px;
} 

h1
{
	font-family:"Lucida Sans Unicode",  Georgia, Times New Roman, Times, serif;
	font-size:14px;
	color:#003374; 
}
.text {
	line-height:18px;
	color:#000000;
}
a {
	color : #003374;
	font-family : "Lucida Sans Unicode",Georgia, Times New Roman, Times, serif; 
	text-decoration: none;
	background: none;	
	padding: 0 0 1 0;
}
	a:active {
	color : #003374;
	font-family : "Lucida Sans Unicode", Georgia, Times New Roman, Times, serif; 
	text-decoration: none;
	background: none;
	padding: 0 0 1 0;
}
	a:hover {
	color : #000000;
	font-family : "Lucida Sans Unicode", Georgia, Times New Roman, Times, serif; 
	text-decoration: none;
	background: none;
	padding: 0 0 1 0;
}

#subnavcontainer a {
	display: block;
	padding: 0.3em;
	color: #ffffff;
}
#subnavlist
{
	padding-left: 0;
	margin-left: 0;
	/*border-bottom: 1px dashed #003373;*/
	width: 189px;
	display: block;
}

#subnavlist li
{
	list-style: none;
	margin: 0;
	/*border-top: 1px dashed #003373;  */
	display: block;
}

#subnavlist a:hover { 
	background-color: #6389CD;
	background: url(../main/link_hover.gif) no-repeat 0px 0px;
	text-decoration: none;
 }





