/* Barierefrei mit CSS 
Start 04.12.2007
letzte Aenderung am  03.07.2008 */
/* Allgemeines */
/* Abstand fuer alle Elemente auf 0 setzen*/
*{
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#FFFFFF;
	background-attachment: scroll;
	margin-top:10px;
}

/* Aussehen der Links im Text */
.block a, a:active {
	color:#FF9933;
	text-decoration: none;
	display: inline;
	font-weight: normal;
	font-size:12px;
	line-height:20px;
	padding:0px;
	margin:0px;
	width:auto;
}

.block a:visited {
	color:#993300;
	text-decoration: none;
	display: inline;
	font-weight: normal;
	font-size:12px;
	line-height:20px;
	padding:0px;
	margin:0px;
	width:auto;
}

.block a:hover {
	color:#993300;
	text-decoration: none;
	display: inline;
	font-weight: normal;
	font-size:12px;
	line-height:20px;
	padding:0px;
	margin:0px;
	width:auto;
}

/* Listenstile entfernen*/
ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

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

/* Element aus dem Float entfernen */
.clear {
	clear: both;
}

.none {
	display: none;
}

.leftalign {
	float: left;
}

.rightalign {
	float: right;
}

/* Seitenbereiche */
#wrap {
	width: 960px;
	text-align: left;
	height: 100%;
	padding: 0px;
	margin:auto;
	background-image:url(../img/bg-content.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}

/* Header - Banner */
#head {
	width: 960px;
	text-align: right;
	height: 236px;
	background-attachment: scroll;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#head p{
	line-height:20px;
	height:20px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	float:right;
	margin-right: 15px;
	word-spacing:10px;
}

#head a, a:visited, a:active {
	color:#666666;
	text-decoration: none;
	display: inline;
	font-weight: normal;
	font-size:10px;
	line-height:20px;
	padding:0px;
	margin:0px;
	width:auto;
}

#head a:hover {
	text-decoration: none;
	color:#FF9900;
	margin:0px;
	padding:0px;
}


/* Obere Nav-Bar (GoogleTextAds) */
#navoben {
	width: 960px;
	height: 36px;
	display: block;
	text-align:center;
	background-attachment: scroll;
	background-image:url(../img/bg-nav-ob.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:10px;
	/* background-color:#ff7b10; */
}

/* Sidebar Links (GoogleAds) */
#leftside {
	/* width: 125px; */
	width: 145px;
	/* float: left; */
	float: right;
	display: inline;
	margin-top:10px;
	margin-left:5px;
	padding-right:11px;
	text-align:left;
	font-size:10px;
}

/* Content */
#inhalt {
	width: 620px;;
	text-align:justify;
	float: left;
	display: inline;
	margin-top:10px;
}

#inhalt h1 {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#inhalt h2 {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
}

#inhalt em {
	font-weight:bold;
	font-style:italic;
}

/* Sidebar Rechts (Navi) */
#rightside {
	/* width: 145px; */
	width: 145px;
	display: inline;
	font-size: 12px;
	/* float: right; */
	float:left;
	position: relative;
	margin-top:10px;
	margin-right:5px;
	border: thin solid #666666;
	background-color: #ff7b10;
	padding-right:5px;
}

#rightside a, a:visited, a:active {
 display: block;
 color:#FFEEDF;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 line-height: 20px;
 font-weight:bold;
 height:100%;
 vertical-align:middle;
 text-decoration: none;
 /* text-align: right; */
 text-align: left;
 padding-right:5px;
 width:145px;
}


#rightside a:hover {
 background-color: #FFE9D5;
 color: #B35500;
 text-decoration: none;
}

.clear {
	clear:both;
}

/* Partnerlinks auf den Seiten - unbedingt overflow:hidden lassen!!! */
.links {
	height: 100%;
	width: 140px;
	overflow:hidden;
	text-align:left;
}

.links a, a:link{
	text-decoration:none;
	color:#FF9900;
	text-align:left;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.links a:hover, a:active{
	text-decoration:underline;
	color:#FFCC00;
	text-align:left;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.links a:visited{
	text-decoration:none;
	color:#FF9900;
	text-align:left;
	font-weight:normal;
	margin:0px;
	padding:0px;
	display:inline;
	font-size:10px;
}


#footer{
	width:960px;
	height:20px;
	padding-top:10px;
	clear:both;
	font-size:10px;
	color:#333333;
	text-align:center;
}

.block {
	display:block;
	margin-top:10px;
}

.block:first-letter {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

.teillinks {
	float:left;
	width:305px;
	text-align:justify;
	display:block;
	padding-right:7px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color:#333333;
}

.teilrechts{
	float:right;
	width:300px;
	text-align:justify;
	display:block;
	padding-left:5px;
}

.navueb {
	color:#CC3300;
	font-weight:bold;
	padding-left: 5px;
	background-color:#FFFFFF;
	width:100%;
}

.navuebf {
	color:#FFFFFF;
	font-weight:bold;
	padding-left: 5px;
	background-color:#CC3300;
	width:97%;
}

.uebver{
	text-align:left;
	font-size:10px;
	font-weight:bold;
}

.gestrichelt-ob {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color:#333333;
}

.gestrichelt-un {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}

/* Sidebar Rechts (Navi) */
#friends {
	width: 97%;
	display: inline;
	font-size: 10px;
	float:left;
	position: relative;
	background-color:#FFFFFF;
	border: 1px solid #CC3300;
	padding-bottom:10px;
}

#friends a, a:visited, a:active {
 display: block;
 /* color:  #FFEEDF; */
 color:#666666;
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 line-height: 15px;
 font-weight:bold;
 height:100%;
 vertical-align:middle;
 text-decoration: none;
 text-align: left;
 padding-left:5px;
 width:95%;
}


#friends a:hover {
 color: #B35500;
 text-decoration: none;
 background-color:#FFFFFF;
 width:95%;
}

.zitat{
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFEEDF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.wiki {
	font-size: 9px;
	color: #999999;
	float: none;
	max-width: 305px;
}

.wiki a:link, a:visited, a:active {
	font-size: 9px;
	color: #999999;
	display: inline;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.wiki a:hover {
	font-size: 9px;
	color: #999999;
	display: inline;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}