body {
	font-family: Georgia,Tamaho,Helvetica,sans-serif;
	font-size: 12px;
	background: #99ccff url('graphics/tile.gif') repeat-x;
}
	
a {

	text-decoration: none; 
	color: #000080;
}

a:hover {

	text-decoration: underline; 
	color: #000080;
}

img {

	border: 0px;
}


h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 17px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
}

	
#container {
	position: relative;
	border: 3px solid #000000;
	margin: auto;
	margin-top: 0px;	  		
	width: 780px;
	padding: 0px;
}

#mainframe { 
	position: relative;
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	border: solid 1px white;				 	
}


#header {

	position: relative;
	background: #20294a url('graphics/header.jpg') no-repeat;	
	width: 780px;
	height: 231px;
}


#left_column {

	position: relative;
	background: #FFFFFF url('graphics/left_navi_background.jpg');
	width: 200px;
	min-height: 550px;
	float: left;
	padding: 0px;
}


#navigation {
	list-style-image: url('graphics/list_point.jpg');
	list-style: none;
}

.navigation_block {
	
	margin-bottom: 25px;
}

#menu_language_ger_image {
				
	margin: 0px 0px 0px 35px;
}

#menu_language_koe_image {

	margin: -25px 0px 0px 85px;
}


.menu_headline {

	color: #f78f1e;
	font-weight: bold;
	font-size: 1.5em;
}

.page_title {
	
	color: #f78f1e;
	font-weight: bold;
	border-bottom: 2px solid #f78f1e;
	font-size: 20px;
}

.page_item {

	list-style: url('graphics/list_point.jpg');
	font-size: 1.2em;  
	margin: 6px 0px 6px 5px;
}

.page_item a:hover {

	color: #f78f1e;
	text-decoration: none;
	padding-left: 2px;
	font-weight: bold;
}

.page_item a:link {

	color: #466ab4;
	text-decoration: none;
}


#bajasch_group_pic {

	border: 1px #000000 solid;
	margin: 0px 0px 0px 10px;
}

#right_column {

	background: #FFFFFF;
	/* margin-left: 200px; */
	height: 550px;

}

#content{

	overflow-y: scroll;
	height: 475px;
	padding: 10px 20px 10px 10px;
}

#footer {
	background: #FFFFFF;	
	font-size: 13px; 
	fint-weight: bold;		
	padding: 20px 30px 0px 5px;
	text-align: right;
}

#footer a:hover {

	color: #f78f1e;
	text-decoration: none;
}

#footer a:link {

	color: #466ab4;
	text-decoration: none;
}