/**
 * Style sheet xBasic
 */
.bloglist
{
	left:35%;
	position:absolute;
	float:right;
	margin-right:20px;
	padding-bottom:50px;
}

.newslist
{
	left:0px;
	position:absolute;
	<!--[if IE 6]-->
	  position:relative;
	<!--[endif]-->
}

#main
{
	margin-bottom:25px;
	padding:5px;
}

/* header farbe */
#header
{
	height:125px;
	padding:10px;
	background-color:#ff3333;
}

/* footer */
#footer
{
	width:100%;
	height:30px;
	bottom:0px;
	left:0px;
	position:fixed;
	float:none;
	text-align:center;
	background-color:#ff3333;
}

body
{
	margin:0px;
	padding:0px;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Verdana, sans-serif;
	color:#000000;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	color:#000000;
}

h1, h2, h3, h4, h5, h6
{
	font-size:18px;
	color:#000000;
}

img
{
	border:0px;
}

p, pre, form
{
	width:60%;
	margin:0px;
	padding:0px;
	font-size:12;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:20px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

a
{
	text-decoration:none;
	color:#0099ff;
}

a:hover
{
	text-decoration:underline;
}

