/*	--------------------------------------------------------------------------
	@ Basic CSS Setup
	--------------------------------------------------------------------------
	Allgemeine Definitionen nach W3C Standards
	Für Tests: http://jigsaw.w3.org/css-validator/
	Letzter Test: 06.02.2007 / ed
	--------------------------------------------------------------------------  */	


	
/*	--------------------------------------------------------------------------
	GLOBAL 
	--------------------------------------------------------------------------  */


/** setzt alles auf 0 **/
* {
	margin: 0;
	padding: 0;
	}	


/** für W3C Check bitte auskommentieren. Nicht erlaubte Eigneschaft
    für Firefox Scrollbar verwendet **/
html {  
	overflow: -moz-scrollbars-vertical; 
	}


/** Für dynamische Schriftgrössen
	font-size:0.9em; verwenden **/	
html, body {
	margin: 0;
	padding: 0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
  	line-height: 1.5em; 	
	color:#333333; 
	background-color:#eeeeee; 	
	}
	
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
  	line-height: 1.5em; 	
	color:#333333; 
}
	
p{
	margin:0;
	padding:0;
	}


strong	{
	font-weight: bold;
	}


ul {
	list-style:none;
	}
	
	
li {
	list-style-position:outside;
	}	


h1 {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	}

	
h2 {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	}

	
h3 {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	}
	
	
h4 {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	}

	
h5 {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	}
	
	
h6 {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	}				
	
		
a:link{
  	color:#000;
  	text-decoration:none;
	border-bottom:solid 1px #333333;	
  	}


a:visited{
	color:#333333;
	text-decoration:none;
	border-bottom:solid 1px #333333;	 
	}
  
  
a:active{
  	color:#333333;
  	text-decoration:none;
	border-bottom:solid 1px #333333;	
  	} 


a:hover{
  	color:#333333;
	text-decoration:none;
	border-bottom:solid 1px #333333;	
  	}


a:focus {
  	color:#333333;
  	text-decoration:none;
	border-bottom:solid 1px #333333;	
  	}	
	

input,textarea {
	margin: 3px 0;
   	border: 1px solid #999;
   	background: white;
   	padding: 3px 3px;
	}
    
	
input:active, input:focus, input:hover { 
	background: #E8EBDF;
	}
	
	
	
/*	--------------------------------------------------------------------------
	PROJECT STYLES 
	--------------------------------------------------------------------------  */
.nav {
	text-decoration:none;
	border:0px;
}

a.nav:link {
	text-decoration:none;
	border:0px;
}

a.nav:visited {
	text-decoration:none;
	border:0px;
}

a.nav:active {
	text-decoration:none;
	border:0px;
}

a.nav:hover {
	text-decoration:none;
	border:0px;
}

a.nav:focus {
	text-decoration:none;
	border:0px;
}
a.footer:link {
	text-decoration:none;
	border-bottom:solid 1px #ffffff;
	color:#ffffff; 
}

a.footer:visited {
	text-decoration:none;
	border-bottom:solid 1px #ffffff;
	color:#ffffff; 
}

a.footer:active {
	text-decoration:none;
	border-bottom:solid 1px #ffffff;
	color:#ffffff; 
}

a.footer:hover {
	text-decoration:none;
	border-bottom:solid 1px #ffffff;
	color:#ffffff; 
}

a.footer:focus {
	text-decoration:none;
	border-bottom:solid 1px #ffffff;
	color:#ffffff; 
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
  	line-height: 1.0em; 	
	color:#ffffff; 
	padding-top:4px;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
  	line-height: 1.0em; 	
	color:#b39b6b; 
	padding-top:30px;
}

.title2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
  	line-height: 1.0em; 	
	color:#333333; 
	padding-bottom:5px;
	padding-top:26px;
}