@charset "UTF-8";
/* ---------- CSS Document ---------- */

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #DFDFDF;
}

h1 {
	margin: 0;
	display: none;	
}

h2 {
	display: yes;
}

h3 {
	margin: 30px 0 10px 0;
	padding: 5px 0;
	letter-spacing: 5px;
	border-bottom: 1px dotted #555555;
}

a {
	color: #bb8800;
	text-decoration:none;
	font-size: medium;
	text-align: right;
}

a:hover {
	border-bottom: 1px dotted #9D7200;
	font-weight: bold;
	color: #9D7200;
}

#x-tra a:hover {
	border-bottom: 0px dotted #bb8800;
}




/* ---------- IDs ---------- */

#wrapper {
	width: 600px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 75px 15px 30px 15px;
}

div {
	border: 0px solid #000000;
}


#primary {
	text-align: right;
	padding: 70px 10px 0 0;
	float: left;
	width: 50%;
	
}

#mainlinks {
	list-style-type: none;
}

#secondary {
	min-height: 340px;
	background: #DFDFDF url(../images/trennlinie.png) no-repeat 51.5% top;
}



#imprint a {
	font-size: small;
}





#logo-link {
	border-bottom: 0px;
}


#dots {
	border: 1px solid #999999;
	margin-top: 10px;
}








#footer {
	clear: both;
	margin-top: 40px;
	font-size: 9px;
	color: #999999;
	padding-left: 160px;
}