﻿/* THE BIG GUYS ________________________________________________*/
* {margin:0;padding:0}

/* Body ________________________________________________________*/
body {
	background-color: #fff;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
}
p {
	line-height:1.4em;
	margin:5px 0;
}

/* Wrap mit IE FIX _____________________________________________*/
#wrap {
	margin: 0 auto;
	width: 780px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	min-height: 100%;
}

/* Searchfield ________________________________________________*/
#suche {
	right: 10px;
	float: right;
	position: relative;
	line-height: 30px;
	width: 150px;
	height: 30px;
	vertical-align: middle;
	top: 5px;
	color: #666;
	font-family: Tahoma;
	font-size: 11pt;
}
/* header _____________________________________________________*/
#header {
	height: 85px;
	width: 780px;
	background-image: url('http://www.displayquick.com/templates/displayquick/images/header.png');
	background-color: #fff;
}

/* topmenue __________________________________________________*/

#topmenue {
	padding-left: 180px;
	width: 600px;
	height: 15px;
	line-height: 15px;
	text-align: right;
	vertical-align: middle;
	position: relative;
	float: left;
	top: 35px;
	background-color: #fff;
}

#header a,#header a:active,#header a:visited {
	color: #666;
	font-family: Tahoma;
	width: 120px;
	height: 15px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 8pt;
	font-weight: 400;
	text-decoration: none;
}

#header a:hover {
	color: #ccc;
	font-family: Tahoma;
	width: 120px;
	height: 15px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 8pt;
	font-weight: 400;
	text-decoration: underline;
}


/* contentarea __________________________________________________*/
#contentarea {
	border: 1px #ccc solid;
	width: 778px;
	min-height: 400px;
	margin-top: 45px;
	line-height: 20px;
	text-align: left;
	color: #666666;
	font-family: Tahoma;
	font-size: 10pt;
	padding-left: 0px;
	margin-right: 0px;
	background-color: #fff;
	float: left;
}

#contentarea h3 {
	color: #FF5B00;
	font-family: Arial;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	width: 97%;
	background-color: #e5e5e5;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14pt;
}
#contentarea h2 {
	color: #2A5B90;
	font-family: Airial;
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	width: 97%;
	background-color: #e5e5e5;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
	text-decoration: underline;
}


/* Footer __________________________________________________*/

#footer {
	width: 770px;
	height: 80px;
	padding-left: 0px;
	bottom: 15px;
	margin-top: 15px;
	color: #909090;
	font-family: Tahoma;
	font-size: 7pt;
	line-height: 25px;
	text-align: left;
	vertical-align: middle;
}

#footer a,#footer a:active,#footer a:visited {
	color: #909090;
	font-family: Tahoma;
	width: 120px;
	height: 20px;
	padding-left: 0px;
	padding-right: 10px;
	font-size: 7pt;
	font-weight: 400;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF5B00;
	font-family: Tahoma;
	width: 120px;
	height: 20px;
	padding-left: 0px;
	padding-right: 10px;
	font-size: 7pt;
	font-weight: 400;
	text-decoration: underline;
}
#designline {
	background-image: url('http://www.displayquick.com/templates/displayquick/images/designline.png');
	height: 39px;
	width: 780px;
	top: 40px;
	float: left;
	position: relative;
}

