@charset "UTF-8";

/* @group Grundeinstellungen */

body {
	background-color: #fff;
	margin: 0;
	padding:0;
	font: 11px/1.6em "Trebuchet MS", arial, sans-serif;
	text-align:center;
	color: #494949;

}



p {
	margin-top: 5px;
	}
a {
	color: #f45600;
	text-decoration: none;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

h2 {
	color: #ed1c24;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 1.3em;
}

h3 {
	color: #ed1c24;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 1.3em;
}

strong {
	color: black;
}
input {
	margin-top: 0;
}

ul {
	list-style-image: url(../../images/bullet.gif);
	list-style-position: outside;
	margin-left: 8px;
	padding-left: 12px;
	width: 380px;
}



/* @end */

/* @group AWOBASICS */
#basis {
	text-align: center;
	width:100%;

	margin: 0;
	padding: 0;
}
#wrapper {
	text-align:center;
	width:988px;
	display: block;
	margin: auto;
	background: url(images/back.gif) repeat-y;
	}
#container {
	width: 950px;
	margin: auto;
	text-align:left;
}

#head {
	height: 100px;
	width: 950px;
	background: url(images/back_head.gif) no-repeat;
}



#footer {
	color: #fff;
	width: 988px;
	height: 92px;
	background-image: url(images/back_footer_neu.gif);
	text-align:left;
	font-size: 10px;
}

#footer a {
	color: #fff;
}


#content {
	line-height:1.6;
	text-align:left;
	margin-top: 25px;
}

#cover {
float:left;
}

#textbox {
float:left;
margin-left: 25px;
width: 250px;
}

#navleiste {
	margin-left: 35px;

}

#navleiste a {
	color: #f49e12;
	font-weight: bold;
}

.button {
	margin-left: 35px;
	margin-top: 35px;
}

#haupttext {
	float:left;
	width: 486px;
	margin-left: 0px;
	padding-left: 72px;

}

#marginalspalte {
	float:left;
	margin-top: 40px;
	margin-left: 50px;
	padding-left: 25px;
	width: 250px;
	border-left: 1px solid #b3b3b3;
	padding-bottom: 35px;
}

#marginalspalte ul {
	list-style-image: url(../../images/bullet.gif);
	list-style-position: outside;
	margin-left: 8px;
	padding-left: 12px;
	width: 200px;
	
}



#marginalspalte h3 {
	color: #f49e12;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 0;
	line-height: 1.3em;
}

/* @end */

/* @group EinzelFormate */

#logo {
	float: right;
	margin-top: 5px;
}

.newsitem {
	border-top: 1px solid #b3b3b3;
}

div.newsitem h2 {
	margin: 10px 0 0;
	padding: 0 !important;
}

div.newsitem h3 {
	margin: 5px 0 0;
	padding: 0;
	color: #f49e12;

}

.download {
	margin-top: 8px;
	margin-bottom: 12px;
}

/* @end */

label {
	display: block;
	width: 200px;
	margin-top: 15px;
	padding: 3px;
	background-color: #eee;
	color: #4f4f4f;
	font-weight: bold;

}


#gallery {
	position: relative;
	margin: 10px auto;
	width: 500px;
	height: 400px;
	background: #2a2a2f;
	border: 2px solid #5f5f5f;
}
 
#progress {
	margin: 10px auto;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #dfdfdf;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #2a2a2f;
	color: #fff;
	font-weight: bold;
}