/* CSS Document */

/* Globale Styles */

* {
	margin: 0px;
	padding: 0px;
	}

html, body {
	/*height: 100%;*/
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	background: #F9F9F7 url('../pics/bg1.jpg') repeat-x;
	}

img {
	border: 1px solid #003366;
	margin-bottom: 10px;
	}

#neu {
	color:#CC0000;
	font-weight: bold;
	}

a {
	text-decoration: underline;
	color: #003366;
}

a:hover {
	text-decoration: none;
}

a:link { 
	text-decoration: underline; 
	}

a:visited { 
	text-decoration: underline; 
	color: #666666;
	}

#rahmen {
	/* height: 99%; */
	position: relative;
/*	height:100%; */
	min-height: 101%;
	width:970px;
	margin:0 auto;
	background-color: #F7F1E6; /*#f7f7df; */
	border: 1px solid #003366;
	border-top: 0px;
}

/* **** Header Bereich **** */

#header {
	height:110px;
	background: url(../pics/title.jpg) top left no-repeat; */
}


#picture {
	height:180px;
	width:100%;
	background: url(../liz_990.jpg) top left no-repeat;
}

#menu {
	height:30px;
	width:100%;
	z-index:10;
	background-color:#003366;
	font-size:16px;
	}

#menu ul {
	margin:0 50px 0 50px;
	}

#menu ul li a {	
	display: block;
	list-style: none;
}

#menu li {
  	float: left;
  	width: 145px;
	height:30px;
	line-height: 30px;
	display: inline;
	text-align: center;
}

#menu li a {
	margin:0 1%;
	text-decoration: none;	
}

#menu li a:hover {
	text-decoration: underline;
	color: #003366;
	background: #F7F1E6;
}


#menu a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
#menu a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}

/* ***** Content Bereich **** */

#content {
	padding: 20px 35px 50px 35px;
	margin: -1px;
	background: url(../pics/schatten-unten.gif) top repeat-x;
	background-color: #F7F1E6;
	border: 1px solid #003366;
	border-top: 0px;
	border-bottom: 0px;
	display: block;
	}

#content h1 {
	font: 30px bold Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	}
#content h2 {
	font: 16px normal Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	}
#content h3 {
	font: 14px bold Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	}

#linke-spalte {
	float: left;
	display: block;
	width: 250px;
	}

#rechte-spalte {
	padding-bottom: 10px;
	float:right;
	display: block;
	width: 600px;
	}

/* ***** Footer Bereich ***** */

#footer {
	clear:both;
	bottom: 10px;
	display:block;
	font-size: 12px;
	color: #003366;
	height: 30px;
	margin-left: 35px;
	padding-top: 10px;
	width: 900px;
	background: #fff url('../pics/footer-bg.gif') repeat-x;
	background-color: #F7F1E6;
	}
	
#footer .left {
	left: 35px;
	position:absolute;
	}

#footer .right {
	right: 35px;
	position:absolute;
	}
