@charset "utf-8";
html {
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
}

body {
	color: black;
	background-color: white;
	margin: 0;
	padding: 1em;
	min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

.seperator {
	border-bottom-style: dotted;
	border-color: #CCC;
}


#head {
	text-align: right;
	width: 870px;
	margin: 0 auto;
	font-size: 80%;
}

.headlink {
	background: url(../pic/arrow.jpg) no-repeat left;
	padding-left: 14px;
}

#menu {
	margin: 0 auto 20px;
	background: url(../pic/logohead.jpg) no-repeat;
	width: 1000px;
	height: 268px;
}

.button {
	margin-left: 11px;
	padding-top: 10px;
	padding-left: 30px;
	width: 260px;
	height: 77px;
	float: right;
	margin-top: 180px;
}

.buttonText {
	color: #FFF;
	margin-left: 30px;
	line-height: 1.5;
	font-size: 80%;
}

.button a:link {
	color: #FFF;
	font-size: 160%;
	background: url(../pic/arrow_big.gif) no-repeat left;
	padding-left: 30px;
}

.button a:visited {
	color: #FFF;
	font-size: 160%;
	background: url(../pic/arrow_big.gif) no-repeat left;
	padding-left: 30px;
}

.button a:hover {
	color: #CCC;
	font-size: 160%;
	background: url(../pic/arrow_big.gif) no-repeat left;
}

.smallButton a:link {
	color: #FFF;
}

h1 {
	font-size: 130%;
	background: none;
	color: #999;
}

h2 {
	font-size: 105%;
	font-weight: bold;
	color: #000;
}

h3 {
	margin-top: 30px;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #000;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
	color: #000;
}

a:visited {
	color: #666;
	text-decoration: none;
}

li {
	list-style-type:disc;
}

embed {
	margin-bottom: 20px;
}


#all {
	width: 1000px;
	margin: 0 auto 0 auto;
}

#SpalteLinks {
	font-size: 90%;
    display: block;
   	float: left;
  	width: 210px;
	border-bottom-style: dotted;
	border-color: #CCC;
	display:inline;
}

#SpalteMitte {
	display: block;
  	float: left;
	margin-left: 50px;
  	width:480px;
	border-bottom-style: dotted;
	border-color: #CCC;
	display:inline;
}

#SpalteRechts {
	display: block;
	font-size: 90%;
  	float: right;
    width: 210px;
	border-bottom-style: dotted;
	border-color: #CCC;
	display:inline;
}

.clear {
	clear: both;
	width: 0.1em;
	height: 0.1em;
	line-height: 0.1em;
	overflow: hidden;
	
} 

.mail {
	margin-left: 5px;
	padding-right: 20px;
	background: url(../pic/mail.png) right no-repeat;
}

.pdf {
	padding-right: 20px;
	background: url(../pic/pdf.png) right no-repeat;
}

.mailList {
	padding-right: 20px;
	background: url(../pic/mail.png) right no-repeat;
}