
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: auto;
}
body, html {
    background-color:#38393A;
	overflow:hidden;
	/*scrollbar-base-color:#87acbe;
	scrollbar-3dlight-color:#A7C0D8;
	scrollbar-arrow-color:#c5d6e0;
	scrollbar-darkshadow-color:#c5d6e0;
	scrollbar-face-color:##87acbe;
	scrollbar-highlight-color:#c5d6e0;
	scrollbar-shadow-color:#A7C0D8;
	scrollbar-track-color:#A7C0D8;*/
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;}
a:hover {
	color: #666666;
	text-decoration:none;
	border: none;}


h5 {font-size:10px;}
h4 {font-size:12px;}
h3 {font-size:14px;}
h2 {font-size:16px;}
h1 {font-size:18px;}
/* ##################################################################*/
/* ##############################TEMLATES############################*/
/* ##################################################################*/
#container {width: 1024px; margin: auto;}

#menue_container {
	position:absolute;
	width:1024px;
	overflow:hidden;
	margin-top:5px;
	padding-bottom: 2px;
	border-bottom: 5px solid #333333;
	border-top: 10px solid #333333;
	background-color: #009999;
	filter: alpha(opacity=80);
	-moz-opacity:0.80; 
	opacity: 0.80;
	khtml-opacity: 0.80;
	z-index:1000;

			}	
#menue li {
	display:inline;
}
#menue li a {
	text-decoration:none;
	border:none;
	padding-left:50px;
	color:#333333;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#menue li a:hover {
	font-variant:small-caps;
}
#menue  {
	padding:0; 
	margin:0;
	background-color: #009999;
	}
#bg {
	margin:auto;
	background-image: url(../img/bg.JPG);
	background-repeat:no-repeat;
	height:768px;
	width:1024px;
	position:absolute;
	z-index:1;
	overflow: hidden;
}
#content_container{
	position:absolute;
	margin:0px;
	height: 1000px;
	width: 1024px;
	overflow:hidden;
	z-index:100;
}
#content{	
	padding-top: 0px;
	padding-left:0px;
	padding-bottom: 20px;
}
#footer {
	padding-left: 50px;
	position:absolute;
	top: 650px;
	width: 100%;
	overflow:hidden;
	background-color: #009999;
	border-bottom: 2px solid #333333;
	border-top: 4px solid #333333;
	color:#000;
	filter: alpha (opacity=60);
			-moz-opacity:0.60; 
			opacity: 0.60;
			khtml-opacity: 0.60;
}
#movie, #webdesign, #impressum, #kontakt {
	position:absolute;
	top: 150px;
	height: 254px;
	width:1000px;
	overflow:hidden;
	border-bottom: 5px solid #333333;
	border-top:15px solid #333333;
	background-color: #4a4443;
	filter: alpha (opacity=90);
			-moz-opacity:0.90; 
			opacity: 0.90;
			khtml-opacity: 0.90;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}
#impressum {
	font-size:10px;
	}
#movie td {
	padding-right: 60px;
}
#webdesign td {
	font-size: 10px;
	padding-right: 40px;
}
#webdesign td a{
	text-decoration: none;
	border: none;
}
#fotodesign {
	position:absolute;
	top: 100px;
	height: 420px;
	width:1000px;
	overflow:hidden;
	border-bottom: 5px solid #333333;
	border-top:15px solid #333333;
	background-color: #4a4443;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	overflow: scroll;
	
	scrollbar-base-color:#4a4443;
	scrollbar-3dlight-color:#333;
	scrollbar-arrow-color:#333;
	scrollbar-darkshadow-color:#333;
	scrollbar-face-color:#4a4443;
	scrollbar-highlight-color:#333;
	scrollbar-shadow-color:#333;
	scrollbar-track-color:#333;
}
#fotodesign td {
	padding-right: 60px;
}
#kontakt {
	padding-top: 50px;
}
#kontakt td {
	padding-left: 20px;
	padding-bottom:2px;
}
/* ##################################################################*/
/* ##############################FORMULARFELDER######################*/
/* ##################################################################*/
input, textarea, textfield
{
	border:1px solid #000;
	width: 200px;
	height: 18px;
	background-color:#333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	overflow: auto;
	margin:0;
}
input:hover,textarea:hover
{
	border:1px solid #333;
	background-color:#4a4443;
}
input:focus,textarea:focus
{
	border:1px solid #333;
	background-color:#FFF;
}
input.rd,textarea.rd
{
	border:1px solid #FF0000;
	background-color: #FFCACF;
	font-size: 10px;
}
input.rd:hover,textarea.rd:hover
{
	border:1px solid #3e5871;
	background-color:#FFF;
}
input.rd:focus,textarea.rd:focus
{
	border:1px solid #fff;
	background-color:#FFF;
}
input.but,textarea.but
{
	background-color: #CC0066;
	font-size: 10px;
	font-weight:bold;
	color:#000;
	width:auto;
	padding:0;
	margin:0;
}
input.but:hover,textarea.but:hover
{
	border:1px solid #333;
	background-color:#4a4443;
	color:#000;
}
input.but:focus,textarea.but:focus
{
	background-color:#FFF;
}
