/* *********************************************** */
/* allgemeine styles */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 100.01% arial, sans-serif; 
	color: black;
	background: #b8b8b8;
}

a:link	{ 
    color: #636363;
	text-decoration: none;
}

a:visited	{ 
	color: #636363;
	text-decoration: none;
}

a:focus, a:hover, a:active	{ 
	color: black;
	text-decoration: underline;
}

a img	{ 
	border: 0;
}

label	{
	cursor: pointer;
}

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

legend	{
	font: 75%/100% arial, sans-serif;
	color: black;
	margin: 0;
}

table	{
	width: 100%;
	border-spacing: 2px;
	border: 0;
	margin: 0 0 10px 0;
}

tr	{
}

td	{
	vertical-align: top;
	padding: 0;
}

th	{
	vertical-align: top;
	padding: 5px;
	font-weight: bold;
	color: black;
}

img	{
	border: 0;
	margin: 0;
}

ol, ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

br	{
	clear: both;
}

/* *********************************************** */
/* rahmenklassen */

#rahmen	{
     position: relative;
	 float: left;
	 background: #b8b8b8 url("../../images/bg.gif") repeat-y;
	 width: 100%;
	 text-align: left;
	 padding: 0;
	 margin: auto; /* wichtig für zentrierte seiten */
}

.hide	{
	position: absolute;
  	top: -6000px;
  	left: -6000px;
  	height: 1px;
 	width: 1px;
}

.hide	{
	display: none;
}

.abstand5	{
	width: 5px;
	height: 5px;
}

.abstand10	{
	width: 10px;
	height: 10px;
}

.abstand20	{
	width: 20px;
	height: 20px;
}

.ausrichtungLinks	{
	float: left;
	margin: 0 10px 10px 0;
}

.ausrichtungRechts	{
	float: right;
	margin: 0 0 10px 10px;
}

.keineAusrichtung	{
	display: block;
	margin: 0 0 10px 0;
}

.clear	{
	clear: both;
	height: 0;
	width: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* *********************************************** */
/* links */

#links	{
	float: left;
	width: 279px;
}

#logo {
    float: left;
    width: 100%;
    background: #b8b8b8;
}

#neuebeitraege {
    float: left;
    background: #ffed00;
    margin-bottom: 30px;
    padding: 9px 28px 9px 24px;
    width: 191px;
    font-size: 70%;
}

#neuebeitraege li {
    width: 191px;
}

#neuebeitraege li a {
    display: block;
    clear: both;
    background: url("../../images/pfeil.gif") no-repeat 0 1px;
    color: #636363;
    padding-left: 10px;
    width: 181px;
    margin: 0 0 8px 0;
}

.tags {
    width: 232px;
    margin: 0 0 0 10px;
}

.tags a {
    color: #636363;
}

/* *********************************************** */
/* inhalt */

#mitte {
	float: left;
	width: 476px;
}

#suche {
	width: 476px;
    height: 32px;
    padding-top: 8px;
    margin: 0 0 10px 0;
    background: #ffed00;
    text-align: right;
	voice-family: "\"}\""; voice-family: intherit;
}

#suche .eingabe {
    padding: 1px 1px 1px 10px;
    height: 18px;
    border: solid 2px white;
    width: 86px;
}

#suche .eingabe:focus {
    outline: none;
}

#skim {
	width: 476px;
    font-size: 0.6em;
}

#skim a {
    outline: none;
}

#skimprev {
    float: left;
    width: 220px;
    height: 20px;
    margin-right: 16px;
}

#skimprev a {
    float: left;
    width: 190px;
    background: white url("../../images/buttongelb-links.gif") no-repeat;
    padding-left: 30px;
    height: 20px;
}

#skimnext {
    float: left;
    width: 220px;
    height: 20px;
}

#skimnext a {
    float: left;
    height: 20px;
    width: 190px;
    background: white url("../../images/buttongelb-rechts.gif") no-repeat;
    text-align: right;
    background-position: top right;
    padding-right: 30px;
}

#kopf {
    float: left;
    margin-top: 35px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ffed00;
}

#nokopf {
    padding-top: 27px;
}

.kopf {
    float: left;
    font-size: 75%;
    width: 350px;
}

.kopf a {
    text-decoration: none;
}

#kommentarekopf {
    width: 100px;
    text-align: right;
}

#artikel {
    clear: both;
    width: 450px;
    margin-right: 10px;
    font-size: 88%;
    color: #636363;
}

#artikel h1	{
    font-size: 170%;
    color: #636363;
    padding: 0 0 15px 0;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}

#artikel h2	{
    font-size: 140%;
    color: #636363;
    margin: 24px 0 16px 0;
    font-weight: normal;
}

#artikel p {
    line-height: 140%;
}

#artikel a {
    text-decoration: underline;
}

#artikel a:hover {
    color: black;
}

