* {
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background: #FFF url( 'images/background.gif' ) repeat;
	font-family: Arial;
	font-size: 12px;
	color: #808080;
}

#bg {
	background: url( 'images/background2.png' ) repeat-x;
	height: 230px;
}

#container {
	margin: 0 auto;
	width: 900px;

}

#logo {
	background: url( 'images/logo.png' ) no-repeat bottom;
	width: 197px;
	height: 32px;
	padding-top: 74px;
	text-indent: -999999px;
}

#left {
	float: left;
	width: 600px;
	margin-bottom: 20px;
}

#left .titel {
	background: url( 'images/transbg.png' ) repeat;
	width: 600px;
	height: 60px;
	margin-top: 20px;
}

#left  .titel_rechts {
	float: right;
	margin: 20px 21px 0 0;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}

#left .text {
	width: 560px;
	background: #FFF;
	padding: 20px;
}

#left h2 {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin: 20px 0 0 21px;
}

#right {
	float: right;
	width: 260px;
	margin: 0 0 0 40px;
}

#right .titel {
	background: url( 'images/transbg.png' ) repeat;
	width: 260px;
	height: 45px;
	margin-top: 20px;
}

#right .text {
	width: 220px;
	background: #FFF;
	padding: 20px;
}

#right h2 {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin: 15px 0 0 21px;
}

#right ul {
	list-style-type: none;
	border-top: 1px solid #d9d9d9;
}

#right li {
	padding: 5px;
	border-bottom: 1px solid #d9d9d9;
}

.copyright {
	background: url( 'images/transbg.png' ) repeat;
	width: 579px;
	height: 40px;
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	padding: 20px 0 0 21px;
}

a, a:hover, a:visited {
	color: #8c8c8c;
	text-decoration: none;
}

td {
	padding: 10px;
}

tr.top {
	background: #c7c7c7;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}

tr.grey {
	background: #ebebeb;
}

input, textarea {
	border: 1px solid #c7c7c7;
	padding: 2px;
}