@charset "utf-8";

html,body {
	margin: 0;
	padding: 0;
	} 

body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	color: #5A5A5A;
	background: #fff url(bg_body.gif) center top repeat-x;
	}


p {
	margin: 0;
	padding: 0.7em 0 0.5em 0;
	}

a {
	color: #ED1404;
	text-decoration:none;
	}

a:hover {
	text-decoration: underline;
	}
	
a.more {
	padding-right: 16px;
	background: url(more.gif) center right no-repeat;
	font-weight:bold;
	}

img {
	border: none;
	display: block;
	}

	
img.border_top {
	border-top: 7px solid #ED1404;
	padding: 1px 0 0 0 ;
	}	

hr {
	height: 0px;
	border-bottom: 1px solid #ECEBE9;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #ECEBE9;
	margin: 20px 0 26px 0;
	}

form hr {	
	height: 0px;
	border-bottom: 1px solid #DED7C4;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #DED7C4;
	margin: 16px 0 16px 0;
	}
	
fieldset hr {
	margin-bottom: 0;
	}	
	
legend, label {
	display: none;
	margin: 0;
	padding: 0;
	}
	
.showlabel label{
	display: block;
	padding: 3px 0 0 0;
	font-size: 0.95em;
	}
	
.searchform label {
	display: block;
	padding: 3px 0 3px 7px;
	}	

ul {
	list-style-type: square;
	}
	
.error {
	color: #ec1403;
	}	
	
#error {
	background: url(caution.gif) left 0.1em no-repeat;
	padding: 0 0 0 30px;
	margin: 10px;
	color: #ec1403;
	}	
	
ul.error {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	}

ul.error li {
	padding: 2px 0 2px 10px;
	font-size: 0.95em;
	background: url(bul_square_red.gif) left .8em no-repeat;
	}
	
ul.error li span {
	font-weight: bold;
	}	
	
	
form, fieldset {
	border:0;
	margin:0;
	background-color: #F2EFE8;
	}		
	

fieldset, .fieldset_wrap {
	background-color: #F2EFE8;
	padding:16px 16px 0 16px;
	}

input {
	font-size: 0.95em;
	}
	
form span {
	font-size: 0.95em;
	}	

form .no_input span {
	
	}

form .no_input {
	font-size: 1em;
	}

form .no_input ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

form .no_input ul li {
	padding: 2px 0 2px 10px;
	font-size: 0.95em;
	background: url(bul_square_grey.gif) left .8em no-repeat;
	}
	
form .no_input ul li span {
	font-weight: bold;
	}	

input.tx {
	border-top: 1px solid #ACACAC;
	border-right: 1px solid #A09D95;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #A09D95;
	padding: 1px 2px 1px 4px;
	color: #666;
	width: 238px;
	}
	
input.short {
	width: 100px;
	}	
	
select {
	width: 100px;
	color: #666;
	font-size: 0.95em;
	border-top: 1px solid #ACACAC;
	border-right: 1px solid #A09D95;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #A09D95;
	}	
	
textarea {
	border-top: 1px solid #ACACAC;
	border-right: 1px solid #A09D95;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #A09D95;
	color: #666;
	width: 493px;
	padding: 1px 2px 1px 4px;
	overflow:auto;
	}	
	
input#suche {
	width: 117px;
	border-right: none;
	}	

#nav_search input.submit {
	background: none;
	border: none;
	cursor:pointer;
	width: 19px;
	height: 19px;
	background: url(more_big.gif) top left no-repeat;
	}

#nav_search input.tx {
	padding: 2px 2px 2px 4px;
	}

#s_left {
	float: left;
	width: 124px;
	}
#s_right {
	float: left;
	width: 20px;
	}
* html #s_right {
	padding-top: 1px;
	}	
* + html #s_right {
	padding-top: 1px;
	}		
* html input#suche {
	padding-bottom: 1px;
	}
* + html input#suche {
	padding-bottom: 1px;
	}		

.searchform fieldset, .searchform  {
	padding: 0;
	background-color: transparent;
	}	

