
* {
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
}

body {
	background-color: #d9d9d9;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	margin: 60px 0px 0px 70px;
	padding: 0px;
}

a:link, a:hover, a:visited {
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 80px -300px;
	padding: 0px;
	width: 600px;
	height: 75px;
	background-image: url(../img/logo-boeder.gif);
	background-repeat: no-repeat;
	background-position: 300px 0px;
}

p {
	margin: 0px 0px 80px 0px;
	padding: 0px;
}

a.link-dl:link, a.link-dl:visited {
	font-size: 24px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}

a.link-dl:hover {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 500px;
}

li {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 60px;
}

li.descr-de {
	background-image: url(../img/icon-de.gif);
}

li.descr-en {
	background-image: url(../img/icon-en.gif);
}

li.descr-fr {
	background-image: url(../img/icon-fr.gif);
}
	
