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

body
{
	background: #ffffff;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #707070;
	padding: 30px 30px 30px 30px;
}

/*
h1
{
	font-size: 148%;
	text-align: left;
}
*/

h2
{
	margin-top: 25px;
	font-size: 128%;
	text-align: left;
}

h3
{
	margin-top: 9px;
	font-size: 110%;
	text-align: left;
}

a
{
	text-decoration: none;
	color: #323232;
}

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

/* Content */
#page
{
	width: 760px;
	margin: 0 auto;
	border-left: 1px dotted #e6e6e6;
	border-right: 1px dotted #e6e6e6;
	padding: 0px 5px 0px 15px;
}

#header
{
	width: 760px;
	height: 76px;
}

#contact
{
	float: left;
	width: 450px;
	margin-top: 11px;
	margin-left: -3px;
}

#logo
{
	background: url(../images/header/logo.jpg) no-repeat right;
	float: right;
	width: 290px;
	height: 76px;
	margin-right: 5px;
}

#menu
{
	width: 760px;
	height: 125px;
	padding-top: 20px;
}

.navigation
{
	float: left;
	margin-left: -1px;
}

.navigation ul
{
	margin: 0;
	list-style: none;
	width: 190px;
}

.navigation li
{
	display: block;
	width: 190px;
	margin-bottom: 5px;
}

.navigation .topic, .navigation .topic_active
{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 148%;
	text-align: left;
}

.navigation .topic
{
	color: #323232;
	padding-left: 16px;
}

.navigation .topic:hover, .navigation .topic_active
{
	background: url(../images/menu/arrow_topic.jpg) no-repeat 0 6px;
	color: #696861;
	padding-left: 16px;
}

.navigation .subtopic, .navigation .subtopic_active
{
	text-decoration: none;
	font-size: 118%;
	text-align: left;
}

.navigation .subtopic
{
	color: #006bb3;
	padding-left: 16px;
}

.navigation .subtopic:hover, .navigation .subtopic_active
{
	background: url(../images/menu/arrow_subtopic.jpg) no-repeat 0 6px;
	color: #e3001b;
	padding-left: 16px;
}

#topics
{
	border: 0px solid #ffffff;
	margin-left: -5px;
	height: 139px;
}

#content
{
	width: 750px;
	padding-top: 20px;
	text-align: justify;
}

.floating-box
{
	float: left;
	width: 360px;
	margin-bottom: 40px;
}

.floating-box p, .floating-box ol, .floating-box ul
{
	line-height: 144%;
	text-align: justify;
	margin-bottom: 1.5em;
}

.floating-box ul
{
	list-style: none;
}

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

/* Formulare */
#contact fieldset
{
	border: none;
	padding-left: 1.5em;
	width: 340px;
}

#contact input, #contact select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	border: 1px solid #cfcfcf;
	margin: 3px 0 0 0;
	font-size: 80%;
	width: 280px;
}

#contact .input:hover
{
	border: 1px solid #98989b;
}

#contact .input:focus
{
	background: #eaeaea;
	border: 1px solid #98989b;
}

#contact input[type=checkbox]
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -1px;
	border: 0px;
	font-size: 80%;
	width: 20px;
	vertical-align: middle;
}

#contact .submit
{
	width: 130px;
}

/* Footer */
#footer
{
	width: 750px;
	height: 32px;
	margin-top: 40px;
	padding: 8px 0 8px 0;
}

#footer .links
{
	float: left;
	width: 350px;
}

#footer .legal
{
	float: right;
	width: 400px;
	text-align: right;
}