/* >>>>> Page Styles <<<<< */

html, body {margin: 0; padding: 0; font-size: 100%; }

body, form {
  	font-family:  Arial, Helvetica, sans-serif;
  	font-size: 80%;
	color: #000000;
	background: #fff; }
	
img { border: 0px; margin: 0.5em 1em 3px 5px;}

pre {
	margin: 0 0 0 10px;
	padding-top: 0px;
	font-family: Arial, sans-serif;
	line-height: 1.2em;
	font-size: 115%;
	font-weight: bold; }

p {margin: 0; padding: 8px 7px 0 10px; }

ul, li { margin: 0px 0px 0 15px;
	 padding: 8px 7px 0 15px;
	 }

form {padding: 10px;
	font-size: 100%;
	width: 400px;
	 }	
	
input { border: 3px solid #fff;
		background-color: #e2e2e3;
		border-right: 3px solid #fff;
	    border-bottom: 5px solid #fff;
		font-size: 100%;
		margin: 5 px;
		padding: 8px 5px 5px 5px;
		vertical-align: top;
		 }
.beschriftung {
		width: 150px;
		line-height: 180%;
		float: left;
		clear: left;
		}

#demotext {
	background: #fff;
	color: #000000;
	width: 600px;
	margin: 8px 5px 5px 0px;
	padding: 0 5px 5px 0;
	position: relative; } /*** for IE6 ***/
	
#demobild {
	color: #000000;
	width: 149px;
	margin: 0px 0px 0px 0px;
	padding: 0 15px 10px 0;
	position: relative;
	float: left; }
	
#kontakt {
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0 15px 10px 0;
	 }	
 
.border {
	margin-top: 1%;
	border-right: 3px solid #e2e2e3;
	border-bottom: 3px solid #e2e2e3;
	padding: 5px #000;
	padding-bottom: 15px;   
	}
#text {float: left; margin-left: 10px; padding-top: 30px; width:150px;}	
#textSpalte1 {float: left; margin-left: 10px; width:160px;}
#textSpalte2 {float: right;  width:150px; margin-top:30px; margin-right: 90px;}		
	
/* Mozilla */
html>body #adress { margin-left:420px;
}		
	
#adress {
    position: absolute;
	margin-top: 65px;
	margin-left: 200px;/* IE 7 */
	height: 600px;
	color: #000000;
	}
	

#active a:link, #active a:visited, #active a:hover
{
border: 0px;
color: #FADC33;
text-decoration: none;
}

#leftbox  a.hmenu, a.hmenu:link  {color: #fff; text-decoration: none; }
#leftbox  a.hmenu:visited {color: #fff; text-decoration: none; }
#leftbox  a.hmenu:hover {color: #fff600; text-decoration: none; }
 
a:link {border: 0px; color: #003399; text-decoration: underline; padding: 1px; }

a:visited {border: 0px; color: #003399; text-decoration: underline; padding: 1px; }

a:hover {border: 0px; color: #FADC33;  text-decoration: underline; padding: 1px; }



.right a:link strong, .right a:visited strong, .right a:link, .right a:visited {
	color: #bcbec0; text-decoration: none;  padding: 1px; border: 0px;}
/*** Redundancy in this selector and the one below allows Op6 to display links properly ***/



#contents a:link, #contents a:visited {border: 0px;
	color: #000; text-decoration: underline; background: #f4e6ef; padding-top: 0; }

#contents a:hover {color: #f9f; background: #233622; padding-top: 0; }

strong {font-weight: bold; color: #000; }
	
pre strong {color: #bcbec0; }

#contents strong {color:  #f9f; }

.alignright  {margin: 0; padding: 1em 10px 2.5em 0; text-align: right; }

.small {font-size: .9em; }

.aktuell {font-size: .9em; line-height: 1.5em; margin: 0; padding: 1em 10px 2.5em 20px; text-align: center; }

.submit {background: #bcbec0;
         margin-left: 150px; 
		 font-weight: bold;
		 font-size: 12px; 
		 line-height: -1.0em;
		 border: none;
		 color: #000;
		 padding: 0px 0px -1px 0px; 
		 }
.submit1 {background: #bcbec0; 
		 font-weight: bold;
		 font-size: 12px;
		 line-height: -1.0em; 
		 border: none;
		 color: #000;
		 padding: 0px 0px -1px 0px; 
		 }

.decoration {float: left; border: 0px; margin: 0.5em 1em 3px 5px; position: relative; } /*** for IE6 ***/

html[xmlns] .decoration {margin: 0 1em 0 0; } /*** Moz put the image too low ***/


#bottom {font-size: 1px; line-height:0; margin:0; padding:0;}

.navli {
    width: 182px;
	list-style: none;
	
	margin: 40px 0 150px 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 34px; }

.navin {
	margin: 0px 0 18px 12px;
	line-height: 18px; }
	
.navinhot {
	border: 0px;
	color: #fff600;
	text-decoration: none;
	margin: 0px 0 18px 12px;
	line-height: 18px; }

#navmenu a {
	padding: 3px 0;
	text-decoration: none;
	color: #000; } 

#navmenu a:hover {
 	color: #bcbec0;
	text-decoration: none; 
	 }

#navclear {
  	display: block;
	clear: both; }

/*** IE5/Mac has trouble with right positioned boxes due to a secret margin. See  
     - http://www.l-c-n.com/IE5tests/right_pos/index.shtml - Philippe Wittenbergh's page 
     for an explanation of this problem and Sam Foster's page for an explanation of the 
     hack used  - http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html - ***/
 
#rightbox {
	position: absolute;
	right: 0px;
	margin-right: 0px;
	width: 1px;
	 }

/* hide the following from IE5-Mac \*/
#rightbox {
	right: 0;
	margin-right: 0; }
/* IE5-Mac can see the rest */



.clear {
	clear: both;
	margin: 0;
	padding: 0; }
	
#footer {
	margin-top: -10px;
	margin-left: 156px;
	}