@charset "utf-8";
html,body
{
  
  background-image: url(pics/bg_blue.png);
  background-repeat: repeat-x;
  
}
body
{
  font: 100% Georgia,sans-serif;
  text-align:center
}


P.start
{
position:absolute;
left:250px;
top:100px;
}
P.footer

{
  color: #0055FF;font:15px Georgia,sans-serif;
}
P.klein
{
	font-size: 15px; 
	font-family: Arial,sans-serif;
	margin:0 10px 10px;
	color: #0055FF
	}

a
{
  display:block;
  color: #006;padding:10px;
}

A.link
{
	color: blue;
    font:15px Georgia,sans-serif;
  
}

DIV.pics img {
 
 border: 5px  #C6DFFF;
 border-style:outset;
 cursor: pointer;
 }

.arrowgreen
{
	width: 150px; /*width of menu*/
	height:700px;
	border-style: solid solid none solid;
	border-width:0px;
	float:left;
	
}

.arrowgreen ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen ul li
{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(pics/arrowblue.gif) 100% 0;
	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	cursor: pointer;
	color:#0055FF;
}	
	
.arrowgreen ul li:link, .arrowgreen ul li:visited 
{
	color: #0055FF;
	
}


.arrowgreen ul li:hover
{
	color: #000000;
	background-position: 100% -32px;
}

.arrowgreen ul li:active
{
	color: #0055FF;
	background-position: 100% -64px;
}

.arrowgreen ul li .selected
{
	color: #0055FF;
	background-position: 100% -64px;
}

#home 
 {
	float:left;
	cursor: pointer;
	
}


div#start h1{font: 70px Georgia,sans-serif;color:#0000FF; text-align:center;height:100px;line-height:200px;margin:0;}
div#header{position:relative;}
div#header h1{font-family: Arial, sans-serif;font-size:70px;text-align:center;height:110px;line-height:80px;margin:0;
	padding-left:100px;color: #0055FF; background-image: url(pics/bg_blue.png);
	background-repeat: repeat-x;}
div#header a{position:absolute;right:0;top:23px}
div#container{text-align:left}
div#content p{line-height:1.4}
div#arrowgreen{}
div#extra{color: #0055FF;text-align:left;width:100%}
div#footer{color: #0055FF}
div#footer p{color: #0055FF;margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #000000}
div#home {background-color: #3186DB}
div#navigation{float:left;width:150px;height:700px}
div#container{width:900px;margin:0 auto}
div#content{background-image: url(pics/bg_lightblue.png);
  background-repeat: repeat-x;float:right;width:750px}







