body {
	margin: 0px;
	padding: 0px;
}
* {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
}

#container
{
	margin: 0px auto;
	margin-top: 15px;
	width: 700px;
	height: 400px;
}

#box_links {
	width: 181px;
	float: left;
}

#box_rechts {
	width: 519px;
	background-image:url(images/background_box.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	padding-bottom: 30px;
	position: relative;
	}

#banner {
	float: right;
	margin-right: 10px;
}
h1 {
	font-size: 26px;	
	color: #0C407A;
	font-family: arial;
	padding-left: 15px;
}
h2 {
	font-size: 15px;	
	color: #0C407A;
	font-family: arial;
	margin-bottom: 0px;
	margin-top: 0px;
}
.tekst {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 17px;
	color: #333333;
}
.ul_list {
	list-style-type: none;
	}
.ul_list li {
	line-height: 24px;
	border-left: 1px solid #0C407A;
	margin-top: 14px;
	padding-left: 10px;
}

.ul_list li a {
	text-decoration: none;
	color: #0C407A;
	font-size: 16px;
	font-weight: bold;
}

.ul_list li a:hover {
	color: #CC6666;
}

a {
	text-decoration: none;
	color: #0C407A;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #CC6666;
}
.klein {
font-size: 10px;
}
