@charset "UTF-8";
body {
/*	background-image: url(../img/01_steady/01_hg/halloween.jpg);*/
/*	background-repeat: repeat;*/
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F3F3;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.nav {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.nav_pipe_trenner {
	font-size: 9px;
	color: #FF0000;
}
.headlines {
	font-size: 14px;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.copy_main {
	font-size: 10px;
	color: #333333;
	line-height: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copy_main_datum {
	font-size: 10px;
	color: #333333;
}
.copy_main_bold {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
.copy_interview_q {
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
}
.copy_interview_a {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	line-height: 14pt;
}
.copy_bildunterschrift {
	font-size: 9px;
	color: #FF0000;
	font-weight: normal;
	font-style: italic;
}
.footer {
	font-size: 9px;
	color: #333333;
	font-family: "Lucida Grande", Arial;
}
.footer_red_pipe_trenner {
	font-size: 9px;
	color: #FF0000;
}
.footer_trenner {
	background-image: url(../img/01_steady/01_hg/hg_shadow_bottom_trans_off.png);
	background-repeat: no-repeat;
}

/* Ergänzt Frank am 4.3.2010 Formatierung Eingabeformulare*/

input, select { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 150px;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-bottom-color: #666666;
	background-color: #F3F3F3;
	margin-right: 10px;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}
input:active, input:focus, input:hover { 
    background: #E8EBDF;
}
form {
	background: #F3F3F3;
	border: thin solid #FF0000;
	margin:0;
	padding:.5em;
	margin-right: 10px;
}
/* Ergänzt Frank am 17.10.2010 Formatierung Voting Formular*/
input.vote, select.vote { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: right;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E6E6E6;
	font-size: 10px;
	color: #333333;
	line-height: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	right: 10px;
}
input.vote:active, input.vote:focus.vote, input:hover { 
    background: #E6E6E6;
}
form.vote {
	background: #E6E6E6;
	border: thin solid #E6E6E6;
	font-size: 10px;
	color: #333333;
	line-height: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.newsbox {
	background-color: #E6E6E6;
	padding-left: 5px;
}
.Box_Head {
	background-image: url(../img/01_steady/04_css/box_head.gif);
	background-repeat: repeat-x;
}
.eventbox_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}
.eventbox_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(../img/01_steady/04_css/box_head.gif);
	background-repeat: repeat-x;
}
.eventbox_tail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

