/* CSS Document by Thomas Müller @ www.tm-webentwicklung.com */

/* Centered page:Add Scrollbar in other browsers than IE > no jumping */
html { 
	overflow:scroll;
	overflow-x:visible;
	height:auto;
}

body {
	margin:0px 0px 0px 0px;
	padding:0px; /* Extrawurst für Opera:*/
	font-family:Arial, Helvetica, simhei, sans-serif;
	font-size: 0.625em;
	height:auto;
	background:#ffffff none;
	padding:10px;
}

#page {
	width:650px;
	min-height:inherit;
	margin-left:0px;
	margin-right:inherit;
}

div.clearer {
	height:1px;
	clear:both;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
}

img {
	border:none;
}

a {
	outline:0px;
	color:#000;
}

ul, ul li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}


/**
* ------ HEADER ------ *
*/

div#header {
	width:650px;
	background-image:none;
	position:static;
}

div#logo {
	height:65px;
	background-image:none;
}

div#navigation {
	background-image:none;
}

img#logo {
	margin:0px 0px 0px 0px;
	float:none;
}

/**
* ------ INHALTSBEREICH ------ *
*/

/* Styles für den Content-Bereich */
div#content {
	width:650px;
	background-color:#FFFFFF;
	background-image:none;
	border-top:1px solid black;
	margin:15px 0px 0px 0px;
}

div#content img {
	display:block;
}

div#col-left {
	float:none;
	width:650px;
	padding:10px 0px 0px 0px;
}

div#col-right {
	display:none;
}

div#inhalt {
	background-color:#FFFFFF;
	padding:10px 0px 0px 0px;
}


/**
* ------ FOOTER ------ *
*/
div#footer {
	border-top:1px solid #000;
	background-color:#FFFFFF;
	background:#FFFFFF none;
	padding:17px 0px 0px 0px;
	float:left;
	width:650px;
	font-size:1.2em;
	font-weight:bold;
}

/**
* ------ SCHRIFTEN USW. ------ *
*/

/* Styles für Schriftformatierungen */
#inhalt h1 {
	font-size:1.8em;
	line-height:1.4em;
	margin:0px 0px 10px 0px;
	color:#000000;
}

#inhalt h2 {
	font-size:1.4em;
	margin:25px 0px 10px 0px;
}

#inhalt h3 {
	font-size:1.2em;
	line-height:1.5em;
	margin:20px 0px 0px 0px;
}

#inhalt h4 {
	font-size:1.2em;
	margin:20px 0px 10px 0px;
}

#inhalt h5 {
	font-size:1.2em;
	margin:1em 0em 0.2em 0em;
}

div#inhalt p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0px 0px 10px 0px;
}

body#template01 div#inhalt p {
	font-size:1.3em;
	line-height:1.6em;
	margin:0px 0px 10px 0px;
}

div#inhalt a {
	color:#000;
	text-decoration:underline;
}

div#inhalt a:hover {
	text-decoration:underline;
}

div#inhalt ul {
	margin:0px 0px 10px 0px;
	padding:0px;
}

div#inhalt ul li {
	font-size:1.2em;
	padding:1px 0px 1px 13px;
	line-height:1.5em;
	list-style-type:none;
	background-image:url(../images/list-bullet-black.gif);
	background-position:0em 0.5em;
	background-repeat:no-repeat;
}

div#content table {
	margin:0px 0px 10px 0px;
}

div#content table th, div#content table td {
	font-size:1.1em;
	vertical-align:top;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
}

div#content table th {
	font-weight:bold;
}

div#content table th p, div#content table td p {
	font-size:1em;
	margin:0px;
}

/* Hübschere Tabellen */
div#content table tbody tr td, div#content table tbody tr th {
	vertical-align:top;
	text-align:left;
	font-size:1.1em;
	line-height:1.5em;
}

div#content table tbody tr th, div#content table thead tr th {
	font-size:1.1em;
	color:#FFFFFF;
}

div#content table.bunt {
	border:1px solid #000000;
	/*width:100%;*/
}

div#content table.bunt tbody tr td {
	padding:3px 6px;
}

div#content table.bunt tbody tr th, div#content table.bunt thead tr th {
	font-weight:bold;
	text-align:center;
	background-color:#000000;
	padding:3px 6px;
}

div#content table.bunt tbody tr td.trenner {
	border-bottom:1px solid #000000;
	padding:0px !important;
	font-size:1px !important;
	line-height:1px !important;
	height:1px !important;
	overflow:hidden !important;
}


