html {
	font-size: 100%; 
} 

body {
	background-color: #b51621;
	background-image: url(../bilder/bg/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	
	color: #38378b;
	font-family: "verdana","tahoma","arial",sans-serif;
	font-size: 12px;
	line-height: 16px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div, li, h1, h2, h3, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

pre, code {
	font-family: "Times";
	background-color: #e3e3e3;
}

a {
	color: #b51621;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #fd9a00;
	font-weight: bold;
	text-decoration: underline;
}

strong, .bold {
	font-weight: bold;
}

img{
	border: none;
}

h1{
	color: #38378b;
	font-weight:normal;
	font-size: 14px;
	padding-bottom: 18px;
	font-weight: bold;
}

p{
	padding-bottom:20px;
}

div#wrap {
	position: relative;
	margin: 0 auto;	
	width: 909px;
}

.left{
	float: left;
	width: 480px;
	padding: 0 0 0 78px;	
}

.right{
	float: left;
	width: 290px;
	padding: 0 0 0 31px;		
}

.both{
	padding: 0 20px 0 78px;
	width: 760px;
}

.logo {
	float:right;
	padding-bottom: 55px;
}

.ruecken {
	position:absolute;
	bottom: 36px;
	right: -24px;
}

ul#foot {
	float:right;
	list-style: none;
	margin:0px;
	padding: 10px 0;
}

ul#foot li {
	padding:0 7px;
	display:inline;
	border-left: 1px solid #ffffff;
}

ul#foot li.noborder{
	border:none;
}

ul#foot a{
	font-size: 12px;
	color: #ffffff;
	font-weight:normal;
	text-decoration: none;
}

ul#foot a.active,
ul#foot a:hover{
	color: #fd9a00;
}

#cntarea{
	background-image: url(../bilder/bg/bg_unten.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 2px 0;
	padding: 28px 0 2px 0;
	background-color: #ffffff;
	min-height: 465px;
}

#cntarea ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:16px;
}

#cntarea ul li{
	padding-bottom:4px;
	padding-left:0;
	padding-right:0;
	padding-top:4px;
}

ul.navigation{
	position: relative;
	list-style: none;
	margin: 0 auto;
	padding: 0 0 0 4px;
	height: 28px;
	background-color: #ffffff;
}

ul.navigation li {
	padding: 0;
	float: left;
	height: 37px;
}

form {
	position: relative;
	margin: 0px;
  	padding: 0px;
	width: auto;
}
	
form br {
	clear: left;
}
		
form label {
	text-align: left;
	margin-top: 5px; 
	display: block;
	float: left;
	width: 120px;
}
		
input { 
	float: left; 
	margin-top: 5px;
	padding: 2px;
	border: solid 1px #878787;
	background-color: #ffffff;
	outline-style: hidden; 
	outline-width: 0;
	font-family: arial;
	font-size: 11px;
}
	
	input.text {
		width: 200px;}
		
	input.plz {
		padding: 2px;
		width: 50px;}
		
	input.ort {
		padding: 2px;
		width: 100px;}
		
	input.password {
		padding: 2px;
		width: 100px;}
		
	input.file {
		width: 250px;
		background-color: #ffffff;}
		
	input.radio {
		width: 30px;
		background-color: #ffffff;}
		
	input.checkbox {
		width: 30px;
		background-color: #ffffff;}
		
	input.submit {
  	width: 100px;
  	padding: 1px;
		background-color: #ffffff;
		color: #000000;
		font-weight: bold;}
	
select {	
	border: solid 1px #878787;
	outline-style: hidden; 
	outline-width: 0;
	margin-top: 5px;
	float: left; 
	width: 200px;
	font-family: arial;
	font-size: 11px;
}

textarea {	
	width: 200px;
	height: 100px;
	padding: 4px;
	margin-top: 5px; 
	margin-left: 0px !important; 
	margin-left: -3px;
	border: solid 1px #878787;
	background-color: #ffffff;
	outline-style: hidden; 
	outline-width: 0;
	font-family: arial;
	font-size: 11px;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img{
	border: 1px solid #333366;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-top: 5px;
	margin-bottom: 0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol{
	margin-top: 5px;
	margin-bottom: 0;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:1px solid #B51621
}

span#caption {
	display: none;
}

