/* CSS Document */
* 	{
	margin: 0;
	padding: 0;
	}

body {
	background-color: #CCCCCC;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 100%;
	width: 100%;
	text-align:center;
	 }


#content {
	width:900px;
	background-color:#FFF;
	height: 101%;
	text-align: justify;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border: thin ridge #666666;
	}

#text	{
	position:relative;
	left:100px;
	margin-top:15px;
	margin-bottom:15px;
	width:600px;
	}
	
#wenigtext	{
	position:relative;
	left:150px;
	margin-top:15px;
	margin-bottom:15px;
	width:600px;
	}

a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #333333;
}

a:hover {
	background-color: #CC0000;
	color: #999;
}

table a img {
	border: 1px;
	border-style: groove;
		}	
		
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background: transparent;
	color: #993333;
	line-height: 40px;
	}

ul {
	margin-left:25px;
	list-style-type: circle;
	list-style-position: outside;
	}

p {
	padding-bottom: 8px;
	}
	
#logo {
	position:relative;
	left:15px;
	top:10px !important;
	top:12px;
	width: 130px;
	}
	
#navi {
		position:relative;
		top: -7px;
		left: 145px;
		color: #333333;
		display: inline;
		}
	
#impress {
	position:relative;
	left:550px;
	top:45px;
	height: 25px;
	width: auto;
	color: #333333;
	}

#werb {
	position:relative;
	width: 300px;
	left:175;
	top: 15px;
	}

