* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
}

#container {		
	position: relative;
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid darkblue;
	border-right: 1px solid darkblue;
	background-color:#2a2a2a;
}

#header {
	width: 100%;
	height: 120px;	
	background-image: url(../../media/img/rohlffsinfo.png);
}

#left {
	position: absolute;
	left: 0;
	width: 180px;		
}

#left ul {	
	border-bottom: 1px solid darkblue;
}

#left li {
	list-style: none;	
}

a {
	text-decoration: none;	
}

a.nav {
	color: black;
	display: block;
	width: 160px;
	heigth: 30px;
	line-height: 30px;
	padding-left: 20px;
	background-color: #7a7a7a;
	border-top: 1px solid darkblue;
}

a.nav:hover, a.sub:hover {
	background-color: #9a9a9a;
	color: black;
}

a.act {
	color: white;
	display: block;
	width: 160px;
	heigth: 30px;
	line-height: 30px;
	padding-left: 20px;
	background-color: #9a9a9a;
	border-top: 1px solid darkblue;
	cursor: default;
}

a.sub  {	
	color: black;
	display: block;
	width: 140px;
	heigth: 20px;
	line-height: 20px;
	padding-left: 40px;
	background-color: #9a9a9a;
	border-top: 1px solid darkblue;
}

a.subact {
	color: white;
	display: block;
	width: 140px;
	heigth: 20px;
	line-height: 20px;
	padding-left: 40px;
	background-color: #9a9a9a;
	border-top: 1px solid darkblue;
	cursor: default;
}



#content {	
	position: relative;
	margin: 0 0 0 180px;
	background-color: #9a9a9a;	
	padding: 20px 0 10px 20px;
	border-top: 1px solid darkblue;
	min-height: 400px;
}

#content p {
	padding: 10px 20px 10px 0px;	
	text-align: justify;	
}

#content ul {
	padding: 20px 20px;
}


.img0 {
	margin: 0px 10px 10px 15px;	
	float: right;
}
	

.img1 {
	margin: 0px 10px 10px 15px;
	float: right;
	border: 1px solid black;
}	

h1 {
	font-size: 20px;	
}

h2 {	font-size: 16px;	
}

h3 {	font-size: 14px;
}

#right {	
	position: absolute;
	right: 0px;
	width: 180px;
	height: 300px; /* auf auto stellen */	
}


#footer {
	height: 30px;
	width: 100%;
	background-color:#7a7a7a;
	border-top: 1px solid darkblue;
	border-bottom: 1px solid darkblue;
}

#footer p {	
	font-size: 10px;
	text-align: center;
	line-height: 30px;
}

#footer a {
	color: black;
}

#footer a:hover {
	color: white;
}


img.flag {
	position: relative;
	top: 2px;
}

img.printer {
	position: relative;
	top: 3px;
}

/**************************************************/

/* Suchfeld */

.search {
	margin: 6px 6px 0 10px;	
	padding: 1px 0;
	width: 50px;	
	border: 1px solid darkblueborder-top: 1px solid darkblue;;
	background-color: #666666;	
}

.button {	
	background: #666666;	
	border: 1px solid darkblue;
	width: 50px;
}

.button:hover {
	background-color: #9a9a9a;
	cursor: pointer;
}


/* Kontaktformular */	


#contact p {	
	padding: 0;
}

.textfeld {
	margin: 5px 0;
	width: 280px;	
	padding: 2px;
	border: 1px solid black;
}

.textarea {
	margin: 5px 0;
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	border: 1px solid black;
	height: 100px;
}

.formerror {
	color: red;
}


.formbutton {	
	background-color: white;
	border: 1px solid black;
}

.formbutton:hover {
	background-color: #C9CDDA;;
	color: white;
}

.kontaktimg {
	position: absolute;
	bottom: 0px;
	right: 0px;
}