#artikel .bildlinks {
    float: left;
    margin: 0 10px 10px 0;
}

#artikel .bildrechts {
    display: inline;
    float: right;
    margin: 0 0 10px 10px;
}

#artikel .bildzeile {
    font-size: 80%;
}

#fussnote {
    margin-top: 20px;
    padding: 20px 0 40px 0;
    border-top: solid 1px #636363;
}

/* *********************************************** */
/* kommentare */


#kommentare {
    margin-bottom: 30px;
}

#kommentaretrenner {
    width: 440px;
    padding: 3px 0 3px 10px;
    background: #ffed00;
    margin: 10px 0;
}

form p {
	border: 1px solid #666;
	display: block;
	height: 24px;
	position: relative;
	width: 248px;
}
 
form p span {
	display: block;
	height: 16px;
	left: 4px;
	position: absolute;
	text-indent: -5000em;
	top: 4px;
	width: 16px;
}
 
form #person {
    float: left;
    width: 258px;
}

form #captcha {
    float: left;
    width: 192px;
}

form #captcha p {
    width: 190px;
}

form #captcha p input {
    width: 150px;
}

form span.name {
	background: transparent url("../../images/user_gray.gif") no-repeat 0 0;
}

form span.email {
	background: transparent url("../../images/email.gif") no-repeat 0 0;
}
 
form span.captcha {
	background: transparent url("../../images/lock.gif") no-repeat 0 0;
}
 
form p input {
	background: #fff;
	border: none;
	height: 16px;
	line-height: 16px;
	position: absolute;
	right: 1px;
	top: 3px;
	width: 218px;
}
 
form p input:focus {
	background: #eee;
	outline: none; /* removing focus in safari */
}

form textarea {
    display: block;
    clear: both;
    width: 442px;
    padding: 3px;
    height: 96px;
	border: 1px solid #666;
    font-family: Arial,sans-serif;
    font-size: 100%;
}

form textarea:focus {
	background: #eee;
	outline: none; /* removing focus in safari */
}

form .submit {
    margin-top: 10px;
}


.comment {
    display: block;
    margin-top: 10px;
    width: 430px;
    background: #fffab2;
    padding: 10px;
}

.comment p {
    padding: 0;
    margin: 0;
    width: 420px;
    background: #fffab2;
}

/* *********************************************** */
/* rechts */

#rechts {
    float: left;
    width: 227px;
}

#rechts .box {
    clear: both;
    float: left;
    background: url("../../images/boxenrechts.gif") repeat-y;
    padding-right: 27px;
    padding-left: 42px;
    width: 158px;
}

#rechts .box li {
    margin: 0 0 8px 0;
    display: block;
    font-size: 70%;
    width: 158px;
	background: url("../../images/pfeilgelb.gif") no-repeat 0 1px;
    color: #636363;
    padding-left: 10px;
}

#rechts .box li a {
    color: #636363;
}

#kommentarhistorie {
    padding: 10px 27px 10px 42px;
}

#kommentarhistorie ul {
    margin-top: 14px;
}

#sponsorenspace {
    width: 207px;
    height: 247px;
}

#sponsoren {
    position: absolute;
    left: 755px;
    bottom: 40px;
    width: 207px;
    padding: 10px;
    text-align: center;
}

#sponsoren img {
    margin: 4px;
    vertical-align: middle;
}

/* *********************************************** */
/* fuss */

#fuss {
    clear: both;
    width: 976px;
    background: #ffed00;
    padding: 7px 0 7px 0;
    margin-top: 20px;
    height: 20px;
}

/* *********************************************** */
/* listen */

#artikel li	{
	background: url("../../images/pfeilgelb.gif") no-repeat 0 4px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}

#artikel ol 	{
	list-style-type: decimal;
	padding: 0 0 0 25px;
}

#artikel ol li	{
	background: none;
	padding: 0;
	margin: 0;
}

/* *********************************************** */
/* bilder */

/* *********************************************** */
/* formulare */

form	{
	margin: 0;
	padding: 0;
}

/* *********************************************** */
/* logo in der auflistung */

#logo_list {
	position:absolute; 
	left:400px;
	width: 350px;
	height:70px;
}

/* *********************************************** */
/* weblog index */

.weblog {
	width: 100%;
	margin: 0 0 30px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffed00;
	}

#artikel .weblog h2 {
	margin: 0;
	}

.weblog p {
	margin: 15px 0 15px 0;
	}

/* *********************************************** */
/* blogger */

ul.blogger {
	font-size: 175%;
	}
	
#artikel ul.blogger li {
	background: url("../../images/pfeilgelb.gif") no-repeat 0 6px;
	padding-left: 16px;
	}

hr {
	width: 100%;
	clear: both;
	border: 0;
	background: #ffed00;
	color: #ffed00;
	height: 0.0666em;
	margin: 1.5em 0 0.25em 0;
	}