@charset "utf-8";
/* CSS Document */

#start{
background-color: #FFF; 	
}

#wrap {
margin: 0;
padding: 0;
position: absolute;
width: 760px;
height: 600px;
top: 50%;
left:50%;
margin-top: -300px;
margin-left: -380px;
}

#header{
margin: 0;
padding: 0;
width: 760px;
height: 81px;
background-image: url(images/header.gif);
background-repeat:no-repeat;
}

#navigation{
margin: 0 0 0 0;
padding: 0;
width: 760px;
height: 26px;
background-color: #EFEBEB;
}

#navigation ul{
margin: 0 0 0 0;
padding: 0 0 0 90px;
height: 26px;
list-style: none;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

#navigation ul li{
margin: 0 0 0 35px ;
padding: 5px 0 0 15px;
background-color: #EBEBEB;
list-style: none;
float: left;
color: #333;
background-image: url(images/links_bg.gif);
background-repeat: no-repeat;
}

#navigation ul li a{
margin: 0 0 0 0 ;
padding:0 0 0 0;
list-style: none;
text-decoration: none;
height: 26px;
color: #333;
}

#navigation ul li a:hover{
margin: 0;
padding:0;
list-style: none;
color: #F90;
text-decoration: underline;
}

#content {
margin: 0;
padding: 0;
float: left;
background-image: url(images/content_bg.jpg);
background-repeat: no-repeat;
width: 760px;
height: 495px;
overflow-y: scroll;
}


#start #wrap #content h1 {
margin: 0;
padding: 50px 0 0 215px;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
color: #F90;
}

#start #wrap #content p {
	margin: 0;
	padding: 60px 0 0 245px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	font-weight: bold;
}

#start #wrap #content #formular {
margin: 10px 0 0 180px;
padding:0 0 0 60px;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #C60;
}
#start #wrap #content form {
margin: 10px 0 0 240px;
padding:0 0 0 60px;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #C60;
}
