/******************************************************/
/* SEB-fvt Theme                                      */
/*                                                    */
/* Theme by Claus-Georg Nolte                         */
/* http://www.cgn-web.de                              */
/* Stand: 09.07.2009                                  */
/******************************************************/

body {
	margin:0px;
	padding:0px;
	color:#000000;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

a:link {
	color:#ff5500;
	text-decoration:none;
}
a:hover {
	color:#ff5500;
	text-decoration:underline;
}
a:visited {
	color:#ff5500;
	text-decoration:none;
}
a:active { 
	color:#ff5500;
	text-decoration:none;
}

h1 {
	color:#ff5500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:normal;
	text-decoration:none;
}
h2, h3, h4, h5 {
	color:#ff5500;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

/* +++++++++++++++++++++ Main Divs +++++++++++++++++++++ */
#page {
	position:absolute;
	left:50%;
	margin:5px 0px 0px -389px;
	background:#FFFFFF;
	border:1px solid #ffe1c9;
	width:778px;
	position:absolute;
	padding:0px;
}
#header {
	width:560px;
	height:224px;
	background:url(img/header.jpg) no-repeat top;
	margin:0px 0px 0px 0px;
	float:left;
}
#header h1 {
	top:-100px;
	font-size:0.1px;
	color:#000000;
	position:absolute;
}
/* +++++++++++++++++++++ Navigation +++++++++++++++++++++ */
#navi {
	width:208px;
	height:400px;
	background:url(img/title.jpg) no-repeat top;
	margin:0px 0px 0px 0px;
	padding:118px 10px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	overflow:hidden;
	float:left;
}
* html #navi {
	padding:130px 10px 0px 0px;
} 
#navi ul {
	margin-top:0px;
}
#navi p {
	margin:0px;
	padding:0px;
}
#navi li {
	list-style:none;
}
#navi li a:link {
	color:#000000;
	display:block;
	height:20px;
	width:100px;
	border:1px solid #FFFFFF;
	margin-left:63px;
	padding-right:4px;
	text-decoration:none;
}
#navi li a:hover {
	text-decoration:underline;
}
#navi li .active {
	color:#000000;
	display:block;
	height:17px;
	width:100px;
	background:#ffead9;
	border:1px solid #ffb67a;
	margin-left:63px;
	padding-right:4px;
	text-decoration:none;
}
#navi li a:visited {
	color:#000000;
	text-decoration:none;
}

/* +++++++++++++++++++++ Content +++++++++++++++++++++ */
#content {
	width:540px;
	margin:25px 10px 10px 0px;
	overflow:hidden;
	float:left;
}
p {
	padding-left:0px;
	padding-bottom:10px;
}
/* +++++++++++++++++++++ Typolight +++++++++++++++++++++ */
.clear {
	height:0.1px;
	overflow:hidden;
	font-size:0.1px;
	line-height:0.1px;
	clear:both;
}
.invisble {
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}
.formbody label {
	display:block;
	width:170px;
	margin:10px 10px 5px 0px;
}
.submit_container {
	margin:10px 10px 10px 0px
}
.caption {
	font-size:8px;
	color:#666666;
	text-align:center;
}
