@charset "utf-8";
/* CSS Document */

body {
	background:url(images/background.png) repeat-y #CCC center;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	width:965px;
	margin:auto;
}

#header {
	margin:0px;
	margin-bottom:30px;
}

#content {
	padding:30px;
}

.row0 {
	background-color:#e6e6e6;
}

.row0:hover {
	background-color:#fdb547;
}

.row1 {
	background-color:#cacaca;
}

.row1:hover {
	background-color:#fdb547;
}

a:link {
	color:#000;
	text-decoration:underline;
}
a:visited {
	color:#000;
	text-decoration:underline;
}
a:active {
	color:#000;
	text-decoration:underline;
}

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

.titel {
	font-size:16px;
	font-weight:bold;
	color:#fe8b00;
}

.infoBox {
	width:680px;
	margin:auto;
	margin-top:30px;
	padding:10px;
	border:#fe8b00 solid 1px;
}