/*
 * www.kornet.de
 * operated by mediastudios, www.mediastudios.info
*/

body {
	top:0px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#0770b0;
	background-image: url(img/bg.gif);
	background-position:-20px;
	background-repeat: repeat-x;
	font-size:14px;
	line-height:18px;
	text-align:left;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size:38px;
	line-height:38px;
}
h2 {
	font-size:24px;
	line-height:24px;
}
h3 {
	font-size:18px;
	line-height:18px;
	color:#66ccff;
}
#content {
	width:620px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:0px;
}
#header{
	width:580px;
	padding-top:0px;
	padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-bottom:1px dotted;
}
#footer {
	width:580px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-top:1px dotted;
}
.fltrt {
	float: right;
	padding-left: 10px;
}