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

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

#top_int {
	background-color: rgb(245, 230, 200);
}

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;
}

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

#info {
	background-color:#ffffff;
	position:absolute;
	margin-left:290px;
	width:610px;
	float:left;
	/*border-right:3px solid #fff69b;*/
}

* html div#info {
	margin-left:0;
	padding:0;
}

#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;
}

#menupoint_selected_int {
	background: url(selected_int.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 */
  }


* html div#menupoint_selected_int {
    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;
}

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

#head_light {
	background: url(images/static/head_light.jpg) 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_int {
	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;
}