/**
* ------ ELEMENTE ------ *
*/


/**
* ------ FORMULARE ------ *
*/

/* Styles für Formularelemente */
form {
	margin:0px;
}

form#contactform {
	margin:0px 0px 10px 0px;
	padding-left:30px;
}

fieldset {
	margin:0px 0px 15px 0px;
	padding:5px 12px 15px 12px;
	border:1px solid #00523d;
	font-size:1em;
	width:500px;
}

legend {
	padding:3px 9px;
	color:#00523d;;
	font-weight:bold;
	border:1px solid #00523d;
	font-size:1.2em;
	background:#dddddd url(../images/teaser-h3-grey.gif) left top;
}

label {
	font-size:1.2em;
	line-height:1.4em;
	cursor:pointer;
	width:160px;
	float:left;
	clear:left;
	margin-left:7px;
}

input {
	border:1px solid #757575;
	margin-bottom:7px;
	width:275px;
	font-size:1.2em;
}

input:focus{
	border:1px solid #618AB2;
}

select {
	font-size:1.2em;
	margin-bottom:10px;
}

select.large {
	width:100px;
}

input.submit {
	border:1px solid #618AB2;
	background-color:#E9E9E9;
	width:auto;
	color:#618AB2;
	font-size:1em;
	font-weight:bold;
	margin-left:167px;
	margin-top:15px;
	padding: 2px 8px 2px 20px;
	background:#E9E9E9 url(../images/bg_submit.gif) no-repeat 5px 50%;
	font-size:1.1em;
	overflow: visible;
}


textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	border:1px solid #757575;
	width:275px;
	height:85px;
}

textarea:focus{
	border:1px solid #618AB2;
}


/**
* ------ EXTENSIONS ------ *
*/

/* News */
div.news-latest-container {
	padding:15px 10px 15px 16px;
	clear:both;
}

div.news-latest-container h2 {
	margin:0px 0px 12px 0px;
	text-transform:uppercase;
	font-size:1.8em;
	text-align:center;
	font-weight:normal;
}

div.news-latest-container h2 a {
	color:#3c74ba;
	text-decoration:none;
}

div.news-latest-item {
	padding:2px 10px 12px 0px;
	font-size:1em;
}

span.news-latest-date {
	font-size:1em;
	color:#3c74ba;
	line-height:1.3em;
}

div.news-latest-item h3 {
	color:#526975;
	font-size:1.2em;
	line-height:1.3em;
	margin:0px 0px 1px 0px;
}

div.news-latest-item h3 a {
	color:#526975;
	text-decoration:none;
}

div.news-latest-item h3 a:hover {
	text-decoration:underline;
}

div.news-latest-item p {
	margin:0px 0px 5px 0px !important;
	font-size:1.1em;
	line-height:1.4em;
}

p.news-latest-morelink {
	margin:0px !important;
	padding:0px 0px 0px 12px;
	background:url(../images/more-arrow.gif) 0em 0.4em no-repeat;
	text-decoration:none;
	float:right;
}

p.news-latest-morelink a {
	text-decoration:none;
}

p.news-list-morelink {
	padding-bottom:5px;
	display:none;
}

p.news-single-timedata {
	border-bottom:1px solid black;
	padding-bottom:12px;
	font-size:1em !important;
}


/* Sitemap */
div#inhalt div.csc-sitemap ul {
	margin-top:0px;
	margin-bottom:0px;
}

div#inhalt div.csc-sitemap ul li a:hover {
	text-decoration:underline !important;
}

div#inhalt div.csc-sitemap ul li.sitemap-l1, div#content div.csc-sitemap ul li.sitemap-l2 {
	background-image:none;
}

div#inhalt div.csc-sitemap ul li.sitemap-l1 ul {
	margin:0px;
}

div#inhalt div.csc-sitemap ul li.sitemap-l1 {
	padding:10px 0px 0px 0px;
}

div#inhalt div.csc-sitemap ul li.sitemap-l2 {
	padding:5px 0px 0px 0px;
	line-height:1.2em;
}

div#inhalt div.csc-sitemap ul li.sitemap-l1 a {
	display:block;
	padding:0px 0px 2px 0px;
	text-decoration:none;
	border-bottom:1px dotted #666;
	font-weight:bold;
	color:#000 !important;
}

div#inhalt div.csc-sitemap ul li.sitemap-l2 a {
	background-image:url(../images/list-arrow.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	border-bottom:none;
	font-weight:normal;
	font-size:0.85em;
}
