@charset "utf-8";
/* CSS Document */

/* Some Basics */
*				{padding:0; margin:0; } /*reset ALL*/
body 			{font-family:Verdana, Tahoma, sans-serif;; font-size:13px; color:#000;}
div				{ }

strong			{
				font-weight:normal;
				color:#990000;
}

p				{ 	margin-top:15px;
					font-size:14px;
					text-align:justify;
}
table			{
					margin-top:15px;
}


h1				{
				font-size:24px; 
				font-weight:normal;
				padding:0px 0 10px 0; 
				
				color:#000 }
h2				{
				font-size:20px; 
				font-weight:normal; 
				padding:0px 0 5px 0; 
				color:#000 }
h6				{
				font-style:italic;
				font-weight:normal;
				}
img				{ border:none;}
hr				{ margin:5px 0 5px 0;}
a				{	
					color:#000; 
					text-decoration:true; 
					font-weight:normal; 
					border:none; 
					background:none;
					
				}
a:hover, a:active, a:focus {
					text-decoration:none;
					color:#CC000;
				}

.hidden			{ visibility:hidden;}
/* Some Basics */


/* DIV tags ---------------------- */
div#wrapper 	{ 	background:none;
					width:950px;
					height:auto;
					margin:15px auto;
					} 

div#head	{ 	width:auto; 
				height:95px;
				background:url(bilder/logo.png) no-repeat top left;
			}

div#main {	width:auto;
			height:auto;
			}
div#left	{
			width:348px;
			padding:20px;
			float:left;
			
}
div#left img {
			margin-top: 5px;
}
div#right {
			width:522px;
			padding:20px;
			float:left;
			
}
	
div#footer	{ 
width:auto; height:60px; padding-top:5px;
clear:both;
}

div.absatz {}
/* DIV tags ---------------------- */


/* UL & LI tags ------------------ */

div.menu {
			height:50px;
			width:500px;
			float:right;
			margin-top:25px;
}
ul {
			list-style:none;
			margin:0;
			padding:0;
}
div.menu ul li {
			list-style:none;
			float:right;
}
div.menu ul li a {
			display:block;
			padding:0px 3px;
			border-left:2px solid #999;
			text-decoration:none;
			font-size:18px;
}
div.footerMenu ul li a {
			font-size:11px;			
			}
div.footerMenu {
			margin-top:0px;
}

.aktiv {
			color:#990000;
}
div.menu ul li a:hover {
			color:#990000;
}
/* UL & LI tags ------------------ */










/* Kontakt Form ------------- */
div#contact p {
	margin:36px 0 36px 0;
	}

input, textarea { 
	padding: 10px;
	border: solid 1px #888;
	outline: 0;
	font: normal 14px/100% Verdana, Tahoma, sans-serif;
	color: #FFFFFF;
	}

textarea { 
	width: 420px;
	height: 128px;
	line-height: 150%;
	}
	
.contactForm input {
 	width: 160px;	
	}

input, textarea, div#about img {
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
	}
	
input, textarea {
	/*background: -moz-linear-gradient(top, #888888, #999999 1px, #FFFFFF 25px);*/
	background:#aaa;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
		border-color:#C9C9C9; 
		}
	
input.submit {  
		width:100px;
		margin-left:137px;
		background:#3F000E;
		color:#FFFFFF;
	    font-weight:bold;
        /*-webkit-border-radius: 5px;  
        -moz-border-radius: 5px;  */
		}
		
input.submit:hover { 
		background:#1a0829;  
		}

/* Kontakt Form ------------- */