/* STANDARD CSS */
html, body, div, p, br, h1, h2, h3, h4, h5, h6, ul, ol, li, span, a, table, tr, td, form, img, input {
	margin:0px;
	padding:0px;
	border-width:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
  line-height:16px;
	color:black;
}

ul {		
	margin:0px 4px 8px 22px;
	list-style-type:circle;
}

p {
	margin-bottom:8px;
}
/* STANDARD CSS */


body {
	background-color:#E0E0E0;	
}

a	{
	text-decoration:none;
	color:blue;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	margin-bottom:8px;
	margin-top:2px;
}

h2 {
	font-weight: bold;
 	text-decoration:none;
	margin-bottom:0px;
	margin-top:2px;
}

h3 {
	font-weight: normal;
	text-decoration:none;
	margin-bottom:0px;
	margin-top:6px;
}


#box {
	margin-left:auto;
	margin-right:auto;
	width: 736px;
}


#background {
	float:left;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
}


#header {
	height:175px;
}


#navi {
	background-image:url(../images/navigation_oben.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:5px;
	padding-bottom:13px;
	text-align:center;
}

#navi a, navi a:visited {
	color:black;
	font-weight: bold;
	text-decoration: none;
}

#navi a:hover {
	text-decoration: underline;
}


#navi_left {
	float:left;
	width:164px;	
	padding:0px 8px 5px 44px;	
	/*background-color:#00FF00;*/
}

#navi_left ul {
	list-style:square;
}


#content {	
	float:right;
	width:462px;
	padding:0px 48px 5px 10px;
	/*background-color:red;*/
}


#footer {
	font-size:10px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:736px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
  float:left;
}

#footer a {
	font-size:10px;
}

#copyright {
	float:left;
	width:736px;
	text-align:center;
	padding:10px 0px 10px 0px;
	color:#777777;
}

#copyright a {
	color:#777777;
}

#disclaimer p, #disclaimer a, #disclaimer h2 {
	font-size: 10px;
	line-height: 10pt;
}

.img_left {
	float:left;
	margin-right:8px;
	margin-bottom:4px;
}

input, textarea {
	font-size:11px;
	font-family: verdana, arial, serif;
	color: black;
	border-color: black;
	border-width: 1px;
	background-color: white;
	line-height:12px;
	padding:1px;
}
