/* screen.css */

html {
	margin: 0;
	padding: 0;
}

	body {
    font-family: verdana, helvetica, arial, sans-serif;
	font-size:9pt;
	color: #000000;
    background-color: #fdfdfd;
	margin: 0; 
	padding: 0;
}

p { 
	margin-top: 0; 
	text-align: justify;
}
	
h1 { 
	font-size:18pt;
    font-weight:normal;
    line-height:140%;	
	margin-bottom: 0; 
	color: #000000;
}

	h2 { 
	font-size:15pt;
    font-weight:normal;
    line-height:140%;
	margin-bottom: 0; 
	color: #000;
}

h3 { 
	font-size:12pt;
    font-weight:normal;
    line-height:140%;
	margin-bottom: 0; 
	color: #000;
}

a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #00acaf;
}

a:hover, a:active {
	text-decoration: underline; 
	color: #008c8f;
}

acronym {
	border-bottom: none;
}

div#logo{
	height: 99px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eeeeee;
    background-repeat:no-repeat;
    background-position:left;
	border-style: solid;
    border-top-width:0;
    border-bottom-width:1;
    border-left-width:0;
    border-right-width:0;
    border-top-color:f3f3f3;
    border-bottom-color:000000;
    border-left-color:f3f3f3;
    border-right-color:eeeeee;
	color:00acaf;
	font-size: 18pt;
}

div#navi_top{
	height: 20px;
	padding-right: 10px;
}

div#navi_links{
	width: 200px;
	float: left;
	padding-left: 5px;
	border-style: solid;
    border-top-width:0;
    border-bottom-width:0;
    border-left-width:0;
    border-right-width:0;
    border-top-color:f3f3f3;
    border-bottom-color:e3e3e3;
    border-left-color:f3f3f3;
    border-right-color:e3e3e3;
	background-color: #ffffff;
}

#navi_links a {
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
	display:inline-block; 
    width: 190px;			
    padding: 5px;
	margin:1px;
	background-color:#ffffff;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
}

#navi_links a:hover { 
	background-color:#00acaf;
	color:ffffff;
}

div#inhalt {
	border-style: solid;
    border-top-width:0;
    border-bottom-width:0;
    border-left-width:0;
    border-right-width:0;
    border-top-color:f3f3f3;
    border-bottom-color:e3e3e3;
    border-left-color:f3f3f3;
    border-right-color:e3e3e3;
	background-color: #ffffff;
	margin-left: 230px;
	margin-right: 120px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0pt;
	line-height: 160%;
}

h1#titelzeile{

}

div#fusszeile {
	color: #000000;
	text-align: Center;
	background-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	border-style: solid;
    border-width:0;

}

#navi_links span.u_menu a {
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
	display:inline-block; 
    width: 194px;			
    padding: 3px;
	margin:1px;
	margin-left:6px;
	background-color:#dddddd;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
}

#navi_links span.u_menu a:hover { 
	background-color:#888888;
	color:ffffff;
}

