/*
farbdefinition
Hintergrundgrau: #E3E3E6
Orange: #ff7f00
*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background-color: #E3E3E6;
	background-image: url(images/img01.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
/*	text-align: justify; */
	line-height: normal;
	font-size: 14px;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	background-image: url(Images/img07.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
}

/* Menu */

#menu {
	width: 940px;
	height: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #ff7f00;
	background-color: #8F8989;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
}
#menu a.aktiv {
	background-color: #ff7f00;
}


#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #ff7f00;
}


#menu b {
	text-decoration: underline;
}


/* Logo */

#logo {
	width: 960px;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #666666;
	background-image: url(images/logo_aktuell.jpg);
	background-repeat: no-repeat;
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(Images/img03.gif);
	background-repeat: repeat-y;
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background-image: url(images/img05.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.floating-box {
	float: left;
	width: 640px;
	list-style-image: url(Images/img07.gif);
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 100%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}
#page #content #floating_box img {
	margin-right: 20px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	border-left: 5px solid #DB5600;
	background-image: url(Images/img09.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
	font-weight: bold;
}

#links {

}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left bottom;
	
}

#links a {
	padding-left: 1em;
	color: #ff7f00;
	text-transform: uppercase;
	background-image: url(Images/img06.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}



/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#footer .wrapper .links a {
	color: #FFFFFF;
	text-decoration: underline;
}


#footer .wrapper {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer .links {
	float: left;
	width: 640px;
	height: 34px;
	background: #666666;
	font-size: 85%;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #ff7f00;
	color: #FFFFFF;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
	background-color: #ff7f00;
}
#footer .wrapper .links a:hover {
	color: #ff7f00;
	text-decoration: underline;
}

#links a.aktiv {
	padding-left: 1em;
	color: #666666;
	text-transform: uppercase;
	background-image: url(images/img05.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

