div.site{
	top:5px;
	width:800px;
	margin:auto;
}
div.header{
	width:800px;
	height:120px;
	background-color:#778899;
	border-top:1px #191970 solid;
	border-bottom:1px #191970 solid;
	border-left:5px #191970 solid;
	border-right:5px #191970 solid;
	margin-bottom:10px;
}
div.content{
	width:770px;
	min-height:500px;
	background-color:#EEEEEE;
	border-top:1px #191970 solid;
	border-bottom:1px #191970 solid;
	border-left:5px #191970 solid;
	border-right:5px #191970 solid;
	margin-bottom:10px;
	padding:15px;
}
div.footer{
	width:770px;
	height:22px;
	background-color:#778899;
	border-top:1px #191970 solid;
	border-bottom:1px #191970 solid;
	border-left:5px #191970 solid;
	border-right:5px #191970 solid;
	margin-bottom:10px;
	color:#FFFFFF;
	text-align:right;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align:middle;
	font-size:10pt;
}
input[type="submit"]{
	background-color: #CCCCCC;
    border: 1px solid #000080;
    font-family: verdana;
    font-size: 9pt;
    padding: 2px;
}
div.Fehler{
	width:600px;
	color:#FF0000;
	font-size:18pt;
	margin:15px;
}
div.erfolg{
	width:600px;
	color:#00CC00;
	font-size:18pt;
	margin:15px;
}
body{
	color:#808080;
	font-family:Arial;
	overflow:scroll;
}
h1{
	text-decoration:underline;
	font-size:18pt;
	font-weight:900;
}
img{
	border:none;
	text-decoration:none;
}
div.optional{
	font-size:9px;
	float:right;
}
div.optionalLeft{
	font-size:9px;
	float:left;
}
pre{
	font-family:Arial;
}
input[type=text].title{
	width:300px;
}
input.captcha, img.captcha, div.captcha{
	margin-left:15px;
	left:10px;
}
img.captcha{
	margin-top:10px;
}
a.button{
	background-color:#CCCCCC;
	border:#000080 1px solid;
	color:#000000;
	text-decoration:none;
	padding:3px;
}
div.ILike{
	top:134px;
	left:127px;
	position:relative;
	float:right;
}
iframe.ILike{
	border:none; 
	overflow:hidden; 
	width:200px; 
	height:65px;
	font-family:Arial;
}
a{
	color:#808080;
	font-family:Arial;
}