/* CSS Document */

/* Grundformatierungen des Bodys, Standardschrift, -links */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d6a80;
}
body {
	background:#f26624 url(../img/main-bg.gif) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:980px;
	overflow:hidden;
}
a, a:link{
	font-family: Arial;
	font-size: 11px;
	color: #0872ba;
	font-weight: bold;
	font-style:italic;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#f26624;
}
a:active {
}
a:visited {
}

/* Grundformatierungen des Layouts */

#main {
	position:relative;
	width:990px;	
	height:755px;
	background:url(../img/zwansisch.gif) left top no-repeat;
}

#leftside {
	position:relative;
	float:left;
	width:257px;
	height:755px;
}
#rightside {
	position:relative;
	float:left;
	width:730px;
	height:755px;
}
#content {
	position:relative;
	overflow:auto;
	width:488px;
	height:510px;
}
