/* undohtml.css															*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved.						*/
/* http://creativecommons.org/licenses/by/2.0							*/
/* This style sheet is licensed under a Creative Commons License.		*/
/* Purpose: undo some of the default styling of common (X)HTML browsers	*/

/* link underlines tend to make hyper less readable, because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul, ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
h1,h2,h3,h4,h5,h6 { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/**********************************************************************************************************************************/

body
{
font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size: 101%;
text-align: center; /* fuer IE_quirks */
font-weight: normal;
color: #004A70;
background: #fff url(../bilder/design/bg_main.gif) top left repeat-y;
}


#wrapper {
position: relative;
width: 100%; /* fuer IE */
color: #000;
text-align: left; /* Aufheben von IE_quirks im BODY */
}

#header {
background: #e85466 url(../bilder/design/kofpbild_frauen.jpg)  20px 0px no-repeat;
overflow:visible;
height:90px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/*
background: #FFF2D2; url(../img/teaser.jpg)  no-repeat;*/

text-align:left;
}

#menu1
{
overflow:visible;
display:block;
/*margin-top:1px;*/
border-top:solid 1px #FFFFFF;
border-bottom:solid 1px #FFFFFF;
/*border:solid 1px #FFFFFF;*/
padding: 0px 0px 0px 20px;
text-align:left;
background-color: #C6202B;
line-height:30px;
font-size: 80%;
}

#menue {
	margin: 0px 0px 0px 20px;
	padding: 0;
	position: absolute;
	left: 0;
	width: 178px;
	background-color: #C6202B;
	border-top: 0px solid #fff;
	border-left: 1px solid #fff;
	color: #000;
}

#content {
color: #000;
margin: 0px 200px 0px 200px;
padding: 20px 20px 20px 20px;

}


/*	Nur für die Schnappschuss Seite, damit der IE es auch checkt...	*/
#content_foto {
color: #000;
width:100%;
margin:0;
padding:0;
}


/*********************************************************************/

#teaser {
	position: absolute;
	margin: 10px 15px 0px 0px;
	padding: 0;
	top: 121px;
	right: -1px;
	width:168px;
	background-color: #fdebef;/*#FFECDA;*/
	color: #004A70;
	height: 98px;
}



#bottom {
margin: 30px 0px 0px 0px;
padding: 10px 0px 0px 0px;
border-top: 1px solid #B3072F;
font-size: 90%;
color:#B3072F;
clear:both;
}

#bottom p{
color:#B3072F;
}

/*		Tabelle		*/

table
{
width:auto;
background-color: #B3072F;
padding: 0; 
margin:10px 0px 10px 0px;
text-align: left;
font-size:80%;
}

th
{	
background-color:  #da6e75;
padding:2px 10px;
}
tr
{
background-color: #fff;
}

td
{
/*background-color: #fff;*/
padding:2px 10px;
}

tr.zweite
{
background-color: #fde7e8;
}
