body {
	background-color: white;
	background-image: url(pics/background2.gif);
	background-repeat: repeat-y;
	font-family: Arial,Helvetica,Sans-Serif;
	margin: 0px;
	padding: 0px;
}

p, a, ul, td, th, ol {
	font-size: 12px;
}

.head {
	height: 159px;
	background-image: url(pics/header_wide.jpg);
	background-repeat: no-repeat;
}

.head h1,
.menu h2,
.content h2 {
	position: absolute;
	top: -2000px;
	left: -2000px;
}

.head h2 {
	text-align: center;
	width: 650px;
	position: absolute;
	left: 170px;
	top: 110px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.menu {
	float: left;
	margin: 0px 5px 0px 21px;
	border-right: 1px solid #866C74;
	display: inline;
}

.menu a {
	padding: 4px;
	display: block;
	border-bottom: 1px solid #866C74;
	text-decoration: none;
	color: black;
	font-size: 14px;
	width: 150px;
}

.menu a:hover {
	background-color: #866C74;
	color: white;
}

.menu p {
	background-color: #FFFF4F;
	color: #C70018;
	font-size: 14px;
	padding: 4px;
	margin: 0px;
	border-bottom: 1px solid #866C74;
	width: 150px;
}

.main {
	width: 100%;
}

.content {
	position: absolute;
	top: 159px;
	left: 192px;
	width: 600px;
}

/* Teaser A ist der Haupt-Teaser, der auf der Startseite eingesetzt wird */

.content .teaserA {
	width: 283px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #866C74;
	border-top: 0px;
	float: left;
}
.content .teaserA h4 {
	width: 273px;
}
.content .teaserA img {
	border: 0px;
	width: 84px;
	height: 84px;
	float: left;
	display: inline;
}
.content .teaserA .text {
	width: 189px;
	height: 74px;
	padding: 5px;
	float: left;
	display: inline;
}
.content .teaserA h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
.content .teaserA h3 a {	color: black;	text-decoration: none;	}
.content .teaserA h3 a:hover {
	color: #C70018;
	text-decoration: underline;
}
.content .teaserA p {
	color: black;
	margin: 0px;
}
.content .teaserA a.moreLink {
	display: block;
	color: #C70018;
	text-align: right;
	text-decoration: none;
}
.content .teaserA a.moreLink:hover {	text-decoration: underline;	}


.content h4 {
	width: 275px;
}

.contentframe {
	border: 1px solid #866C74;
	width: 648px;
	background-image: url(pics/linien.gif);
	margin-bottom: 20px;
}

.textcolumn {
	border-right: 1px solid #866C74;
	background-color: white;
	float: left;
	width: 430px;
	padding: 10px;
}

.textcolumn h3 {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #866C74;
	border-left: 5px solid #C70018;
	padding: 3px 5px 3px 5px;
	margin-top: 5px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	background-color: #866C74;
	color: white;
	height: 15px;
	margin: 0px;
	padding: 1px 5px 0px 5px;
}

ul {
	list-style-type: square;
}

.textcolumn img {
	display: block;
	margin: 10px auto 10px auto;
	border: 1px solid #866C74;
	text-align: center;
	
}

.textcolumn img.left {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #866C74;
}

.textcolumn img.right {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #866C74;
}

.sidecolumn {
	border-bottom: 1px solid #866C74;
	width: 197px;
	background-color: white;
	float: left;
}

a.email {
	padding-left: 20px;
	background-image:url(pics/email.gif);
	background-repeat:no-repeat;
	
}

a.internal {
	padding-left: 15px;
	background-image:url(pics/intLink.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
	
}

a.external {
	padding-left: 19px;
	background-image:url(pics/extLink.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
}

a.download {
	padding-left: 15px;
	background-image:url(pics/download.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
}

.content a {
	color: #C70018;
	text-decoration: none;
}
.content a:hover {
	color: #C70018;
	text-decoration: underline;
}

.bildunterschrift {
	font-size: 11px;
	font-style: italic;
	text-align: center;
	margin-top: 0px;
}

.sidecolumn h4 {
	width: 187px;
}

.sidecolumn p {
	margin: 5px 5px 10px 5px;
}

.breaker {
	clear: both;
}

.gallery {
	text-align: center;
}

.gallery img { border: 1px solid #866C74; display: block; margin: 0px auto 10px auto;}
.gallery img:hover { border: 1px solid red;}

