body
{
	background: #F5F5F5 url("../images/bg.gif") repeat-y fixed left top;
	margin: 0; padding: 0;
}

#content
{
	padding-left: 70px;
	width: 860px;
	font: normal 12px "arial", "verdana", "helvetica", sans-serif;
	line-height: 150%;
	color: #333;
	text-align: justify;
}

h1 {
	font: normal 18px "arial", "verdana", "helvetica", sans-serif;
	color: #666;
	margin: 0;
	float: right;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	}


h2 {
	font: bold 12px "arial", "Helvetica", sans-serif;
	color: #333;
	margin: 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;	
	}

hr
{
	border: 1px #fff solid;
	height: 1px;
	width: 85%;
	clear: both;
	text-align: center;
	margin: 10px;
	margin-left: 70px;
}

a
{
	color: #fff;
	text-decoration: underline
}
a span { color: #333 }

label, input, select, textarea
{
	display: block;
	float: left;
	width: 150px;
	color: #333;
	margin: 2px;
	border: solid #fff 1px;
	background-color: #F5F5F5;	
}

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


textarea { width: 250px; }

form br  /* Alle Zeilenumbrüche in Formularen auswählen */
{
	clear: left;
}

label
{
	text-align: right; 
	padding-right: 1em; 
	width: 85px;
	border: none;
	background: none;
	font-weight: bold;
}

input:focus, textarea:focus
{
	border: solid #F5F5F5 1px;
	background: #fff url(../images/input_ani.gif) no-repeat left top;
}

.button
{
	background-color: #FFCD00;
	font-weight: bold;
}

.thumbnail, .news
{
	padding: 3px;
	background-color: #F5F5F5;
	border: 1px solid #fff;
	float: left;
	margin-right: 10px;
}
.news
{
	width: 197px;
	font-size: 11px;
	line-height: 155%;
	min-height: 355px;
}
.clientTable
{
	background-color: #ffffff;
	border: 3px solid #F5F5F5;
	width: 100%;
}
.clientRow
{
	vertical-align: middle;
	text-align: center;
}

ul
{
	margin-top: 0;
	padding-top: 0;
}
