/*
Design CSS
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E3E3E6 url(images/img01_red.jpg) repeat-x;
	font: normal 13px "Arial", Verdana, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3 {
	color: #000;
}

h1 {
	margin-bottom: .5em;
	font-size: 162%;
	font-weight: normal;
	letter-spacing: 0px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h5 {
	font-size: 80%;
	font-weight: bold;
	margin-top: 5px;
}


p, blockquote, ol, ul {
	margin-bottom: 1.4em;
	text-align: left;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
	font: normal 13px "Verdana", Helvetica, sans-serif;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #ef282d;
}

a img {
	border: none;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #ef282d;
}

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

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #ef282d;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 760px;
	height: 245px;
	margin: 0 auto;
	background: #010100 url(images/bildmitte.jpg)
}

#logo h1 {
	margin: 0;
	padding: 5px 0 0 20px;
	text-align: left;
	letter-spacing: -1px;
	font-size: 245%;
	font-weight: bold;
}

#logo h2 {
	margin: 0;
	padding: 2px 0 0 20px;
	text-align: left;
	letter-spacing: -1px;
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #000000;
}

#logo h2 a {
	text-decoration: none;
	color: #ffffff;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#text {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #ef282d;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#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 top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #ef282d;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #ef282d;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #ef282d;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

/* redbox */
p.redbox {color:#fff; background-color:#e66f67; border:1px #e66f67 solid; padding:6px; margin-bottom:0.5em;}
p.redbox a {text-decoration: none; color: #ffffff;}

/* bluebox */
p.bluebox {color:#fff; background-color:#005194; border:1px #ffffff solid; padding:6px; margin-bottom:0.5em;}
p.bluebox a {text-decoration: none; color: #ef282d;}
