/* Basis Stylesheet */

@import url(specials.css);

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


body {
	background-color: #fff;
	font: 10pt/130% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	width:100%;	
	
}
	
#logo {
	text-align:left;
	margin-bottom:40px;	
	width:600px;
}

#logo img {
	padding:6px 0 0 0;
	
}

#headeroben {
	display:none;
	
}

#headerunten {
	display:none;

}

/* Breadcrumb Navigation  */


#breadcrumb {
	display:none;
}


/* Navigation  */


#navigation {
	display:none;
}

.skip {
	position:absolute;
	left:-1000px;
	right:-1000px;
	width:0px;
	height:0px;
	overflow:hidden;
	display:inline;
}

#skiplinks {
		display:none;
}

/* Content  */

#content {
	margin:10px 0;
}

#ticker { 
	display:none;
}

#content h1 {
	color: #FF6600;
	font-size:12pt;
	margin:20px 0 10px 0;
	
}

#content h2 {
	color: #333366;
	font-size:10pt;
	margin-bottom:10px;
	clear:left;
}

#content h3 {
	color: #333366;
	font-size:10pt;
	margin-bottom:0;
	clear:left;
}



#content p {
	font-size:10pt;
	margin-bottom:10px;
	line-height:140%;
}

#content ul {
	margin-bottom:20px;
}


#content ul li {
	list-style: none;
	background: url(../img/liste1.gif) no-repeat 0 4px  ;
	padding-left:16px;
	font-size:10pt;
	line-height:150%;
}

#content ol {
	margin:0 0 20px 40px;
	font-size:10pt;
	line-height:150%;
}
#content ol li {
	font-size:10pt;
	line-height:150%;
}


#content strong {
	font-weight: bold;
	font-size:11pt;
}

#content a {
	text-decoration: none;
	color: #000;
}


#content div.bildklein {
	float:left;
	padding:18px 0 0 0;
	background: url(../img/reiterbildklein.gif) no-repeat top right;
	height:168px;
	width:200px;
	margin:0 55px 20px 0;
}

#content div.bildgross {
	float:none;
	padding:26px 0 0 0;
	background: url(../img/reiterbildgross.gif) no-repeat top right;
	width:455px;
	margin:0 20px 20px 0;
}


br.clear {
	clear:left;
}



#footer {
	clear:both;
	width:100%;
	height:22px;
	
}

#footer p {
	font-size: 8pt;
	color: #000;
	margin-top:20px;
}


/*Kontaktformular */

.contactform {
	position: static;
	overflow: hidden;
	min-height:200px;
	width:400px;
}

.contactleft {
	width:auto;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 7px 0;
	font-size:0.8em;
	vertical-align:top;
	
}
.contactright {
	width:60%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font-size:0.8em;
}

.contactform input, .contactform textarea {
	font-size:0.8em;
	
}
.contacterror {
	border: 1px solid #FF6600;
}

#contactsubmit {
	font-size:1.0em;
}

input,  textarea, select {
   border: 1px #666 solid;
   background: #fff;
	padding: 3px;
	color: #666;
}

input[type=text]:focus, textarea:focus {
	background: #ebebeb;
	color: #444;
	border-color: #666;
}

form#form1 {
	float:left;
	min-height:350px;
}

form#form1 label {
	float:left;
	width:15em;
	text-align:right;
	margin:10px 10px 10px 0;
	font-size:0.8em;
}

form#form1 select {
	margin:10px 0;
	font-size:0.8em;
	width:15em;
	padding:0;
}

form#form1 input.submit {
	font-size:0.8em;
	margin:10px 0 10px 245px;
	padding:2px;
}

.noprint {display:none;}

