@charset "utf-8";
/* CSS Document */

html {
  height:100%;
  }

body {
	height:100%;
	background:#666;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	padding:0px;
	margin:0px;
	}
.titel {
	font-size: 2em;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.2em;
	color:#000;
	padding:5px 0px 5px 0px ;
	margin:5px 0px 5px 0px ;
	}

p {
	font-size: 1em;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	line-height: 20px;
	}
	
a {color: #00C; text-decoration:none;}
a:visited {color:#000; text-decoration:none;}
a:active { color:#000; text-decoration:none;}
a:hover {color: #ff3333; text-decoration:none;}

a.email:link {color: #000; text-decoration:none;}
a.email:visited {color:#000; text-decoration:none;}
a.email:active { color:#000; text-decoration:none;}
a.email:hover {color: #ff3333; text-decoration:none;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 920px;
	padding:0px;
	margin: 0 auto;
	margin-top: 30px;
	min-height: 600px;
	background-color:#FFF;
	background-repeat:no-repeat;	
	} 
/* ----------content-------------- */
#content{
	position: relative;
	margin: 0px;
 	}

/* --------------links  ------------- */
#links {
	width:500px;
	min-height:600px;
	text-align:left;
	position:relative;
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
 	}
#links p {
	font-size:0.8em;
	line-height:1em;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 40px;
 	}

/* ----------mitte ----------------- */
#mitte {
	width:320px;
	min-height:560px;
	position:relative;
	float:right;
	margin:0px 0px 0px 0px;
	padding: 40px 10px 0px 20px;
 	}
	
#footer {
	clear:both;
	width:920px;
	background-color:#FFF;
	position:relative;
	margin:0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.7em;
	text-align:right
 	}