.select_wrap {
	height: 20px;
	}
* html .select_wrap {
	height: 22px;
	}
* + html .select_wrap {
	height: 22px;
	}


	
.form_left {
	float: left;
	width: 255px;
	}	
.form_right {
	float: left;
	width: 245px;
	}		
	

#steps {
	float: right;
	}
	
#steps span {
	padding: 0 5px 0 5px;
	border: 1px solid #ABABAB;
	color: #ABABAB;
	background-color: #fff;
	font-size: 0.85em;
	display: block;
	float: left;
	margin: 0 0 0 6px;
	}	
#steps span.act {
	color: #fff;
	background-color: #ED1404;
	}

a#search_ext {	
	text-decoration: underline;
	color: #5A5A5A;
	padding: 4px 0 0 7px;
	display: block;
	}
a#search_ext:hover {		
	text-decoration: none;
	}

.underline {
	text-decoration: underline;
	}

.helper {
	display: none;
	}

h1 {	
	font-size: 2.1em;
	line-height:1em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 22px 0;
	color: #ED1404;
	}

h2 {	
	font-size: 1.5em;
	line-height:1em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 12px 0;
	color: #ED1404;
	}
	
h3 {	
	font-size: 1.1em;
	margin: 0;
	padding: 6px 0 12px 0;
	color: #ED1404;
	}	

h4,h5,h6 {
	font-size: 1em;
	margin: 0;
	padding: 6px 0 6px 0;
	color: #ED1404;
	}


form h3, form h4 {
	padding-top: 0;
	color: #5a5a5a;
	}

#outer {
	margin: 0 auto;
	width: 888px;
	}

#main {
	background: url(main_shadow_right.gif) top right no-repeat;
	line-height:1.4em;
	}

#footer {
	border-top: 1px solid #ED1504;
	padding: 5px 0 10px 43px;
	margin: 0 9px 0 9px;
	color: #ACACAC;
	font-size:0.9em;
	}
	
#footer ul {	
	list-style-type: none;
	display: inline;
	padding-right: 9px;
	}	
#footer li {
	display: inline;
	border-right: 1px solid #ACACAC;
	}	
#footer li a {
	color: #ACACAC;
	padding: 0 9px 0 9px;
	}	
	

#nav_wrap_left {
	background: url(nav_shadow_left.gif) top left no-repeat;
	padding-left: 3px;
	}

#nav {	
	width: 163px;
	margin: 135px 0 0 -78px;
	background: url(nav_shadow_right.gif) right 63px no-repeat;
	position: absolute;
	font-size: 0.95em;
	}
	
#nav_search {
	margin: 0 5px 0 0;
	padding: 10px 5px 10px 5px;
	background-color: #E6E0D1;
	}	
	
#nav_bottom {
	background: url(nav_bottom.gif) bottom left no-repeat;
	height: 9px;
	}	

#head {
	height: 223px;
	}

#head_wrap_left {
	background: url(head_shadow_left.gif) top left no-repeat;
	}	
#head_wrap_right {
	background: url(head_shadow_right.gif) top right no-repeat;
	}		


#head_nav {
	padding: 204px 0 0 52px;
	font-size: 0.9em;
	}
* html #head_nav {
	padding-left: 92px;
	}
* + html #head_nav {
	padding-left: 92px;
	}	

#head_nav ul {
	margin: 0;
	float: left;
	}
#head_nav li {
	display: inline;
	border-right: 1px solid #5A5A5A;
	}	
#head_nav li.last {
	border-right: 0;
	}	
#head_nav li a {
	color: #5A5A5A;
	padding: 0 9px 0 9px;
	}	
	
#font_changer {
	display: block;
	float: right;
	text-align: right;
	padding-right: 40px;
	}	

#font_changer a:hover {
	text-decoration: none;
	}
	
a.plus {
	background: url(plus.gif) center left no-repeat;
	padding-left: 13px;
	}	
a.minus {
	padding-left: 13px;
	background: url(minus.gif) center left no-repeat;
	}		
	
