/* CSS Document */

/* Grundformatierungen des Bodys, Standardschrift, -links */
#pagetitle2 {
	margin-left:13px;
	margin-bottom:4px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #858585;
}
body {
	width:980px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#FFFFFF url(../img/bodybg.gif) repeat-x;
}
a, a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#47811C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#47811C;
	font-weight: bold;
}
a:active, a:visited {
	text-decoration: none;
}

/* Grundformatierungen des Layouts */

#main {
	position:relative;
	width:980px;
}
#top {
	position:relative;
	height:138px;
	width:980px;
}
#topmenu {
	position:relative;
	width:980px;
	background-image:url(../img/topmenu.gif);
	background-repeat:no-repeat;
	height:22px;
}
#top2 {
}
#maincolumn {
	position:relative;
	width:980px;
	float:left;
	margin-top:30px;
}
#leftcolumn {
	position:relative;
	float:left;
	width:168px;
	margin-top:10px;
}
#rightcolumn {
	position:relative;
	float:left;
	margin-top:10px;
	width:650px;
	border-left:1px solid #C1C1C1;
}
#maincontent {
	position:relative;
	width:800px;
	padding:0px 15px 15px 15px;
}
#footer {
	position:relative;
	width:100%;
}
