#content {
	background-color:#ffffff;
	width:800px;
}

#top {
	background-color: rgb(200, 225, 90);
}

div.clear
{
clear: left;
height: 0;
margin: 0;
padding: 0;
font-size: 0;
}

#menu {
	background: url(images/static/menu_n.gif) no-repeat;
	width:290px;
	float:left;
}

#info {
	background-color:#ffffff;
	position: auto;
	left: 20%;
	right: 20%;
	top: 122px;
	width:auto;
	/*border-right:3px solid rgb(200, 225,90);*/
}

#welcome {
	background-color:#ffffff;
	margin-left:40px;
	padding-top:50px;
}

#text {
	background-color:#ffffff;
	margin-left:40px;
	padding-top:20px;
}

#lang_flags {
	background-color:#ffffff;
	margin-left:40px;
	padding-top:20px;
	padding-left:150px;
}

#center_flags {
	background-color:#ffffff;
	padding-left:40px;
	float:left;
	margin-top:40px;
}

* html div#center_text {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }


#center_text {
	background-color:#ffffff;
	margin-left:120px;
	margin-top:40px;
}

#links_image {
	background-color:#ffffff;
	margin-left:50px;
	margin-top:70px;
	float:left;
}

#links_text {
	background-color:#ffffff;
	margin-left:270px;
	margin-top:90px;
}

#nav_1 {
	background: url(images/static/transparent.gif) no-repeat;
	margin-left:20px;
	margin-top:15px;
	
	
}

#nav_c1 {
	background: url(images/static/transparent.gif) no-repeat;
	margin-left:20px;
	margin-top:65px;
	
	
}

#nav {
	margin-left:20px;
	margin-top:0px;
	
}

#sign {
	float:left;
	
}

#menupoint_selected {
	background: url(images/static/selected_n.gif) repeat-y;
	margin-left:40px;
	padding-left:5px;
	padding-bottom:5px;
}

* html div#menupoint_selected {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }

#menupoint {
	background: url(images/static/transparent.gif) repeat-y;
	margin-left:40px;
	padding-left:5px;
	padding-bottom:5px;
}



#sec_nav {
	margin-left:20px;
	margin-top:20px;
	height:40px;
	padding-left:20px;
}

#head {
	background: url(images/static/head_n.gif) repeat-y;
	margin-left:40px;
	margin-top:30px;
	padding:7px;
}

ul.margin {
	margin-top: 7px;
	margin-bottom:3px;
	
}

font.normal {
	font-family:Arial;
	font-size:1em;
}

font.head {
	font-family:Arial;
	font-size:1.2em;
	font-weight:bold;
}

font.head_red {
	color:#ff0000;
	font-family:Arial;
	font-size:1.2em;
	font-weight:bold;
}



a.menu:link {
	text-decoration:none;
	
}

a.menu:visited { 
	text-decoration:none; 
	
}

a.menu:focus { 
	text-decoration:none; 
	
}

a.menu:hover { 
	text-decoration:none; 
	
}

a.menu:active { 
	text-decoration:none; 
	
}

a.access:link {
	text-decoration:none;
	
}

a.access:visited { 
	text-decoration:none; 
	
}

a.access:focus { 
	text-decoration:none; 
	
}

a.access:hover { 
	text-decoration:none; 
	
}

a.access:active { 
	text-decoration:none; 
	
}

a.sec_nav:link {
	text-decoration:none;
	
}

a.sec_nav:visited { 
	text-decoration:none; 
	
}

a.sec_nav:focus { 
	text-decoration:none; 
	
}

a.sec_nav:hover { 
	text-decoration:none; 
	
}

a.sec_nav:active { 
	text-decoration:none; 
	
}

a.menu {
	font-family:Arial;
	font-size:0.9em;
	color:#000000;
}

a.sec_nav {
	font-family:Arial;
	font-size:0.9em;
	color:#64821e;
	font-weight:bold;
}

a.access {
	font-family:Arial;
	font-size:0.9em;
	color:#3366cc;
	font-weight:bold;
}

a.intext {
	color:#000000;
	text-decoration:underline;
}


