/* 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, sans-serif;
	font-size: 0.625em;
	height:auto;
	background:#ffffff none;
	border: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;
	background:none;
	position:static;
}

div#logo {
	height:42px;
	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;
	padding:0px 0px 0px 0px;
}

div#content img {
	display:block;
}

div#inhalt {
	width:470px;
	padding:20px 0px 0px 0px;
}

div#inhalt.start {
	width:470px;
	padding-top:20px;
}

body.nomargin div#inhalt {
	width:650px;
}

div#marginal {
	width:150px;
	padding:20px 0px 0px 0px;
}

div#marginal.start {
	width:470px;
	padding-top:20px;
}


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

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

/* Styles für Schriftformatierungen */
#inhalt h1, #inhalt h2, div#footer {
	color:#000000;
}

#inhalt h2 {

}

#inhalt h3 {

}

#inhalt h4 {

}

#inhalt h5 {

}

div#inhalt p {

}

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 {

}

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#inhalt table.bunt tbody tr th, div#inhalt table.bunt thead tr th {
	color:#000000;
}

div#inhalt table.bunt tbody tr td {
	color:#000000;
}

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


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

/* Styles für Formularelemente */
fieldset {
	border:1px solid #888888;
	width:500px;
}

legend {
	border:1px solid #888888;
}

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

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

select.large {
	width:100px;
}

input.submit {
	border:1px solid #888888;
}


textarea {
	border:1px solid #888888;
}

/**
* ------ 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 li a {
	color:#000 !important;
}
