/* Start Reset */
html, body, div, span, applet, object,iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;}
body {	line-height: 1;}
ol, ul {	list-style: none;}
table {	border-collapse: collapse;
	border-spacing: 0;}
/* End Reset */

html, body, div, p, h1, h2, h3, h4, ul, ol, 
span, a, table, td, form, img, li, blockquote {

   font-family: Verdana, Helvetica, Geneva, sans-serif;
	color: #303;
	font-size: small;
}

html, body {
   background: #fff;
   min-height: 800px;
}





/* Display Start*/
#container {
			width: 800px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;	
			
					
		}
		


#banner {display: none; }
#navcontainer{
height: 110px;
background-image: url(images/logo_bckgrd_no2do.gif);
background-repeat: no-repeat;
margin-bottom: 10px;

}

#addthis {
float: right; padding: 5px 5px; 0px 0px;
}

#navlist{clear: both; width: 500px;
		margin: 0;
		padding: 0;
		padding-right: 5px;
		margin-top: 40px;
		height: 40px;
		background-color: transparent;
	float: right;
}
#navlist ul, #navlist li{
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
			float: right;
}

#navlist a:link, #navlist a:visited{
		line-height: 20px;
		margin: 0 0px 0px 20px;
		padding: 13px 0px 0 20px;
		text-decoration: none;
		color: #0fafd1;
		font-size: 18px;
		font-family: courier;
		background-image:url(images/nav_bckgrd.gif);
}

#navlist a:hover { 
		background-image:url(images/nav_bckgrd_hov.gif);
}
.aktiv{
		color: #828481;
		line-height: 20px;
		margin: 0 0px 0px 20px;
		padding: 13px 0px 0px 20px;
		text-decoration: none;
		font-size: 18px;
		font-family: courier;
		background-image:url(images/nav_bckgrd_akt.gif);
		margin-bottom: 20px;
}


#content {
			margin: 0;
			padding: 30px 30px 30px 50px;
			background-color: #f8f8f8;
			min-height: 300px;
			border: 1px dotted #c4c4c4;
			
		}
		
#content a{
			color: #9400D4;
			text-decoration: none;
			
		}
#content a:hover{
			color: #ff9800;
			
		}
		
		

.hint {float:right;
margin-right: -25px; }	

#footer1 {
			display: none;
		}
	
#footer2 {
			clear: both;
			text-align: right;
			font-size: 12px;
			padding: 5px;
			padding-right: 5px;		
			margin-top:5px;
				color: #111;
				border: 1px dotted #ccc;
		}
#footer1 a, #footer2 a {
	text-decoration: none;
	font-size: 12px;
	color: #111;
		}
#footer1 a:hover, #footer2 a:hover {
	color: #111;
		}
		
#impressum {
			clear: both;
			margin-left: auto;
			margin-right: auto;	
			width: 795px;
			text-align: right;
			font-size: 12px;
			background-color: #fff;
			padding-right: 5px;
			padding-bottom: 20px;
			
		}
#impressum a {
color: #333;
			text-decoration: none;
			font-size: 12px;
		}
#impressum a:hover {
			text-decoration: underline;
		}
#arrowtop {
text-align:right;}

/* Display End*/

p {
			line-height: 1.4em;	
			padding: 5px 0 5px 0;
		}

		
h1 {
			font-size: 24px;
			padding-bottom: 20px;
			color: #828481;
		}
h2 {
			font-size: medium;
			font-weight: bolder;
			padding-bottom: 10px;
			color: #6a6b69; 
		}
h3 {
			font-size: 14px;
			font-weight: bolder;
			padding-top: 10px;
			padding-bottom: 7px;
			color: #0fafd1; 
		}
		
h4 {
			font-size: 14px;
			font-weight: bolder;
			padding-top: 10px;
		}
		
blockquote {
			line-height: 1.2em;	
			padding: 10px 30px 10px 30px;
		}


		.clear{
		clear: both;
		min-height: 30px;}
		
