/*--------------------------Reset--------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*--------------------------Layout--------------------------*/
body {
	/*background-color: #333;*/
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
div#bg {
	text-align: center;
	/*background-color: #999;*/	
	width: 100%;	
}
div#bg_top {
	/*background-color: #666;*/
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 600px;	
	
}
div#layout {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
	/*background-color: #888;*/
}
div#div_kopfbild {
	/*background-color: #333;*/
	width: 960px;
	height: 200px;
}
div#content {
	width: 680px;
	_width: 680px;
	/*background-color: #CCC;*/
	float: left;	/*height: auto;*/
	margin-right: 40px;
	margin-left: 40px;
	_margin-left: 20px;
	margin-top: 40px;	
}
div#menu {
	/*background-color: #222;*/
	width: 200px;
	float: left;
	height: 400px;
}
div#footer {
	height: 40px;
	clear: left;
}

/*--------------------------Schrift--------------------------*/

h1 {
	font-family: Arial;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	color: #008AC2;
	font-size: 24px;
}
h2 {
	font-family: Arial;
	line-height: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #008AC2;
	font-size: 13px;
}

p, div#content li, form, input, textarea, .bez_leeres_feld, p.kleingedrucktes {
	font-family: Arial;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: underline;	
	color: #333;
}
a:hover {
	color: #008AC2;	
}
h1 a, h2 a {
	text-decoration: underline;	
	color: #008AC2;
}
div#content li {
	list-style-type: disc;
	list-style-position: inside;
}
p.kleingedrucktes {
	color: #999;
}
div#content li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 16px;
}

/*--------------------------Menü--------------------------*/
#ul_mainmenu {
	margin-left: 2px;
	margin-top: 40px;
}
#ul_mainmenu li {
	display: inline;
}
#ul_mainmenu a {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 25px;
	color: #FFF;
	/*float: left;*/
	display: block;
	width: 178px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #008AC2;
	padding-right: 10px;
	padding-left: 10px;
}
#ul_mainmenu ul a {
	line-height: 20px;
	color: #FFF;
	/*float: left;*/
	background-color: #d9dadc;
	color: #333;
	text-transform: none;
}
#ul_mainmenu a:hover, #ul_mainmenu a.aktuell, #ul_mainmenu ul a.aktuell {
	color: #333;
	background-color: #CCC;
}
/*--------------------------Formular--------------------------*/	
input, textarea {
	border: 1px solid #d5e1df;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 250px;
	background-color: #E6F3F9;
}
textarea {
	font-family: Arial;
	height: 100px;
}
.button {
	/*background-color: #999;*/
	width: 120px;
	height: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.bezeichnung {
	padding-right: 10px;
}
.bez_leeres_feld {
	color: #D4021D;
}

