/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	min-height: 101%;
}
img {
	border: 0;
}
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #990000;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #990000;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #990000;
}
body {
	background: #3b3b3b url(images/bg3.png) no-repeat left top;
	color:#3b3b3b;
	font-family:Arial, sans-serif;
	font-size:0.8em;
	font-weight:lighter;
	line-height:1.2em;
	min-height:101%;
	margin-top: 50px;
	padding:0;
	text-align:left;
}
div#pagewrapper {
background-color: #fff;
border: 10px solid #a0a0a0;
	width: 960px;
	margin: 0 auto;
}
div#banner {
	height: 300px;
position: relative;
	margin: 0;
	padding: 0;
text-align: left;
}



div#header {

bottom:0;
height:40px;
left:20px;
position:absolute;
width:224px;
background-color: #fff;
}


div#header h1 a {
	background: url(images/logo.jpg) no-repeat center 5px;
	display: block;
	height: 40px;
	text-indent: -999em;
	text-decoration: none;

}
div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: url(images/logo.jpg) no-repeat center 5px;
}
div#content {
	margin: 1.5em auto 1em 0;
	padding: 0px;
}
div#main {
	margin-left: 29%;
	margin-right: 2%;
	padding: 10px 15px;
}

* html div#main {
	float: right;
	width: 69%;
	margin-left: 0%;
	margin-right: 10px;
}

div#main_ohne {
	margin-left: 10px;
	margin-right: 2%;
	padding: 10px 15px;
}
div#sidebar {
	float: left;
	width: 26%;
	display: inline;
	margin: 0px 0px 20px;
	padding: 10px 15px 15px 0px;
}


div#sidebar #ticker  {
width: 230px;
border: 2px dotted #a0a0a0;
margin: 50px 0px 0px 20px;
padding: 5px;
}

div#sidebar #ticker h3 {
color: #00A9E8;
}

#ticker a {
color: #00A9E8;
}

div#sidebar #partner  {
width: 125px;
height: 90px;
margin: 50px 0px 0px 20px;
padding: 5px;
}

div#footer {
	clear: both;
	padding: 0;
	color: #fff;
background-color: #a0a0a0;
}
div#footer p {
	font-size: 0.8em;
	padding: 1em;
	text-align: center;
	margin: 0;
}
div#footer p a {
	color: #fff;
}
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #a0a0a0;
font-weight: normal;
text-transform: uppercase;
	font-size: 1.5em;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #990000;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
font-family: Georgia, serif;
	color: #C7A137;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
font-family: Georgia, serif;
	color: #C7A137;
	font-size: 1.7em;
	line-height: 1.7em;
	margin: 0 0 0.25em 0;
}
p {
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
div.templatecode {
	margin: 0 0 2.5em;
}
div#main ul, div#main ol, div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	list-style-position:outside;
}
div#main ul li, div#main ol li {
	margin: 0 0 0.25em 3em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}

input {
width: 300px;
margin-bottom: 10px;
}

label {
float: left;
width: 100px;
}

.formbuilderform textarea {
width: 300px;
height: 100px;
}
.fbsubmit {
width: 300px;
margin-left: 100px;
margin-top: 10px;
}
/* End of 'Layout: Top menu + 2 columns' */

