@charset "UTF-8";
/* CSS Document */
/* Author: Maren Zindler, Die Drei Werbeagentur*/

body {
	background-color:#D3E1CC;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height:16px;
	text-align:center;
	border:0;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

p.small {
	font-size:10px;
}
p.bold_italic {
	font-weight:bold;
	font-style:italic;
	line-height:normal;
	font-size:16px;
	padding:0 0 10px 0;
}

h1{
	font-weight:normal;
	line-height:normal;
	font-size:21px;
	padding:0 0 0 0;
}

a.green_bold {
	color:#256900;
	font-weight:normal;
	line-height:normal;
	font-size:21px;
	padding:0 0 0 0;
}

h2{
	font-size:12px;
	font-weight:bold;
	padding:0 0 2px 0;
}

img {
	border:0px;
}

table {
	border:0px;
}
	
a, a:active, a:visited {
	color: #256900;
	text-decoration:none;
}

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

a.active{
	font-weight:bold;
	text-decoration:none;
}

a.big, a.big:active, a.big:visited {
	color:#256900;
	font-weight:normal;
	line-height:normal;
	font-size:21px;
	padding:0 0 0 0;
}
a.big:hover {
	
	color: #256900;
	text-decoration:underline;
}

a.bold_italic, a.bold_italic:active, a.bold_italic:visited {
	color:#256900;
	font-weight:bold;
	font-style:italic;
	line-height:normal;
	font-size:16px;
	padding:0 0 0 0;
}

a.bold_italic:hover {
	font-weight:bold;
	font-style:italic;
	color: #256900;
	font-size:16px;
	text-decoration:underline;
}

.clear {
	clear:both;
}

ul.green_list {
	list-style-image:url(../images/default/list.png);
	list-style-position:outside;
	padding:0 0 0 20px;
	margin:0 0 0 0;
	display: block;
}

input.suchmaske {
	width:190px;
	color:#999;
}


/* ############*/


#wrapper {
	background-color:#FFF;
	border-left: 1px solid #A1A1A1;
	border-right: 1px solid #A1A1A1;
	width:854px;
	text-align:left;
	padding:27px 27px 27px 27px;
	margin:0 auto 0 auto;
	height:100%;
}

#header {
	width:854px;
}

#header_logo {
	float:left;
	height:67px;
	width:400px;
	padding:0 0 43px 0;
}

#header_flags {
	text-align:right;
	float:right;
	height:52px;
	width:310px;
	padding:0 0 58px 0;
}

#header_picture {
	height:103px;
	width:854px;
	padding:0 0 27px 0;
}
#content {
	background-image:url(../images/default/content_back.gif);
	background-repeat:repeat-y;
}

#content_left {
	float:left;
	width:502px;
	padding:0px 0 27px 0 ;
}

#content_right {
	float:right;
	width:297px;
	padding:0px 0 0 27px;
}

#footer {
	font-size:11px;
	border-top: 1px solid #A1A1A1;
	margin:27px 0 0 0;
	padding: 16px 0px 16px px;
	height:36px;
}

#list_left {
	float: left;
	width:245px;
}

#list_right {
	float: right;
	width:245px;

}

#search {
	line-height:20px;
	font-size:11px;
}

#search_content {
	line-height:20px;
	height:48px;
	padding:10px 0 0 0;
	font-size:11px;
}

#marqueecontainer {
	position: relative;
	width: 270px; /*marquee width */
	height: 75px; /*marquee height */
	background-color: white;
	overflow: hidden;
}

#vmarquee {
	 position: absolute;
	 width: 98%;
	 color: #256900;
	 line-height:16px;
}

/* ############*/

.box {
	padding: 0 0 27px 0;
}

.box_header {
	background-image:url(../images/default/box_header.gif);
	height:23px;
	padding:9px 0 0 16px;
}

.box_header_small {
    background-image:url(../images/default/box_header_small.gif);
    height:8px;
/*     padding:9px 0 0 16px; */
}

.box_content {
	background-image:url(../images/default/box_back.gif);
	background-repeat:repeat-y;
	padding:12px 12px 0 16px;
}

.box_bottom {
	background-image:url(../images/default/box_bottom.gif);
	height:16px;
}

.box_left {
	float: left;
	width:150px;
}

.box_right {
	float: right;
	width:108px;
}

.green_content {
	background-color:#edf3eb;
	width:470px;
	padding:16px 16px 16px 16px;
	margin:8px 0px 8px 0px;
}

.grey_content {
	background-color:#f6f6f6;
	width:470px;
	padding:8px 16px 8px 16px;
	margin:8px 0px 8px 0px;
}

/* Navigation*/

#navigation {
	height:34px;
}
	

/* MESSAGES */
.failure, .failure div.block {
    border-color: #DC4800 !important;
    background: #FF9999 !important;
    padding: 0 0 0 0 !important;
    margin: 3px;
}

.failure h3 {
    background: #DC4800 !important;
    color: white;
    padding: 2px;
    margin: 0px;
}

.status, .status div.block {
    border-color: #84D153 !important;
    background: #C4F2A7 !important;
    padding: 0 0 0 0 !important;
    margin: 3px;
}

.status h3 {
    background: #84D153 !important;
    padding: 2px;
    margin: 0px;
}

.hint, .hint div.block {
    border-color: #2287FF !important;
    background: #AAD1FF !important;
    padding: 0 0 0 0 !important;
}

.hint h3 {
    background: #2287FF !important;
}

/* FORM */

form span {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    text-align: left;
    padding-top:4px;
}
form label {
    bottom: +3px;    
    display:inline;
    position:relative;
    cursor:default;
}

.form_error span {
    color: #880000 !important;
    font-weight: bolder !important;
    margin-right: 12px;
    float: right;
}
.form_error input {
    background-color: #ffbbbb;
}
.form_label label {
    margin-top: 12px;
    padding: 0px;
    font-size: 12px;
    display: block;
}
.form_text input, .form_textarea textarea, .form_submit input, .form_reset input {
    width: 98% !important;
}
.form_text input, .form_submit input {
    height: 18px !important;
}
.form_submit input {
    margin-top: 12px !important;
    height: 25px !important;
}
#field {
    width:360px;
    padding:2px;
}
#radiobuttons {
    display:block;
}

#radiobuttons label {
    margin-top: 20px;
    bottom: +3px;
    display:inline;
    position:relative;
}