body, td, p
        {
	color : black;
        font-style: normal;
        font-variant: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        }

.title
        {
	color : black;
        font-style: normal;
        font-variant: normal;
        font-family: arial, helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        }

.text
        {
	color : black;
        font-style: normal;
        font-variant: normal;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        }

.justify 
	{
	color : black;
        font-family: arial, helvetica, sans-serif;
        text-align:justify;
        font-size:12px;
        }

.selectedNav 
	{
        font-family: arial, helvetica, sans-serif;
        color: #0000ff;
        font-weight: bold;
        font-size: 12px;
        }
 
.normalNav 
	{
        font-family: arial, helvetica, sans-serif;
        color : #000055;
        font-weight: normal;
        font-size: 12px;
        }
 
.newsDate 
	{
	color : black;
        font-family: arial, helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        }
 
h1
	{  
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight :  bold;
	}
h2
	{  
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight :  bold;
	}
h3
	{  
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight :  bold;
	margin-right : 25px;
	}
		
h4
	{  
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}
	
h5 
	{
	color: White;
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	padding-top: 10px;
	padding-right: 5px;
	text-align : right;
	}

form, input, select	
	{
	margin-right : 0px;
	font-style: normal;
        font-variant: normal;
	color : black;
	font-family : helvetica, arial, sans-serif;
	font-size : 12px;
	}

strong
	{
	font-weight : bold;
	margin-right : 0px;
	font-style: normal;
        font-variant: normal;
	color : black;
	font-family : helvetica, arial, sans-serif;
	font-size : 12px;
	}

ul 
	{
	color : black;
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight :  normal;
	}
li 	
	{
	font-family : arial, helvetica, sans-serif;
	font-size: 12px;
	}

ol 	
	{
	margin-right : 25px;
	color : black;
	font-family : arial, helvetica, sans-serif;
	font-size : 14px;
	font-weight :  normal;
	margin-left :  0px;
	}

a:link
	{
	color : #000088;
	font-family : arial, helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	}

a:visited
	{
	color : #000066;
	font-family : arial, helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	}

a:hover
	{
	color : #3333ff;
	font-family : arial, helvetica, sans-serif;
	font-size : 14px;
	text-decoration : underline;
}

.episode
	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	}
.date
	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	}

.ecard
        {
	color : black;
        font-style: normal;
        font-variant: normal;
        font-family: arial, helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        }

/* Container f�r Bild und Bildnavigation */
#bild_rahmen
{
    text-align: center;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
    border: none;
}

/*f�r die Bildnavigation*/
#bildnavigation
{
        margin: 0 auto;
        text-align: left;
        vertical-align:middle;
        color: black;
        background:#c73838 url(../img/sonntags2/kalender_title.gif) no-repeat 50% 50%;
        border: 1px solid black;
        padding: 0.5em;
        height: 40px;
}

/* Container f�r das Bild */
#bild_main
{
            text-align: center;    /* Seiteninhalt wieder zentriert ausrichten */
            margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
            width: 90%;
            padding: 0.5em;
            border-bottom: 1px solid black ;
            border-top: 0px ;
            border-right: 1px solid black ;
            border-left: 1px solid black ;
}

/*for Links that should only be pictures */
a.hidden
{
    position:relative;
    top: 0;
    text-decoration: none;
    border:none;
}

a.hidden i { visibility: hidden; }

#left a.hidden
{
    float: left;
}
a#logo
{
    width: 200px;
    height: 130px;
    background: url(../img/sonntags2/logo.gif) no-repeat 60% 70%;
}

a#awf
{
    width: 70px;
    height: 29px;
    background: url(../img/built_with_awf.png) no-repeat 50% 50%;
}

#bildnavigation a.hidden
{
    width: 40px;
    height: 40px;
}

a#previous
{
    float: left;
    background: url(../img/sonntags_previous.png) no-repeat 50% 50%;
}

a#next
{
    float: right;
    background: url(../img/sonntags_next.png) no-repeat 50% 50%;
}

a.hidden:hover { border: none; }

/*Strukturbereiche definieren*/
div#main
{
    background-color:white;
    border: none ;
}

.left,
.right
{
    margin: 0.2em;
    text-align:center;
    padding: 0.2em;
    background-color:#eeeeee;

    border: 1px black solid;
}

#left
{
    float: left;
    width: 200px;
}

#right
{
    float: right;
    width: 200px;
}

#left p,
#right p
{
    text-align:center;
}

div#main div#content
{
    margin-left: 210px;
    border: none;
    background:yellow;
}

/*Ecards*/
#ecard
{
    border: 2px solid black;
    text-align: left;
}

#ecard #ecard_info
{
    margin: 0 auto;
    border-bottom: none;
    text-align: left;
}


#ecard div#bild_main
{
    float: left;
    position:relative;
    margin: 0 0;
    border: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*Wiwis*/
#wiws, #buechers {

}

#wiws ul, #archiv ul, #buechers ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#wiws li, #archiv li{
	text-align: center;
	vertical-align: middle;
	background:#EEEEEE none repeat scroll 0%;
	border-color:#DDDDDD rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
	border-style:solid;
	border-width:1px;
	display:inline;
	float:left;
	margin:10px;
	padding:5px;
	position:relative;
}

#wiwis *,#archiv *, #buechers *{
	vertical-align:middle;
}
#wiws a img , #archiv a img, #buechers a img{
 	border: none;
}

.wiw{
	background-color:white;
	margin:auto;
	padding: 1em;
	padding-top:2em;
	width:650px;
}

.buecher{
	background-color:white;
	margin:auto;
	padding: 1em;
	padding-top:2em;
}

#buechers li{
	text-align: center;
	vertical-align: middle;
	background:#EEEEEE none repeat scroll 0%;
	border-color:#DDDDDD rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
	border-style:solid;
	border-width:1px;
	display:inline;
	float:left;
	margin:10px;
	padding:5px;
	position:relative;
	height:200px;
	max-width:200px;
}

.wiw h3, .buecher h3{
	font-size: 20pt;
	text-align:center;
}

.wiw img , .buecher img{
	position: relative;
	float: left;
	margin-right:1em;
	margin-bottom:1em;
	padding:0;
	border: none;
}

.wiw p, .buecher p{
	margin:0;
	text-align: justify;
}

div#form-guestbook input,div#form-guestbook textarea{
	margin-left:1em;
	width:40em;
}

div#form-guestbook p{
	text-align:left;
	margin:0;
}

div#form-guestbook div{
	margin-top:1em;
}

div#form-guestbook{
	text-align:center;
	width:41em;
	margin:0;
	margin-top:1em;
	
}

div#form-guestbook input#send{
	width:10em;text-align:center;margin: 0 auto;
}
div#form-guestbook input#input__ec_s{
	width:18em;
}

div#captcha {
	width:37em;
}

#giselaktie {
	background-color:#f0f0f0;
	margin-left: 320px;
	margin-top: 3em;
	padding: 1em;
	text-align: center;
	width: 10em;
}


#giselaktie h1 {
	margin-top:0;
}
