/*html-tags*/
body, td {
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #FFF;
}
b {
	text-decoration: overline;
	font-size: 12px;
}
a {
	color: #FFF;
	border-color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-color: #333;
}
input, textarea {
	width: 190px;
	color: #FFF;
	background: none;
	font-family: Verdana, Arial;
	font-size: 10px;
	border: 1px solid #FFF;
}

/*css-divs*/
#field {
	position: absolute;
	width: 100%;
	height: 500px;
	top: 50px;
	left: 0px;
	background-color: #339;
	z-index: 0;
}
#franka {
	position: absolute;
	top: 15px;
	left: 460px;
	height: 31px;
	width: 442px;
	background: no-repeat url('../images/title.gif') 0px 0px;
	z-index: 1;
}
#images {
	position: absolute;
	height: 550;
	width: 350px;
	top: 46px;
	left: 100px;
	text-align: center;
	z-index: 2;
}
#white {
	position: absolute;
	height: 550;
	width: 430px;
	top: 46px;
	left: 30px;
	background-color: #FFF;
	z-index: 1;
}
#image {
	position: absolute;
	top: 50px;
	left: 15px;
	height: 460px;
	width: 460px;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}
#form {
	position: absolute;
	height: 385px;
	width: 368px;
	top: 96px;
	left: 550px;
	margin-bottom: 20px;
	padding: 3px;
	border-bottom: 1px solid #FFF;
	border-left: none;
	border-right: none;
	border-top: none;
	overflow: auto;
	z-index: 1;
}
#title {
	position: absolute;
	right: 30px;
	font-size: 10px;
	z-index: 1;
}
#disclaim {
	position: absolute;
	top: 552px;
	left: 460px;
	font-size: 9px;
	font-family: Verdana;
}
#disclaim a {
	text-decoration: overline;
	color: #333;
}
#menu {
	position: absolute;
	width: 300px;
	top: 535px;
	left: 100px;
	color: #333;
	z-index: 2;
}
#menu a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#images div.float {
	float: left;
	margin: 0px;
	padding: 5px;
}
