/* Allgemein */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff url(../images/background/static.gif) repeat-x;
	font: normal 13px Tahoma, Arial, Helvetica, Geneva, SunSans-Regular, Sans-Serif;
	color: #88888a;
}

h1, h2, h3
{
	color: #313131;
}

h1
{
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -1px;
}

h2
{
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -0.5px;
}

h3
{
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul
{
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

ol
{
	margin-left: 2em;
}

ul
{
	list-style: none;
}

ul li
{
	background: url(../images/arguments/check.jpg) no-repeat left center;
	padding-left: 1.5em;
}

a
{
	text-decoration: none;
	color: #17524e;
}

a:hover
{
	text-decoration: none;
	color: #8d0148;
}

/* Hauptmenue */
#mainmenu
{
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #8d0148;
	background: #e3e3e6;
}

#mainmenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu li
{
	padding: 0;
	display: inline;
	background: none;
}

#mainmenu a
{
	display: block;
	float: left;
	height: 40px;
	padding: 20px 17px 0 16px;
	font-size: 92%;
	font-weight: bold;
	color: #8d0148;
}

#mainmenu a:hover, #mainmenu .active
{
	color: #17524e;
}

#mainmenu b
{
	text-decoration: underline;
}

/* Logo */
#header
{
	width: 760px;
	height: 180px;
	margin: 0 auto;
}

/* Page */
#page
{
	background: url(../images/background/content.gif) repeat-y;
	width: 760px;
	margin: 0 auto;
}

/* Content */
#content
{
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#intro
{
	margin-bottom: 5px;
	padding-bottom: 1px;
}

.floating-box
{
	float: left;
	width: 210px;
}

.floating-box p, .floating-box ol, .floating-box ul
{
	line-height: 144%;
	font-size: 92%;
}

/* Sidebar */
#sidebar
{
	float: right;
	width: 200px;
	padding: 20px;
}

#submenu ul
{
	background: url(../images/menu/submenu_separator.gif) repeat-x left bottom;
	font-size: 85%;
}

#submenu li
{
	background: url(../images/menu/submenu_separator.gif) repeat-x left top;
	padding: 5px 0;
}

#submenu a
{
	background: url(../images/menu/submenu_arrow_inact.gif) no-repeat left center;
	padding-left: 1.5em;
	color: #17524e;
}

#submenu a:hover, #submenu .active
{
	background: url(../images/menu/submenu_arrow_act.gif) no-repeat left center;
	padding-left: 1.5em;
	color: #8d0148;
}

/* Footer */
#footer
{
	height: 50px;
	border-top: 1px solid #dbdbdb;
}

#footer .wrapper
{
	width: 760px;
	margin: 0 auto;
}

#footer .links
{
	background: #efefef;
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .links a
{
	color: #8d0148;
}

#footer .links a:hover, #footer .links .active
{
	color: #17524e;
}

#footer .legal
{
	background: #8d0148;
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	text-align: right;
	font-size: 85%;
	color: #ffffff;
}
