/* CSS Document */

body {
	background-color: #CCFFFF;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 12px;
  	  margin: 0px;
}

a:link {
		color: #003300; 
		text-decoration: none; 
		background-color: #2299FF;;
}

a:visitet {
		color: #000000; 
		text-decoration: none; 
		background-color: #2299FF;
}


a:active {
		color: #ff33FF; 
		text-decoration: #2299FF; 
		background-color: #ffffFF;
}

h1:link {
		font-weight: bold;
		text-decoration: none;
		border-bottom: solid 12px transparent;
		valign: top;
		padding: 0 4px 0 4px;
	}
		
h1:hover	
	{color: #ffffff;
	text-decoration: none;
	background-color: #2299FF;
	border-bottom: #ffffFF 10px solid;
	}
	
h1 {font-size: 34px;
	background-color: #2299FF;
	border: 1px gepunktet #660033;
	line-height: 50px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	border: 1px gepunktet #660033;
	top: 0px;
	valign: top;
	}


	
h2 {
	text-indent: 5px;
}	


h2:link {
	font-weight: bold;
	text-decoration: none;
	border-left: solid 10px transparent;
	valign: top;
	padding: 0 4px 0 4px;
	}
		
h2:hover	
	{
	text-decoration: underline;
	background-color: #2299FF;
	border-left: #ffffFF 12px solid;
	}
	

h2 {font-size: 14px;
	background-color: #2299FF;
}


h3 {font-size: 14px;
	text-indent: 5pt;
	background-color: #2299FF;
	valign: top;
	}
	
h4 {font-size: 14px;
	background-color: transparent;
	text-indent: 5pt;
	valign: top;
	}
	
table {
	font-size: 12px;
	background-color: #99FF66;
	text-align: left;
	
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	margin-top: 1px;
	border-top-width: dünn;
	left: 0px;
	top: 0px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: 500;
	font-variant: normal;
}
p {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #333333;
	margin: 3px;
}
  /* Dient zur Einmittung der ganzen Site
_______________________________________*/

#box
	{
	position: relative;
	z-index: 0;
	width: 750px;
	height: 405px;
	top: 0px;
	margin: 0px auto 0px 1%;
	padding: 0px;
	border: solid 1px #cce5ff;
	background-color: transparent;
	visibility: invisible;
	}
  
/* i-frame
______________________________________*/	
#eye
	{
	position: absolute;
	z-index: 1;
	top: -21px;
	left: -7px;
	width: 745px;
	height: 400px;
	background-color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
	border: solid 1px #cce5ff;
	visibility: visible;
	}
	#eye-projekt
	{
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 5px;
	width: 745px;
	height: 400px;
	background-color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
	border: solid 1px #cce5ff;
	visibility: visible;
	}
