/*++++++++++++++++++++++++++++++ position +++++++++++++++++++++++++++++++++++++++++++ */
#eye{
	position: absolute;
	top:0px;
	left:0px;
	width:170px;
	height:120px;
	overflow:hidden;
	text-align: left;
	color:#ffffff;
}
#navigation{
	position: absolute;
	top: 140px;
	left: 0px;
	width: 170px;
	/* height: 340px; */
	overflow:hidden;
	text-align:left;
	color:#ffffff;
}
#slogan{
	position: absolute;
	top: 0px;
	left: 180px;
	width:680px;
	height:120px;
	overflow:hidden;
	text-align:center;
	color:#ffffff;
}
#content{
	position: absolute;
	top: 130px;
	left: 180px;
	width: 680px;
	/* height:600px; */
	overflow: hidden;
	text-align: left;
	color:#000000;
	/* background-color: red; */
}
#footer{
	position: absolute;
	bottom: 20px;
	width:980px;
	height:20px;
	overflow:hidden;
	color:#000000;
	display:none;
}
/*++++++++++++++++++++++++++++++++++ html-tags ++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	background-image: url(images/jpg/bodybg.jpg);
	background-repeat: repeat-y;
}
p{
	margin:0px 0px 10px 0px;
}
table{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}
h1{
	font-size: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}
h2{
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}
h3{
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	color:#000000;
}
h4{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
}
b{
	font-weight: bold;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: brown;
	text-decoration: none;
}
a:hover{
	color: brown;
	text-decoration: underline; 
}
img{
	border: none;
}
fieldset{
	padding: 10px;
	border: 1px;
	border-style: solid; /* dashed; */
	border-color: green;
}
legend{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-decoration:none;
	color:#000000;
}

/*+++++++++++++++++++++++++++++++++ classes +++++++++++++++++++++++++++++++++++++++++++++++++++*/

.input{
	background-color: white;
	height:16px;
	border: 1px;
	border-style: solid;
	border-color: black;
	vertical-align: middle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.space_h{
	width:980px; /* muss evtl. von 980 auf n verkürzt werden !! */ 
	height:2px;
	overflow:hidden;
	float:none;
	background-color:#ffffff;
}
.space_v{
	width:2px;
	height:100px; /* muss jedes mal am tag gesetzt werden !! */
	overflow:hidden;
	float:left;
	background-color:#ffffff;
}
.slogan{
	margin-top:6px;
	color:#ffffff;
}
.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;	
}
.footer{
	margin-top:4px;
	font-size: 10px;
	color:#ffffff;
}
/*+++++++++++++++++++++++++++++++++ links und navi ++++++++++++++++++++++++++++++++++++++++++++++*/
a.navigation{
	color:#000000;	
	text-decoration: none;
}
a.navigation:hover{
	text-decoration: underline;
}
a.footer{
	font-size: 10px;
	color:#ffffff;
	text-decoration: none;
}
a.footer:hover{
	text-decoration: underline;
}
