/* BODY / MISC */

html, body {
	margin: 0; padding: 0; height: 100%;
}


body {
	min-width: 985px;
}

img {
	border: 0;
}

form {
	margin: 0; padding: 0;
}

/* DIV */

#main {
	/* Reale Breite: 963px */
	width: 948px; min-height: 100%;
	padding: 0 15px 0 0;
	border: 0px solid red;
    background: url(../images/main/shadow.gif) repeat-y right;
	overflow: auto;
}

#logo {
	/* Reale Breite: 240px / Höhe: 125px */
	width: 220px; height: 105px;
	float: left;
	padding: 20px 0 0 20px;
}

#topmenu {
	width: 200px; height: 30px;
	margin-top: 95px;
	float: right;
}

#topmenu a {
	font-family: Helvetica, Arial, sans-serif; font-size: 11px; font-weight: normal; color: #999999; text-decoration: none;
}

#topmenu a:hover {
	font-family: Helvetica, Arial, sans-serif; font-size: 11px; font-weight: normal; color: #666666; text-decoration: none;
}

#menu li {
	width: 158px; height: 40px; float: left;
	list-style-type: none;
	text-align: center;
	background: #1F1209;  filter:alpha(opacity=90); opacity: 0.90; -moz-opacity:0.90;
	border-bottom: 1px solid #ffffff;
}

#menu li a {
	width: 158px; height: 28px;
	padding: 12px 0 0 0;
	display: block;
	font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; color: #ffffff; text-decoration: none;
}

#menu li a:hover {
	width: 158px; height: 28px;
	padding: 12px 0 0 0;
	display: block;
	font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; color: #d6d6d6; text-decoration: none;
}

#contact {
	/* Reale Breite: 208px */
	width: 166px; min-height: 360px;
	float: left;
	padding: 20px;
	background: #f9f9f9;
	border: 1px solid #eaeaea; border-left: 0px;
	font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; color: #80878e; text-decoration: none; line-height: 20px;
}

#content {
	/* Reale Breite: 740px */
	width: 690px; min-height: 400px;
	padding: 25px;
	float: right;
	font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; color: #0e1a27; text-decoration: none; line-height: 20px;
}

#content h1 {
	font-family: Helvetica, Arial, sans-serif; font-size: 18px; font-weight: bold; color: #183A8C; text-decoration: none; line-height: 24px;
	padding: 0; margin: 0 0 20px 0;
}

#content h1.h2 {
	font-family: Helvetica, Arial, sans-serif; font-size: 18px; font-weight: bold; color: #183A8C; text-decoration: none;
	padding: 0; margin: 0 0 8px 0;
}

#content h2 {
	font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: bold; color: #7a7a7a; text-decoration: none;
	padding: 0; margin: 0;
}

#content a {
	font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; color: #183A8C; text-decoration: underline; line-height: 20px;
}

#content a:hover {
	font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; color: #0e1a27; text-decoration: underline; line-height: 20px;
}

#content a.top {
	padding-left: 15px;
	font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; color: #0e1a27; text-decoration: none; line-height: 20px;
	background: url(../images/main/top.gif) no-repeat left;
}

#content a.top:hover {
	padding-left: 15px;
	font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; color: #183A8C; text-decoration: none; line-height: 20px;
	background: url(../images/main/topsw.gif) no-repeat left;
}

#content li {
	list-style-type: square;
}

#content img.right {
	float: right;
	margin: 0 0 10px 10px;
}