#nav img {
	display: block;
	}	
	
#nav ul {
	margin: 0;
	padding: 0 5px 0 0;
	list-style-type:none;
	}
	
#nav ul ul {
	background-color: #F8F7F2;
	padding: 0;
	}	
	
#nav li {
	background: #fff url(li_separator.gif) 4px top no-repeat;
	}
	
#nav li.first {
	background: none;
	}	
	
#nav li a {
	color: #5A5A5A;
	display: block;
	padding: 6px 0 6px 12px;
	width: 143px;
	background: url(bul_pas.gif) top left no-repeat;
	}
	
#nav li a:hover {	
	text-decoration: none;
	background: #EEEADF url(bul_act.gif) top left no-repeat;
	}
	
#nav li.act a, #nav li.cur a {
	background: #EEEADF url(bul_act.gif) top left no-repeat;
	font-weight:bold;
	}	

#nav li.cur li, #nav li.act li {
	background: url(li_separator.gif) 4px bottom no-repeat;
	}	
	
#nav li.cur li a, #nav li.act li a {
	background: none;
	font-weight:normal;
	}	

#nav li.cur li.act a {
	font-weight:bold;
	}		
	
#cont_wrapper {
	padding: 12px 0 20px 100px;
	
	}	
	
#test {
	height: 7px;
	line-height: 0;
	font-size: 0;
	background: url(bumper.gif) top right no-repeat;
	}	
	
#content {
	border-right: 1px solid #DED7C3;
	float: left;
	width: 533px;
	padding: 0 17px 0 0;
	}
	
#right {
	width: 193px;
	floaT: left;
	padding: 45px 17px 0 17px;
	}
	
#site_opts {
	text-align: justify;
	border-top: 1px solid #ED1504;
	margin-top: 40px;
	padding-top: 5px;
	font-size: 0.95em;
	}	
	
#site_opts a {
	margin-right: 1em;
	}	
#site_opts a.last {
	margin-right: 0px;
	}		
	
	
	
.teaser {
	border-bottom: 1px solid #DED7C3;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	}	
	
	
.teaser_body {
	padding: 10px 0 0 0;
	font-size: 0.95em;
	line-height: normal;
	}	

.teaser_body p {
	padding-top: 0;
	}	


#dzi {
	text-align: center;
	}	
#dzi img {
	display: inline;
	}
	

.cat_img_left {
	float: left;
	width: 125px;
	}

.cat_desc_right	{	
	float: left;
	width: 400px;
	}
	
	
.cat_category {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ded7c3;
	}	
	
.cat_category h3, .cat_category p {
	padding-top: 0px;
	}
	
.no_border	{
	border: none !important;
	}
	
	
.button_holder {
	padding: 10px 12px 10px 0;
	text-align:right;
	}	

button {
	background: none;
	border: none;
	height: 33px; 
	cursor: pointer;
	}
	
button span {
	display: none;
	}	

button.btn_weiter {	
	width: 79px;
	background: url(btn_weiter.gif) top left no-repeat;	
	}	
button.btn_login {	
	width: 79px;
	background: url(btn_login.gif) top left no-repeat;	
	}	
button.btn_back {	
	width: 119px;
	background: url(btn_back.gif) top left no-repeat;	
	}	
button.btn_donate {	
	width: 122px;
	background: url(btn_donate.gif) top left no-repeat;	
	}			
	
p.form_text {
	font-size: 0.95em;
	}	
	
p.form_text input.check {	
	display: block;
	float: left;
	margin: 5px 10px 2px 0;
	}
	
.quittung_holder {
	padding: 17px 0 0 0;
	}	
	
	
	
	
	
/* PRINT */

#head_wrap_left, #nav, #right, #site_opts, #footer {
	display: none !important;
	}	
#content {
	floaT: none !important;
	bordeR: none !Important;
	}	
#outer {
	width:550px;
	}	
#cont_wrapper {
	padding: 0 !important;
	margin: 0 !important;
	}	
