/* ################ Reset ################ */
html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, b {
	margin:0;
	padding:0
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
#content {
	background-image: url(/pix/layout/bg_shadow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	/* height: 700px; */
	
	width: 420px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#logo {
	height: 170px;
	width: 420px;
}
#title {
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
}
#textContent {
	width: 420px;
	padding-top: 40px;
}
#textContentHigh {
	width: 420px;
}
#footer {
	height: 20px;
	width: 480px;
	font-size: 9px;
	padding: 2px 0 2px 0px;
}
#theme {
	background-color: #EFEFEF;
	height: 285px;
	width: 420px;
}
a img {
	border:none;
}


html, body {
	height:100%;
	width:100%;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.teaser {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F17F0C;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.teaser ul li a {
	background-image:url(../pix/layout/highlight_klein.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	padding-left:15px;
	color:#666;
}
.teaser ul li a:hover {
	color:#e7511e;
}
#conM {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(/pix/layout/bg_motiv.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	clear: both;
}
#menu {
	width: 155px;
	padding-left: 20px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F27F0D;
	padding-bottom: 75px;
}
#left {
	float: left;
	width: 345px;
	height: 200px;
}
#middle {
	float: left;
	width: 480px;
}
#right {
	float: left;
	width: 175px;
}
/* ################ Clear - Element ################ */

hr.clear{
clear:both;
visibility:hidden;
height:0;
line-height:1px;
font:1px/0px monospace;
margin:-1em 0;
}

