/*
	Formatierungen
*/

#header #logo {
margin: 15px 0px 0px 15px;
border: 0 none;
}

#subheader {
background: #8b0000; 
text-align:center; 
color: #FFE4B5;  
  FONT-WEIGHT: bolder;
  FONT-SIZE: 16px; padding-top: 3px; padding-bottom: 3px;
}

/* set all to 0 */
h1, h2, h3, h4, p, ul, li {
margin: 0;
padding: 0;
}

/* headings */
h1, h2, h3, h4 {
margin: 10px 0px 20px 0px;
}
h1 {
background-color: transparent;
color: #666;
font-size: 150%;
letter-spacing: 2pt;
}
h2 {
background-color: #f0f0f0;
color: #757575;
font-size: 120%;
letter-spacing: 1pt;
}
h3 {
font-size: 110%;
letter-spacing: 1pt;
}
h4 {
font-size: 95%;
letter-spacing: 1pt;
}

/* Texte */

#content p, #content li {
line-height: 150%;
margin: 7px 0px 8px 0px;
}
#teaser p {
padding: 10px 5px 0px 10px;
}

ul {
margin: 0px 0px 0px 20px;
}

/* Links */


#footer a {
color: #009;
text-decoration: none;
}

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

/* others */
.invis, hr {
display: none;
}

img {
border: none;
}


#content a:link, #content a:active, #content a:visited {
text-decoration: none;
color: #00f;
}

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


#teaser a:link, #teaser a:active, #teaser a:visited {
text-decoration: none;
color: #ab5555;
}

#teaser a:hover {
text-decoration: underline;
color: #8b0000;
}

/* FORMULAR STYLE */
textarea {
	width: 180px;
	height: 90px;
	border: solid 1px #CCCCCC;
}

fieldset {
	border: solid 1px #bcbcbc;
}

legend {
	font-weight: bold;
	font-size: 20px;
	color: #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input:hover, input:focus, textarea:hover, select:hover, textarea:focus, select:focus { border: 1px solid #b0bac8; margin-bottom: 1px;}
input, textarea, select { background: #fff top left repeat-x; font: 1em/1.6em Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; border: 1px solid #CCCCCC; padding: 2px; 
margin-bottom: 1px;}


.searchinput {
	height: 15px;
	width: 150px;
	font: normal 12px Arial, Verdana;
	color: #617691;
	position: relative;
	top: 20px;
	left: 16px;
}

.searchinput a:hover, .searchinput a:focus {
	height: 17px;
	width: 150px;
	font: normal 12px Arial, Verdana;
	color: #617691;
}

.suche button {
	padding: 0;
	position: relative;
	top: -4px;
	right: 20px;
	margin: 0 0 20px 5px;
	border: none;
	background: url(images/suche2.gif) no-repeat;
	width: 24px;
	height: 25px;
	float: right;
	cursor: pointer;
	color: #dfe4e9;
}


* html .suche button {
	right: 10px;
	top: -5px;
}

.submit {
	background-color: #fff;
	letter-spacing: .1em;
	padding:0px 0px 1px 15px;
	margin-top: 10px;
	color: #000;
	font: normal 10px Arial, Verdana, Sans-serif
}

input.submit {
	border: 0;
	margin-bottom: -28px !important;
	margin-bottom: -2px;
	background: transparent;
	color: #333;
	font-size: 10px;
}


/*

    CONTACT FORM STUFF

*/
form.contactForm p {
    width: 300px;
    clear: left;
    margin: 0px;
    padding: 2px 0 3px 0;
    padding-left: 158px;
    _padding-left: 165px;
    height: 1%;
}

form.contactForm p label.noCaption {
    float: left;
    width: 250px;
    margin-left: 2px;
    margin-top: 2px;
}

form.contactForm .contactFormGroup {
    float: left;
    margin-top: -15px !important;
}

form.contactForm p input.contactFormClass_checkbox {
    float: left;
}

form.contactForm p input.contactFormClass_checkboxGroup {
    clear: left;
    float: left;
}

form.contactForm p input.contactFormClass_radio {
    clear: left;
    float: left;
}

form.contactForm p label, .contactForm p span {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

form.contactForm input[type="text"] {
    width: 200px;
}

form.contactForm input{
    overflow: hidden;
}

form.contactForm img.captcha {
    float: left;
}

form.contactForm .is_required {
    color: red;
}

form.contactForm textarea {
    width: 300px;
    height: 150px;
}

form.contactForm #contactFormCaptcha {
    margin-left: 147px;
}


form.contactForm .contactFormClass_button {
    margin-left: 0px;
	width: 80px;
	cursor: pointer;
	color: #bcbcbc;
	margin: 2px;
}

.contactFormClass_button:hover, .contactFormClass_button:focus  {
	width: 80px;
	cursor: pointer;
	color: #bcbcbc;
	margin: 2px;
}

form.contactForm  #contactFormCaptcha {
    margin-left: 3px !important;
    margin-top: 5px !important;
}




.headlinedate {
font-size: 75%;
}
.newstext{
margin-bottom: 10px;
}
