

/* ************* LAYOUT ************** */

html, body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
	}
	
#flash {
	position: absolute;
	top: 229px;
	left: 142px;
	width: 50px;
	height: 32px;
	background-color: transparent;
	}
	
#header {
	width: 850px;
	height: 160px;
	/* border: 1px solid red; */
	}
	
#logo {	 
	width: 125px;
	height: 160px;
	float: left;
	/* border: 1px solid gray; */
	}
	
#logo .logopic {
	position: relative;
	top: 45px;
	left: 45px;
	border: 0;
	}
	
#claim {
	width: 575px;
	height: 160px;
	background-image: url(../intro-gfx/sil2011.gif);
	background-repeat: no-repeat;
	background-position: 30px 40px;
	float: left;
	padding: 0;
	margin: 0;
	/* border: 1px solid red; */
	}

#button1 {
	width: 200px;
	height: 160px;
	background-image: url(../gfx/button1.gif);
	background-repeat: no-repeat;
	background-position: 0 40px;
	padding: 0;
	margin: 0 0 0 620px;
	/* border: 1px solid red; */
}
#button2 {
	width: 200px;
	height: 160px;
	background-image: url(../intro-gfx/button2.jpg);
	background-repeat: no-repeat;
	background-position: 0 40px;
	padding: 0;
	margin: 0 0 0 620px;
	/* border: 1px solid red; */
}
	
#navi {
	width: 200px;
	float: left;
	min-height: 450px;
	/*background-image: url(../gfx/bg_anmeldung.gif);
	background-repeat: no-repeat;
	background-position: 5px 133px;*/
	}
	
#navi_inner {
	padding: 0 0 0 45px;
	margin: 0;
	/* border: 1px solid fuchsia; */
	}
	
#content {
	background-image: url(../intro-gfx/bg_body.gif);
	background-repeat: no-repeat;
	width: 640px;
	float: left;
	min-height: 450px;
	background-color: transparent;
	border: 1px solid #04358a;
	margin-bottom: 40px;
	text-align: left;
	}
	
#content_inner {
	padding: 20px;
	}
		
#spalte_rechts {
	float: left;
	width: 108px;
	/*border: 1px solid #04358a;*/
	background-color: white;
	text-align: left;
	padding: 40px 0 0 45px;
	}

	
/* *************** NAVI *********************** */

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	}

ul.menu li {
	height: 35px;
	list-style: none;
	list-style-image: none;
	}
	
ul.menu li a, ul.menu li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7b7e83;
	font-size: 16px;
	}
ul.menu li a.active {
	color: #04358a;
	font-weight: bold;
	text-decoration: none;
	}
ul.menu li a:hover {
	color: #04358a;
	font-weight: bold;
	text-decoration: underline;
	}
	
	
/* *************** SONSTIGES *************** */
h2 {
	color:#04358a;
	font-size: 18px;
	font-weight: normal;
	}	

h3 {
	color: white;
	background-color: #04358a;
	padding: 4px;
	font-size: 14px;
	}

h4 {
	color:#04358a;
	font-size: 15px;
	font-weight: 700;
	}

ul {
	list-style-image:url(../gfx/square.gif);
	}

a:link, a:visited {
	color: #04358a;
	text-decoration: underline;
	}
a:active {
	color: #04358a;
	text-decoration: underline;
	}
a:hover {
	color: #04358a;
	text-decoration: none;
	}
	
.pic {
	float: left;
	border: 1px solid #04358a;
	margin: 3px;
	}

	
.orange {
	color: #04358a;
	}
	
.blue {
	color: #04358a;
	}
	
.bluebold {
	color: #04358a;
	font-weight: bold;
	}
	
.grau {
	font-weight: bold;
	color: #7b7e83;
	}
	
