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

body
{
	font: normal 13px Tahoma, Arial, Helvetica, Geneva, SunSans-Regular, Sans-Serif;
	color: #88888a;
}

#mainpage
{
	background: #ffffff url(../images/background/flash.gif) repeat-x;
}

#subpage
{
	background: #ffffff url(../images/background/static.gif) repeat-x;
}

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
{
	padding-left: 1.5em;
	background: url(../images/arguments/check.jpg) no-repeat left center;
}

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-flash
{
	width: 760px;
	height: 270px;
	margin: 0 auto;
	padding: 1px 0 1px 0;
	/* background: #ffffff url(../images/logo/header.jpg) no-repeat; */
}

#header-static
{
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #ffffff url(../header/static/subpage.jpg) no-repeat;
}

/*
#header-static h1
{
	margin: 0;
	padding: 120px 20px 0 0;
	text-align: right;
	letter-spacing: 2px;
	font-size: 180%;
	color: #ffffff;
}

#header-static h2
{
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
	letter-spacing: 2px;
	font-size: 115%;
	font-weight: bold;
	color: #ffffff;
}
*/

#quickmenu
{
	position: relative;
	list-style: none;
}

#quickmenu li
{
	display: inline;
	background: none;
}

#quickmenu li a
{
	position: absolute;
	text-indent: -9999px;
	display: block;
	text-decoration: none;
	width: 20px;
	height: 20px;
}

#home a
{
	top: -10px;
	left: 345px;
}

#sitemap a
{
	top: -10px;
	left: 399px;
}

#contact a
{
	top: -10px;
	left: 452px;
}

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

/* 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%;
}

/*
.floating-box img
{
	border: 5px solid #ffffff;
}
*/

/* 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
{
	padding: 5px 0;
	background: url(../images/menu/submenu_separator.gif) repeat-x left top;
}

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

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

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

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

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

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

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

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