/* General CSS */

body,html,p,ul,li,h1,h2,h3,h4,h5,h6,img,form{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}

body{
	background: url('../graphic/bg2.gif') center repeat-y;
}

#flashfilm{
	height:174px;
}

#line{
	
}

#wrapper{
	width:950px; /* 952 */
	margin:0 auto;
	padding:0px 1px 0px 1px;	
	background: url('../graphic/kran.jpg') 585px 196px no-repeat;
}

#content{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height:18px;
	margin:60px 0px 0px 240px;

}

h1{
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	color:#108f34;
}

h2{
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	line-height:22px;
	color:#000000;
}

h3{
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	color:#108f34;
	margin:0px 0px 10px 0px;
}


a{
	color:#007dff;
}

/* MAILER */
#contact{
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url('../graphic/bg_lightbox.png');
}

#formular{
	margin:200px auto;
	background: url('../graphic/bg_form.png');
	width:465px; /* 615 */
	height:402px; /* 482 */
	padding:80px 0px 0px 150px;
	
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height:18px;
}

#formular input[type=text]{
	width:260px;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	border:1px solid #000000;
	line-height:18px;
}

#formular textarea{
	width:310px;
	height:80px;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	border:1px solid #000000;
	line-height:18px;
}

#for mular td{
	padding:0px 0px 10px 0px;
}

.hint{
	color:#c60000 !important;
}

.tbltd{
	vertical-align:top;
	padding:6px 0px 0px 0px;
}

