/* CSS Document */


#page_margins {

}
#page {
	text-align: center;
	width: 800px;
	margin: auto;
}
h1.pageheader {

}
#header_caption {
	text-align: left;
	margin-top: 122px;
	padding-left: 80px;
}
#header_caption img {	
	padding: 10px;
	padding-top: 0px;
}

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-bold: 10px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
#nav_main_menu {
	padding-top: 10px;
	background-color: #fff8e8;
	font-size: 12px;
}
#nav_main_menu ul {
	list-style: none;
}
#nav_main_menu ul li  {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 2px;
	border-bottom: 1px solid black;
}
#nav_main_menu ul li a {
	text-decoration: none;
	color: black;
}
#nav_main_menu ul li a:hover {
	text-decoration: none;
	color: red;	
}
#nav_main_menu ul li#current  {
	background-color: #ffebbe;
}

  /* right column | Rechte Spalte */
  #col2, #col2_content { width: 0px; display:none; float: right;  }

#col1 {
	width: 190px;
}  
#col3 {
	background-color: #ffebbe;	
	width: 550px;
}
#col3_content {
	padding-left: 10px;
	border-left: 1px solid #5199ab;
}

#footer {
	font-size: 12px;
}

#page_header {
	font-size: 18px; 
	font-weight: bold;
}