* {
	margin:				0;
	padding:			0;
	}

html,body {
	background:			#ffffff;
	color:				#314d99;
	}

body {
	font:				12px tahoma,verdana,sans-serif;
	line-height:		18px;
	}

p {
	margin:				5px 0 5px 0;
	}


img {
	border:				none;
	}

h1 {
	font-size:			20px;
	line-height:		30px;
	font-weight:		bold;
	margin:				25px 0 5px 0;
	}

h2 {
	font-size:		17px;
	font-weight:	bold;
	margin:			25px auto auto auto;
	}
	
h3 {
	font-size:		14px;
	font-weight:	bold;
	margin:			15px auto auto auto;
	}

ul {
	list-style-type: disc; 
	list-style-position: outside; 
	margin: 0 0 0 15px; 
	padding: 0;
	}

a:link, a:visited {
	color:				#314d99;
	text-decoration:	none;
	}

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

/* Formulare */
fieldset {
	position:			relative;
	width:				600px;
	border: 			none;
	}

input, textarea {
	color:				#d99d37;
	border:				1px solid #CFCCBD;
	background:			#FAF9F7;
	padding:			0.4em 0.2em;
	}

input:hover, textarea:hover {
	color:				#d99d37;
	border:				1px solid #CFCCBD;
	background:			#FFF;
	}

input:focus, textarea:focus {
	color:				#d99d37;
	border:				1px solid #992E2E;
	background:			#FFF;
	}

label {
	display:			block;
	padding-left:		0.25em;
	margin-top:			0.5em;
	}

label input {
	width:				auto;
	}

input[type=submit] {
	font-weight:		bold;
	}

label img.icon {
	position:			relative;
	top:				0.2em;
	right:				0.25em;
	}

#background {
	height:				0px;
	display:			none;
}

/** NAVIGATION - START **/
#nav {
	width:				100%;
	height:				275px;
	font-size:			12px;
	margin:				0px auto auto 0px;
	text-align:			left;
	color:				#314d99;
	border: 			none;
	}

#nav ul {
	display:			none;
	list-style: 		none;
	margin: 			50px auto auto 0px;
	}

#nav li {
	display:			none;
	margin-left: 		0px;
	}

#adress {
	height:				auto;
	width:				180px;
	margin:				20px auto auto 0px;
	}

#subnav_konf {
	position: 			absolute;
	height:				auto;
	width:				244px;
	background:			#f0f1f1;
	border:				1px solid #1a171b;
	margin:				-320px auto auto 179px; //-391px auto auto 190px;
	padding:			10px;
	z-index:			1;
	}

#subnav_orga {
	position: 			absolute;
	height:				auto;
	width:				239px;
	background:			#f0f1f1;
	border:				1px solid #1a171b;
	margin:				-550px auto auto 343px; //-409px auto auto 353px;
	padding:			10px;
	z-index:			1;
	}

#subnav_supe {
	position: 			absolute;
	height:				auto;
	width:				174px;
	background:			#f0f1f1;
	border:				1px solid #1a171b;
	margin:				-270px auto auto 567px; //-409px auto auto 353px;
	padding:			10px;
	z-index:			1;
	}

#subnav_ethi {
	position: 			absolute;
	height:				auto;
	width:				168px;
	background:			#f0f1f1;
	border:				1px solid #1a171b;
	margin:				-585px auto auto 649px; //-409px auto auto 353px;
	padding:			10px;
	z-index:			1;
	}

#subnav ul {
	list-style-image: 	url(images/bullet.jpg)
	margin: 			0px auto auto 0px;
	color:				#314d99;
	}

#subnav li {
	margin-left: 		15px;
	}
/** NAVIGATION - ENDE **/

/**HAUPTBEREICH - START**/

#unsichtbar {
	visibility:			hidden;
	display:			none;
	}
	
#box{
	width:				auto;
	height:				auto;
	margin-top:			0px;
	padding:			10px;
	}

#content {
	height:				auto;
	width:				auto;
	background:			#f0f1f1;
	margin:				0px auto auto 0px;
	padding:			10px;
	}
	
#content_kat {
	width:				auto;
	height:				75px;
	margin:				0px auto auto 0px;
	}
	
#content_options {
	display:			none;
	}
	
#content_text {
	height:				auto;
	width:				auto;
	margin:				5px auto auto 0px;
	}
/**HAUPTBEREICH - ENDE**/
