@charset "utf-8";
h1
{
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

a
{
	color: #4bc1ec;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#nav, #logo
{
	margin: 0 -12px;
	width: 900px;
}

.shadows
{
	margin-left: -2px;
}

.button
{
	color: #fff;
	background: #00CCFF url(../images/b_next.gif);
	font-weight: bold;
	border: 1px solid #4bc1ec;
}

.button:hover
{
	background: #00CCFF url(../images/b_next_o.gif);	
}

ul li span
{
	list-style-type: none;
	margin: 0;
	padding-top: 10px;
	font-weight: normal;	
}

ul
{
	margin: 10px 10px;
}

li
{
	margin: 0 0; /*EDIT*/
}

p
{
	margin: 10px 0;
}

hr {
	margin: 30px 30px;
}

form
{
	margin: 0;
	padding: 0;
}

legend
{
	color: #333;
	font-weight: bold;
}

input, textarea, select
{
	width: 170px;	
	margin: 2px;
	border: solid #808285 1px;
	background-color: #F3F3F3;
	margin: 5px 0;
}

input[type="hidden"] /* funktioniert nicht im IE, der zu fixende Bug tritt aber auch im IE nicht auf */
{
	display: none;
	visibility: hidden;
}

textarea, select { width: 245px; }


label
{
	float: left;
	text-align: right; 
	padding-right: 1em; 
	width: 105px;
	border: none;
	font-weight: bold;
}

input:focus, textarea:focus, select:focus
{
	border: 1px solid #4bc1ec;
	background-color: #fff;
}

.smallText
{
	font-size: 10px;
	text-align: center;
}

#newsbox
{
	width: 350px;
	height: 400px;
	overflow: scroll;
	border: 1px solid #4bc1ec;
	margin: 20px;
	background-color: #fff;
	float: right;
}

.mb {
	text-align: center;
}

.thumb
{
	border: 0;
}

.newstext
{
	margin: 5px;
}

#newsbutton{
	position:absolute;
	right:60px;
	z-index:1;
}
#mainContent{
	position:relative;	
}
