* {
	padding: 0;
	margin: 0;
	}

body {
	font-family: arial, Helvetica, verdana, "Trebuchet MS", tahoma;
	font-size: 13px;
	background-image: url("../images/hint.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;
}



/* Div-Container*/
div#all {
	width: 950px;
	height: 100%;
    vertical-align: top;
    overflow: hidden;
    background-image: url("../images/hint_cont.jpg");
    background-repeat: no-repeat;
}

div#head {
	width: 950px;
	height: 165px;
	vertical-align: top;
	text-align: left;
	float: left;
	background-image: url("../images/head.jpg");
    background-repeat: no-repeat;
}

div#head_nav{
	float: right;
	margin: 117px 20px 0px 200px;
	color: #FFCB05;
}

div#left {
	text-align: left;
	width: 190px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 20px 20px 0px 20px;
}

div#nav {
	text-align: left;
	width: 190px;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-image: url("../images/box_hint.gif");
    background-repeat: no-repeat;
}

div#content_all {
	width: 720px;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
}

div#content {
	width: 490px;
	height: auto;
	float: left;
	margin: 20px 0px 0px 0px;
}

div#right {
	text-align: left;
	width: 190px;
	overflow: hidden;
	height: auto;
	float: right;
	margin: 20px 20px 0px 20px;
	background-image: url("../images/hintright.jpg");
    background-repeat: no-repeat;
}

div#bottom {
	width: 950px;
	height: 20px;
	margin: 0px 0px 20px 0px;
	background-image: url("../images/bottom.gif");
    background-repeat: no-repeat;
}

.box01, .box02, .box03 {
	text-align: left;
	width: 170px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-image: url("../images/box_hint.gif");
    background-repeat: no-repeat;
}

.box01_bottom, .box02_bottom {
	width: 190px;
	height: 17px;
	background-image: url("../images/box_hint_bottom.gif");
    background-repeat: no-repeat;
    margin: 0px 0px 20px 0px;
}

.box02 {
	width: 470px;
	background-image: url("../images/box_hint_breit.gif");
}

.box02_bottom {
	width: 490px;
	background-image: url("../images/box_hint_breit_bottom.gif");
}

.box03 {
	width: 448px;
	background-image: none;
	border-left: 1px solid #FFCB05;
	border-right: 1px solid #FFCB05;
	background-color: white;
	margin: -20px 0px 20px 0px;
	padding: 15px 20px 15px 20px;
}


/* Div-Container innerhalb des Contents*/
div#rechts_250 {
	margin: 0px 0px 15px 20px;
	width: 250px;
	height: auto;
	float: right;
}

div#rechts_166 {
	margin: 0px 0px 15px 20px;
	width: 166px;
	height: auto;
	float: right;
}

div#rechts_120 {
	margin: 0px 0px 15px 15px;
	width: 120px;
	height: auto;
	float: right;
}

.float_left_dynamic {
	float: left;
	width: auto;
	height: auto;
	margin: 0px 20px 10px 0px;
}

.float_right_dynamic {
	float: right;
	width: auto;
	height: auto;
	margin: 0px 0px 10px 20px;
}

.float_left_50 {
	float: left;
	width: 50%;
	height: auto;
	margin: 0px 20px 10px 0px;
}

.float_right_50 {
	float: right;
	width: 50%;
	height: auto;
	margin: 0px 0px 10px 20px;
}



/* Schriftenformatierung allgemein*/
p, h1, h2, td, .blau_bold, .blau, .box01 .gross, ul li {
	color: #58595B;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	font-family: arial, Helvetica, verdana, "Trebuchet MS", tahoma;
	text-align: left;
	margin: 0px 0px 6px 0px;
}


/* Schriftenformatierung in den Boxen*/
.box01 p{
	font-size: 11px;
	line-height: 13px;
}

.box01 h1, .box02 h1{
	font-size: 13px;
	line-height: 15px;
	background-color: #CEDEEF;
	margin: 1px -9px 10px -9px;
	padding: 0px 10px 5px 10px;
	background-image: none;
    background-repeat: no-repeat;
}

.box01 .gross {
	font-size: 14px;
	font-weight: bold;
}



.blau_bold{
	color: #3F5783;
	font-weight: bold;
}

.blau{
	color: #3F5783;
}

.blau_gross{
	color: #3F5783;
	font-weight: bold;
	font-size: 16px;
}

h1 {
	font-size: 15px;
	line-height: 17px;
	color: black;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	background-image: url("../images/h1_hint.gif");
    background-repeat: no-repeat;
    padding: 1px 0px 0px 30px;
}

h2 {
	font-size: 14px;
	line-height: 16px;
	color: black;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}

ul li{
	margin: 0px 0px 3px 16px;
}

.klein, .bildunterschrift {
	font-family: arial, Helvetica, verdana, "Trebuchet MS", tahoma;
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	margin: 10px 0 10px 0
}

.bildunterschrift {
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
}

div#head_nav a:link, div#head_nav a:active, div#head_nav a:visited{
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #3F5783;
}

div#head_nav a:hover {
	color: #F1B80E;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #3F5783;
}

a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


/* Formular Formatierungen */
form table tr td {
	text-align: left;
	padding: 4px 0px 4px 0px;
	vertical-align: top;
	font-size: 12px;
}

input, textarea {
	width: 280px;
	color: #000000;
	border: 1px #8ca5c6 solid;
}

select option {
	width: 200px;
	font-size: 10px;
	height: 18px;
}



.buttons { 
	height: 20px;
	width: 170px;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, Helvetica, verdana, "Trebuchet MS", tahoma;
	color: #3F5783;
	background-color: #CEDEEF;
	border: 1px #3F5783 solid;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

.radiobutton { 
	text-align: left;
	width: 20px;
}



/* Tabellenformatierungen*/
td {
	margin: 20px 20px 20px 0px;
	text-align: left;
}

hr{
	border: 1px solid #D1D3D4;
	border-style: dotted;
}




/* Sitemap */
p.sitemap_mainlevel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F5783;
	font-size: 11px;
	line-height: 13px;
	padding: 4px 0px 4px 10px;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	display: block;
	background-color: #CEDEEF;
	width: 440px;
}

p.sitemap_sublevel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F5783;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin: 3px 0px 0px 20px;
} 


/* +++++++++++++++ Navigation +++++++++++++++ */
/* Navigation 1.Ebene */
div#nav .mainlevel, div#nav a.mainlevel, div#nav a.mainlevel#active_menu {
	font-family: verdana, arial, Helvetica, tahoma, "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    display: block;
	list-style: none;
    color: #3F5783;
    margin: 3px 1px 0px 1px;
    padding: 5px 10px 5px 10px;
    background-color: #CEDEEF;
}

div#nav a.mainlevel#active_menu{
    font-size: 11px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    background-color: #F6D95E;
}

div#nav a.mainlevel:hover{
    font-size: 11px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    background-color: #F6D95E;
}


/* Navigation 2. Ebene*/
div#nav .sublevel, div#nav a.sublevel, div#nav #active_menu {
	font-family: verdana, arial, Helvetica, tahoma, "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
    display: block;
	list-style: none;
    color: #3F5783;
    margin: 1px 0px 0px 0px;
    padding: 3px 0px 3px 17px;
    background-color: #CEDEEF;
}

div#nav #active_menu{
    font-size: 10px;
    text-decoration: none;
    color: black;
    background-color: #F6D95E;
    font-weight: normal;
}

div#nav a.sublevel:hover{
	font-size: 10px;
    text-decoration: none;
    color: black;
    background-color: #F6D95E;
    font-weight: normal;
}
