html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	color:#000000;
}

.small {
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

a:link, a:active, a:visited {
	color: #248db0;
	text-decoration:none;
}

a:hover {
	color: #16B4E9;
	text-decoration:none;
}

#banner {
	position:relative;
	background:url('../img/page/banner/banner.jpg');
	background-repeat:no-repeat;
	width:990px;
	height:175px;
	left:50%;
	top:0px;
	margin-left:-495px;
}

#contentFrame {
	float:left;
	position:relative;
	top:5px;
	left:50%;
	margin-left:-496px;
	width:633px;
}

#naviFrame {
	position:relative;
	top:5px;
	left:50%;
	margin-left:142px;
	width:354px;
}

#footerBG {
	clear:both;
	position:relative;
	width:100%;
	left:0px;
	top:20px;
	height: 108px;
}

#footer {
	clear:both;
	position:relative;
	background:url('../img/page/footer.gif');
	background-repeat:no-repeat;
	width:990px;
	left:50%;
	margin-left:-495px;
}

input {
	font-size:11px;
	color:#AEAEAE;
}

textarea {
	font-size:11px;
	color:#AEAEAE;
	font-family: Verdana;	
}

.seitenanzeige {
	font-size:11px;
}

#twitter {
	position:relative;
	background:url('../img/page/banner/twitter_sidebar.jpg');
	background-repeat:no-repeat;
	width:354px;
	height:106px;
	left:1px;
	top:15px;
	margin-bottom:10px;
	cursor: pointer;
}

#lastTweet {
	position: relative;
	width: 349px;
	height: 21px;
	top: 81px;	
	left: 6px;
	color: #0B79B4;
	line-height: 10px;
}

#lastTweetDate {
	position: relative;
	width: 342px;
	height: 20px;	
	left: 6px;
	top: 45px;
	color: #ffffff;
	text-align: right;
}
