/* 
Theme Name: Hellfried Krusche
Author: Agentur Linssen
Author URI: http://www.agentur-linssen.com
*/



 html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	background: 50% 0px url("./images/body_bg.jpg") repeat-y;
	background-color: #E6EBF1;
	}
	
#container {
	width: 1000px;
	margin: 0 auto;
	clear:both;
}

#rows {
	clear:both;	
}

#header {
	width: 1000px;
	height: 150px;
	background: url("./images/header.jpg") no-repeat;
	border-bottom: 2px #E7EBF0 solid;
}

#menu {
	height: 20px;
	width: 540px;
	position: relative;
	left: 460px;
	top: 100px;
	padding-top: 2px;
}

#menu ul {
	list-style: none;	
}

#menu ul li {
	float: left;
	margin-right: 15px;
}


#menu ul li a,
#menu ul li a:active,
#menu ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: Bold;
	font-size: 14px;
}

#menu ul li a:hover,
#menu ul li a:focus {
	color: #fff;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: Bold;
	font-size: 14px;
}

#lang {
	width: 100px;
	height: 20px;
	position: relative;
	top: 108px;
	left: 920px;
}



#left {
	float: left;
	background: url("./images/rechtecke.gif") no-repeat;
	background-position: 12px 35px;
	padding-bottom: 300px;
	width: 175px;
	}
	
#right {
	float: left; 
	margin: 0px;
	width: 753px;
	padding: 60px 18px 20px 45px;
}	


a,
a:active,
a:visited,
a:hover,
a:focus {
color:#2C5279;
font-family:Trebuchet MS,Trebuchet,Arial,sans-serif;
font-size:10pt;
font-weight:bold;
text-decoration:none;
}

p,td {
	font-family:Trebuchet MS,Trebutchet,Tahoma Arial,sans-serif;
	font-size:10pt;
	line-height:12pt;
}

h1 {
	font-size:16pt;
	font-weight:bold;
	line-height:18pt;
	font-family:Trebuchet MS,Trebutchet,Tahoma Arial,sans-serif;
	margin-left: -20px;
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

input {
	width: 122px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #000;
	margin-bottom: 5px;
	padding-top:2px;
	padding-left: 4px;
	padding-right: 4px;
}

input:focus {
	background-color: #B7C3D1;
}

input[type=submit] {
	padding-top: 0px;
	height: 20px;
}

textarea
{
	width: 500px;
	height: 180px;
	background-color: #fff;
	border: 1px solid #000;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 4px;
}

textarea:focus {
	background-color: #B7C3D1;	
}