/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.04em;
	word-spacing: 0.3em;
	font-weight: lighter;
	background: #FFFFFF url(bilder/bg_body.jpg) no-repeat;
}
a{
color: #FFFFFF;
font-size: 10px;
}

a:link{
	text-decoration: underline;
	color: #333333;
}

a:visited{
	text-decoration: underline;
	color: #666666;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 3px;
	margin-right: 10px;
	border: 0.05em solid #CC9900;
	margin-left: 10px;
}

h2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #CC9900;
	padding-left: 3px;
	margin-right: 10px;
	text-transform: uppercase;
	margin-left: 10px;
}

h3{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-right: 10px;
	padding: 3px;
	line-height: 17px;
	font-weight: lighter;
	margin-left: 10px;
}
h4{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-right: 10px;
	padding: 3px;
	line-height: 12px;
	font-weight: lighter;
	margin-left: 15px;
}
h5{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 4px;
	font-weight: bolder;
}

ul{
list-style-image:url(bilder/listenkasten.gif);
padding-top: 7px;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

	#aussenbox{
	border: thin solid #CC9900;
	width: 800px;
	height: auto;
	margin: 0px auto auto;
	padding: 0px;
	
}
	
#header{
	width: 800px;
	height: 100px;
	float: left;
	background: #000000;
	padding-bottom: 5px;
		}

#navleft {
	float: left;
	position: relative;
	width: 420px;
	padding-top: 0px;
	height: 85px;
	background: #000000;
	}
	
.navleft a {
	color: #000000;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
	}
.navleft a:link {
	color: #000000;
	font-size: 12px;
	list-style-image: url(bilder/listenkasten.gif);
	
	
	}

.navleft a:active {
	color: #000000;
	background-color: #FFFFFF;

	}
	
.navleft a:visited {
	color: #000000;
	font-size: 12px;
	list-style-image: url(bilder/listenkasten.gif);
	
	}
#container {
	width: 400px;
	float: left;
	position: relative;
	background: #FFFFFF;

	
	}

#content400 {
	width: 400px;
	float: left;
	position: relative;
	background: #FFFFFF ;
	border: medium none;
	
	}
	#content800 {
	width: 798px;
	float: left;
	position: relative;
	background: #FFFFFF;
	
	}
#footer {
	width: 950px;
	padding: 0px;
	bottom: 0px;

}
.footer a {
	color: #666666;
	font-size: 10px;
	margin-left: 10px;
	padding-left: 30px;
	text-transform: uppercase;
	}
	
.footer a:hover {
	background-color: #660000;
	color: #FFFF99;
	}
#footer2 {
	height: auto;
	width: 800px;
	padding: 0px;
	background-color: #F333333;
}
.frame_newsletter {
	border: 1px solid #CC9900;
}

