*  { padding: 0px; margin: 0px; border: none; }

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.83em;
	color: #191919;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
}

#hold
{
	width: 920px;
	float: left;
	background-color: #fff;
	padding-left: 20px;
	padding-top: 5px;
}

#wrapper
{
	width: 940px;
	margin: 0 auto;
}

#top
{
	width: 900px;
	float: left;
	padding-bottom: 10px;
}

#top h1, #top h1 a
{
	color: #1798ae;	
	padding-left: 5px;
	padding-top: 10px;
	font-size: 16pt;
	text-decoration: none;
}

#nav
{
	width: 900px;
	float: left;
	border-top: 1px solid #EBEBEB;
}

#nav li
{
	list-style-type: none;	
	display: block;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

#nav li a
{
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
	color: #000;
	text-decoration: none;
}

#nav li a:hover
{
	text-decoration: underline;	
}

#nav li.curr a
{
	text-decoration: underline;	
	color: #1798ae;
}

#header_image
{
	width: 900px;
	height: 300px;
	float: left;
	background-image: url(images/header_test.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#header_image img
{
 behavior: url(/fileadmin/fsv2/iepngfix.htc);	
}

#maincontent
{
	width: 900px; 
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content
{
	width: 900px;
	float: left;
	display: inline;
	padding-top: 20px;
}

#teaser
{
	width: 900px;
	float: left;
	border-bottom: 1px dotted #EBEBEB;
	border-top: 1px dotted #ebebeb;
	margin-top: 10px;
}


#subnav 
{
	width: 25%;
	float: left;
	padding-top: 10px;
}

#subnav li 
{
	list-style-type: none;	
	width: 100%;
	padding-bottom: 4px;
}

#subnav li a
{
	display: block;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left: 12px;
	color: #000;
	text-decoration: none;
}

#subnav ul
{
	padding-bottom: 20px;	
}

#subnav li.curr a
{
	text-decoration: underline;	
	color: #1798ae;
}

#reisen
{
	width:46%;
	float: left;
	border-left: 1px dotted #EBEBEB;
	padding-left: 20px;
	padding-top: 10px;
	display: inline;
}


#news 
{
	width: 47%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}


#news h1, #reisen h1
{
	font-size: 1em;	
	padding-bottom: 0px;
}

#news p, #reisen p
{
	padding: 0px;	
}

#news h1.topnews, #reisen h1.topnews, #subnav h1
{
	padding-bottom: 10px;	
	font-size: 1.2em;
}

#news span, #reisen span
{
	padding-bottom: 15px;	
	display: block;
}

#footer
{
	width: 900px;
	float: left;
	border-top: 1px solid #EBEBEB;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #B6B6B6;
	font-size: 0.8em;
}

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

/* für den Content */
#content { line-height: 1.5em; }

#content li {
	list-style-position: inside;
}
#content li li { padding-left: 20px; }
#content ul { padding-bottom: 10px; line-height: normal;}

a { color: #1798ae; text-decoration: underline; }

p { padding-bottom: 10px; padding-top: 5px; }
hr {
	height: 9px;
	border: none;
	border-top: 1px dotted #ebebeb;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
}

h1 { color: #1798ae; font-size: 1.3em; padding-bottom: 7px; } 
h2 { color: #1798ae; font-size: 1em; padding-bottom: 5px; }
h3 { color: #1798ae; font-size: 1em; padding-bottom: 3px; }

.csc-mailform {
	width: 500px;
	border: 0px none;
	font-size: 11px;
}

.csc-mailform-field {
	margin-bottom: 6px;
	line-height: 18px;
}


.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float:left;
clear:both;
display:block;
width:130px;
padding-left:5px;
margin-bottom:10px;

}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float:left;
display:block;
width:200px;
border: 1px solid #333;
background:#FFF;
padding:1px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

input, textarea, select
{
float:left;
display:block;
width:200px;
border: 1px solid #333;
background:#FFF;
padding:1px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

textarea
{
	height: 200px;	
}

fieldset
{
	border: none;	
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-left: 135px;
/* Float wieder abschalten */
clear: both;
}


