

/* Layout
----------------------------------------------- */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

body,td,th {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 10px;
	line-height:  14px;
	color: #5F5F5F;
}


#content {
	margin: 0 0 20px 0;
}



/* Typografie
----------------------------------------------- */

h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #000000;
	margin: 0 0 8px 0;
}
h2 {
	font-size: 13px;
	margin: 0 0 6px 0;
}
h3 {
	font-size: 12px;
	color: #000000;
	margin: 0 0 6px 0;
}
h4 {
	font-size: 11px;
	margin: 0 0 4px 0;
}
h5 {
	font-size: 11px;
	color: #333333;
	margin: 0 0 2px 0;
	line-height: 14px;
}
h6 {
	font-size: 10px;
	color: #333333;
	margin: 0 0 2px 0;
}
a:link {
	text-decoration: none;
	color: #8F9EA7;
}
a:visited {
	text-decoration: none;
	color: #888888;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #888888;
}

#content img {
	margin: 10px 0 0 0;
	border: solid 1px #000000;
}

.linkbut a:link {
	color: #708B90;
	text-decoration: none;
}
.linkbut a:hover {
	color: #4D4D4D;
	text-decoration: none;
}
.linkbut a:visited {
	color: #565656;
	text-decoration: none;
}
.linkbut a:active {
	color: #2D3031;
	text-decoration: none;
}
.linkbut {
	background-image: url(img/pfeil01.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 20px;
	margin: 8px 0 0 0;
}


.linkbut p {
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.italic {
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 16px;
}
.bild {
	margin: -2px 0 0 0;
}



