@charset "utf-8";

/* _____________________________________________________________________________
	
	LAYOUT STYLE SHEET    C-MMM.DE
   _____________________________________________________________________________
	
	author   : Christa Mitterer - http://www.c-mmm.de/
	copyright: (C)2006 c-mmm.de
      last modified: 2009-02-03
	Validation:
	http://jigsaw.w3.org/css-validator/validator?uri=http://www.c-mmm.de/ 
   __________________________________________________________________________

   	GENERAL SETTINGS - zweispalter links relativ
   __________________________________________________________________________ */

html, body {
	margin: 0;
	padding: 0;
	}
		
body {
	background-color: #fff; /*testfarben:#E1E1E1 #60606F, 60707F !, 50505F, 5F6060, 708F9F,6F8090*/
	color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 101%;
	text-transform: lowercase;
	text-align: center;/*fuer IE_quirks*/
	padding-bottom: 15px;
	}	
/* _____________________________________________________________________________

   	SET ALL TO 0 
   __________________________________________________________________________ */

h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
	}
/* _____________________________________________________________________________
	
   	HEADINGS
	__________________________________________________________________________ */

h1, h2, h3, h4 {
	margin: 0px 0px 20px 0px;
	}

h1 {
	border: 2px dotted #999;
	margin-top: 30px;
	padding: 2px;
	background-color: #f0f0f0;
	color: #a00;
	font-size: 110%;
	letter-spacing: 1pt;
	}
/* _____________________________________________________________________________
	
   	MAINBOXES
	__________________________________________________________________________ */

#wrapper {
	position: relative;
	margin: 10px 10%;
	background-color: #fff;
	color: #000;
	border: 2px dotted #00324C;   /*testfarben: #004465,00324C, 80A0B0*/
	text-align: left;/*Aufheben von IE_quirks im BODY*/
	}
	
	#content {
	/*background-color: #fff;*/
	color: #000;
	margin: 0px 0px 0px 220px;
	padding: 0px 50px 20px 0px;
	border: 1px solid #Fff; /* noetig fuer IE */
	}
/* _____________________________________________________________________________
	
   	TEXTE
	__________________________________________________________________________ */

#content p{ 
	font-size: 80%;
	line-height: 150%;
	margin: 7px 0px 8px 0px;
	}
/* _____________________________________________________________________________
	
   	LINKS
	__________________________________________________________________________ */

#content a {
	font-size: 90%;
	text-decoration: none;
	padding: 0px 2px 1px 12px;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	background-color: #f0f0f0;
	color: #600;
	}

#content a:hover{
	color: #f00;
	}

#content .ohne a {
	border: 0;
	padding: 0px;
	
	}
/* _____________________________________________________________________________
	
   	HEADER - FOOTER
	__________________________________________________________________________ */

.header {
	position: relative;
	background: #fff url('../_images/header.png') no-repeat;
	height: 100px;
	padding: 5px;
	margin-bottom: 2px;
	}

#header {
	position: relative;
	background:#fff url(../_images/header.png) no-repeat center center;
	height: 370px;
	/*border-top: 10px solid #fff;	anstatt padding-top 10px, weil IE das nicht macht*/
	margin-bottom: 10px;
	}

#footer {
	background: #fff url('../_images/footer-w.jpg') no-repeat right;
	height: 100px;
	margin: 50px 5px 5px 0;
	border-left: 140px solid #fff; 
	border-bottom: 10px solid #fff; /*anstatt padding-bottom 10px, weil IE das nicht macht*/
	}	
/* _____________________________________________________________________________
	
   	MENUE
	__________________________________________________________________________ */

#menue {
	/*float: left;*/
	position: absolute;
	top: 365px;			/*menueabstand nach oben*/
	left: 20px;
	padding: 20px 8px;
	width: 160px;
	height: 52em;		/*menue-laenge*/
	background-color: #ccc;
	color: #000;
	border: 1px dotted #999;
	}

#menue a { 
	text-decoration: none;
	display: block;
	margin: 2px 0px;
	padding: 3px 3px 3px 5px;
	background-color: #f0f0f0;
	color: #222222;
	font-size: 70%;
	border: 1px solid #999;
	}

#menue a:hover {
	background-color: #E9E9E9; /* farbtest #DFE0E0, E0DFE0, E0DFDF!, */
	color: #a00;
	}

#menue a.abstand {
	margin-bottom: 35px;
	}

#menue a.rot {
	font-weight: bold;
	color: #A0706F;
	border-bottom: 1px solid #a00;
	border-right: 2px solid #a00;
	}

div.rot {
	text-decoration: none;
	display: block;
	margin: 2px 0px;
	padding: 3px 3px 3px 5px;
	background-color: #f0f0f0;
	color: #222222;
	font-size: 70%;
	border: 1px solid #999;
	font-weight: bold;
	color: #A0706F;
	border-bottom: 1px solid #a00;
	border-right: 2px solid #a00;
	}

#menue #top1 {
	position: absolute;
	bottom: 5px;
	left: 25px;
	color: #A0706F;
	border-bottom: 1px solid #a00;
	border-right: 2px solid #a00;
	}

#menue a:hover#top1  {
	background-color: #E9E9E9; 
	color: #a00;
	}

.pagerank {
	display: none;
	}

#farbe {
	text-align: left;
	margin-top: -0.3em;
	padding-left: 100px;
	color: #E9E9E9;
	}
/* _____________________________________________________________________________
	
   	OTHERS
	__________________________________________________________________________ */

.invis, hr {
	display: none;
	}

img {
	border: none;
	}

#top2 {
	font-size: 0.9em;
	text-align: right;
	}
/* __________________________________ END ___________________________________ */

