/* eine id, darf nur einmal im HTML Dokument auftauchen */

body {
	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #ffffff;
}

#wrapper {
	height: 600px;
	width: 810px;
	margin: 0 auto;
	font-size:14px;
}

#main {
	width:100%;
	height: 507px;
	background-image: url(../img/bg_weboberflaeche.jpg);
	margin-top: 10px;
}

#topic {
	position: absolute;
	height: 100px;
	width: 755px;
	top: 120px;
	margin-left: 10px;
	padding: 20px;
}

#topic h1 
{
	font-weight: bold;
	font-size: 16px;
}

#link1 {
	position: absolute;
	height: 70px;
	width: 745px;
	top: 225px;
	margin-left: 30px;
	border-bottom: solid rgb(0,96,170) 1px;
}

#link2 {
	position: absolute;
	height: 70px;
	width: 745px;
	top: 320px;
	margin-left: 30px;
	border-bottom: solid rgb(0,96,170) 1px;
}

#link3 {
	position: absolute;
	height: 70px;
	width: 745px;
	top: 415px;
	margin-left: 30px;
	border-bottom: solid rgb(0,96,170) 1px;
}

.copy 
{
	line-height: 18px;	
}

.headline 
{
	font-weight: bold;
	font-size: 13px;
}

.link 
{
	background-image: url(../img/bg_button.jpg);
	background-repeat:repeat-x;
	width: 120px;
	height: 22px;
	margin-top: 5px;
	margin-left: 10px;
	text-align: center;
	padding: 3px 0px 0px 0px;
	float: left;
}

.button 
{
	width: 62px;
	height: 25px;
	margin-left: 530px;
	margin-top: 10px;
	float: left;
}

.button2 
{
	width: 132px;
	height: 27px;
	margin-left: 595px;
	margin-top: -23px;
	float: left;
}

a:link, a:hover, a:active, a:visited 
{
	color: #ffffff;
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-decoration: none;
}


