@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #f2f2f2;
	background-image: url(/media/img/body/bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}
#containerIndex {
	width: 900px;
	margin: 32px auto 0 auto;
	text-align: left;
	}

img {
	border: none;
	}

hr {
	display: none;
	}
.clear {
	clear: left;
	}
#header {
	background-image: url(/media/img/header/bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	padding: 0 0 16px 0;
	}
#header h1,
#header h2,
#header address {
	display: none;
	}
	
#rahmen {
	position: relative;
	width: 903px;
	height: 345px;
	margin: 32px auto 0 auto;
	}

	
#rahmen-links {
	position: relative;
	float: left;
	width: 601px;
	height: 100%;
	}

#rahmen-rechts {
	position: relative;
	float: left;
	width: 300px;
	height: 100%;
	background: url(../img/rahmen-rechts.gif) no-repeat top left;
	}
#rahmen-rechts img {
	float: left;
	}
	
#inhalt-rechts {
	margin-left: 30px;
	margin-top: 18px;
	}
	
#sprachen {
	margin-top: 11px;
	position: relative;
	display: inline;
	float: left;
	}
	
#sprachen a {
	position: relative;
	float: left;
	width: 50px;
	height: 15px;
	margin-right: 30px;
	}

.kategorie {
	position: relative;
	float: left;
	width: 240px;
	height: 40px;
	background: #d9d9d9 no-repeat top left;
	margin-bottom: 5px;
	text-decoration: none;
	text-align: left;
	}
.link {
	display: block;
	margin-left: 21px;
	margin-top: 11px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	}

	
.margin0 {
	margin: 0;}
	
.link-box {
	width: 240px;
	background: url(../img/link-box-background.gif) top left no-repeat #d9d9d9;
	height: 60px;
	float: left;
	font-size: 12px;
	color: #000;
	margin-top: 23px;
	text-align: left;
	}
	
.link-box h3 {
	font-size: 12px;
	margin-top: 7px;
	margin-left: 15px;
	}	
	
.link-box p {
	margin-left: 30px;
	}
	
.link-box a {
	color: #000000;
	}