* { margin:0; padding: 0; border:0; }

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	position: relative;
	color: #333;
	margin: 0;
	padding: 0;
	background: #979797 url(../../images/bg.gif);
	position: relative;
	text-align: center;
}

/* CONTENT */

p {
	margin: 10px 0 10px 0;
	line-height: 1.4em;
}

p.grau {
	margin-top:0;
	font-size: 11px;
	color: #999;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ff0099;
}

h3 {
	font-size: 11px;
	border-bottom: 1px solid #d8d8d8;
	width: 80%;
	margin: 20px 0 0 30px;
}

td {
	vertical-align: top;
	font-size: 13px;
}

span.slogan {
	font-size: 18px;
	color: #ff0099;
}

a {
	text-decoration: none;
	color: #ff0099;
}

#topnav a {
	text-decoration: none;
	color: #999;
}

#topnav a.current {
	text-decoration: none;
	color: #ff0099;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style:none;
}
li {
	background: url(../../images/li.png) no-repeat;
	background-position: 5px 5px;
	padding-left:20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.rot li {
	background: url(../images/li_red.png) no-repeat;
	background-position: 5px 5px;
}

ul.rot2 li {
	background: url(../images/li_red.png) no-repeat;
	background-position: 5px 5px;
	color: #ff0099;
}

/* LAYOUT */
#page_margins {
	margin: auto;
	width: 1018px;
	text-align: left;
}

#page {
	margin: 0 19px;
}

#header {
	position: relative;
	height: 109px;
}
#header img {
	position:absolute;
	top:10px;
	right:0px;
}
#header #topnav {
	position:absolute;
	bottom:10px;
	left:0px;
}
#main {
	clear: both;
	height: 472px;
	background: #fff url(../../images/mainbg.gif) repeat-x bottom;
	border: 1px solid #999999;
	padding:14px;
}
#nav_main {
	z-index: 999;
	width: 100%;
	height:145px;
}
#content {
	width: auto;
	display: block;
	padding-top: 40px;
	z-index: 1;
}
#col1 {
	display:block;
	width: 370px;
	margin-right:15px;
	float: left;
}
#col2 {
	display:block;
	width:auto;
/*	margin-left:385px;
	height:282px;*/
	overflow: auto;
	overflow-x: hidden;
	-ms-overflow-y: hidden;
}
.clear {
	clear:both;
}

#footer {
	clear:both;
	margin-top: 10px;
	margin-left: 15px;
	color: #333333;
	margin-bottom: 30px;
}
#footer p {
	font-size:12px;
}

