/* Barrierefrei durch CSS - Webdesign Winterstein
Projekt:webdesign-winterstein.de
Start:04.11.2007
letzte Änderung: 03.06.2009 */

/* Allgemeines */
/* Abstand für alle Elemente auf 0 */
*{
	padding: 0;
	margin: 0;
}

body {	
	font-family:Verdana, Arial, Helvetica, sans-serif, "Verdana";
	font-weight:normal;
	font-size:12px;
	text-align:center;
	background-color:#FFFFF6;
	color:#333333;
	margin-top:10px;
	padding:0px;
}

/* Textfield Formatierung für Formulare */
.form_eingabe {
	color: #333333;
	padding: 2px;
	height:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #828652;
	border-right-color: #828652;
	border-bottom-color: #828652;
	border-left-color: #828652;
}

/* Textarea Formatierung für Formulare */
.textarea_eingabe {
	color: #333333;
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #828652;
	border-right-color: #828652;
	border-bottom-color: #828652;
	border-left-color: #828652;
}

/*Selectfield Formatierung für Formulare */
.select_eingabe {
	color: #333333;
	padding: 2px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #828652;
	border-right-color: #828652;
	border-bottom-color: #828652;
	border-left-color: #828652;
	width: 250px;
}

/* Aussehen der Links im Text */
a:link,a:visited {
	text-decoration: none;
	color:#006633;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Verdana";
	font-size:10px;
	font-weight:normal;
}

a:hover{
	font-size:10px;
	text-decoration: none;
	color:#CC3300;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Verdana";
	font-weight:normal;
	
}

/* Rahmen und Abstände von Bildern entfernen */
img, a img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

/* Listen-Stile entfernen */
ul,li {
	list-style-type: none;
}

/* Verschiedene Ausrichtungen */
.links {
	float: left;
}

.rechts {
	float: right;
}

.nichtsichtbar {
	display: none;
}

/* Ausrichtung entfernen */
.clear {
	clear: both;
}

/* Kleiner Text */
#head h1 {
	float:left;
	padding-left:130px;
	padding-top:10px;
	color:#666666;
	font-size:10px;
	font-weight:normal;
	word-spacing: 10px;
}

/* Verschiedene Seitenbereiche */
/* Rahmen um alles */
#wrap {
	width: 950px;
	margin:auto;
	background-color:#FFFFFF;
	height: 100%;
	text-align:left;
}

/* Header */
#head {
	background-attachment:scroll;
	background-image:url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	height:250px;
	width:950px;
}

/* Navigation */
#navigation {
	display: block;
	height: 25px;
	width: 950px;
	line-height: 25px;
	text-align: center;
	background-image:url(../img/bg-nav.jpg);
	background-repeat:repeat-x;
}

#navigation ul {
	line-height:25px;
}

#navigation li {
	text-decoration: none;
	font-size:12px;
	line-height:25px;
	height:25px;
	float:left;
	position:relative;
	padding-left:5px;
	padding-right:5px;
	color:#333333;
}

#navigation li a:link {
	color:#333333;
	text-decoration: none;
	line-height:25px;
	height:25px;
	font-size:12px;
	font-weight:normal;
}

#navigation li a:hover {
	color:#CC3300;
	line-height:25px;
	height:25px;
	font-size:12px;
	font-weight:normal;
}

#navigation li a:visited {
	color:#333333;
	line-height:25px;
	height:25px;
	font-size:12px;
	font-weight:normal;
}

#navigation .aktuell {
	color:#CC3300;
	text-decoration: underline;
	font-size: 12px;
	line-height:25px;
	height:25px;
	background-attachment: scroll;
	background-image:url(../img/bg-nav-ak.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	font-style:normal;
	font-weight: normal;
	text-transform: capitalize;
}

/* Sidebar */
#sidebar {
	width: 200px;
	display: inline;
	font-size: 12px;
	float: left;
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
}

.sidebar-ob {
	color:#333333;
	background-attachment: scroll;
	background-image:url(../img/bg-side-ob.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	margin: 0px;
	line-height: 20px;
	vertical-align:bottom;
	font-size: 10px;
	text-align:center;
	font-weight:bold;
}

.sidebar-inhalt {
	color:#333333;
	background-attachment: scroll;
	background-image:url(../img/bg-side-mi.jpg);
	background-repeat:repeat-y;
	height:100%;
	margin: 0px;
	font-size: 10px;
	text-align:center;
	font-weight: normal;
}

.sidebar-inhalt a:link {
	font-weight:normal;
	font-size: 10px;
	text-decoration:none;
}

.sidebar-inhalt a:visited {
	font-weight:normal;
	font-size: 10px;
	text-decoration:none;
}

.sidebar-inhalt a {
	font-weight:normal;
	font-size: 10px;
	text-decoration:none;
}


.sidebar-inhalt a:hover{
	font-weight:normal;
	font-size: 10px;
	text-decoration:underline;
}

.sidebar-un {
	color:#333333;
	background-attachment: scroll;
	background-image:url(../img/bg-side-un.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	margin: 0px;
	line-height: 10px;
	font-size: 10px;
	text-align:center;
	font-weight: normal;
}

/* Inhalt */
#content {
	width: 715px;
	display:inline;
	text-align: left;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left:20px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content p{
	margin:0px;
	padding:0px;
}

#content p a,a:link,a:visited {
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}

#content p a:hover{
	font-weight:normal;
	text-decoration:none;
}

.absatzanfang{
	font-weight:bold;
	font-style:italic;
	font-size:17px;
	padding-right: 1px;
}

#content h2{
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:30px;
	font-weight: bold;
	color:#828652;
	text-align:left;
}

#content h3 {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-weight: bold;
	color:#828652;
	text-align:left;
}

#content h3 a:link,a:visited {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:15px;
	font-weight: bold;
	color:#006633;
	text-align:left;
}

#content h3 a:hover{
	color:#CC3300;
}

/* Footer */
#footer {
	width:950px;
	text-align:center;
	font-size:10px;
	color:#333333;
	background-image:url(../img/bg-footer.jpg);
	background-color:#828652;
	background-position:center;
	background-repeat:no-repeat;
	height:25px;
	line-height:25px;
	vertical-align:middle;
}

.footerlink{
	font-size:10px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}

.teillinks {
	float:left;
	width:336px;
	text-align:justify;
	padding-right:10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #828652;
}

.teilrechts{
	float:right;
	width:356px;
	text-align:justify;
	padding-left:10px;	
}

.warnung {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:10px;
	line-height:10px;
	vertical-align:text-top;
	color:#993300;
}

.ok {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:10px;
	line-height:10px;
	vertical-align:text-top;
	color:#00CC00;
}
