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

/*
	Telegrau 4, RAL 7047: #D7C6D2 (heller)
	Telegrau 1, RAL 7045: #866C74
	Zinkgelb, RAL 1018: #FFFF4F
*/

/* Allgemeine Definitionen fuer Tags, ohne Klassen */
p, a, ul, td, th, ol, dt, dd {
	font-size: 12px;
}

dt {
	font-weight: bold;
	margin-left: 10px;
}

dd {
	margin-bottom: 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;
}

/* Angaben zum Seitenkopf */

.head {
	height: 120px;
	background-image: url(pics/bg_top.gif);
	background-repeat: repeat-x;
}

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

.head #titel {		position: absolute;	top: 5px;	left: 288px;	}
.head #mitglied {	position: absolute;	top: 20px;	left: 745px;	}
.head #vdh {		position: absolute;	top: 60px;	left: 740px;	border: 0px; }
.head #fci {		position: absolute;	top: 40px;	left: 855px;	border: 0px; }
.head #deko {		position: absolute;	top: 0px;	left: -50px;
	z-index: 100;
	width: 295px;
	height: 248px;
}

/* das Menu auf der linken Seite */

.menu {
	float: left;
	margin: 105px 5px 0px 5px;
	display: inline;
}

.menu a {
	padding: 4px;
	display: block;
	border: 1px solid #D7C6D2;
	color: white;
	font-size: 14px;
	text-decoration: none;
	width: 114px;
	margin-top: 5px;
}
.menu a:hover {
	background-color: #FFFF4F;
	color: black;
	border-color: black;
}
.menu p {
	font-size: 14px;
	padding: 4px;
	margin: 5px 0px 0px 0px;
	background-color: #FFFF4F;
	color: black;
	border: 1px solid black;
	width: 114px;
}

.menu .submenu a {
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	width: 104px;
	margin: 0px 0px 0px 14px;
	border-top: 0px;
}
.menu .submenu p {
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 14px;
	border-top: 0px;
	width: 104px;
}
.menu .submenu p.inaktiv {
	background-color: #866C74;
	color: #D7C6D2;
	border-color: #D7C6D2;
}

.main {
	width: 100%;
}

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

/* Die Teaser erscheinen auf der Startseite */
.content .teaser {
	margin: 0px 10px 10px 0px;
	border: 1px solid #866C74;
	border-width: 0px 1px 1px 1px;
	background-color: white;
}

.content .teaser h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.content .teaser h3 a {			color: black;	text-decoration: none; }
.content .teaser h3 a:hover {	color: #C70018;	text-decoration: underline;}
.content .teaser p {			color: black;	margin: 0px;	}
.content .teaser a.moreLink {
	display: block;
	color: #C70018;
	text-align: right;
	text-decoration: none;
}
.content .teaser a.moreLink .add {
	display: block;
	position: absolute;
	top: -2000px;
	left: -2000px;
}
.content .teaser a.moreLink:hover {	text-decoration: underline;	}

.content .teaser img {
	border: 0px;
	float: left;
	display: inline;
}

.content .teaser .text {
	padding: 5px;
	float: left;
	display: inline;
}

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

.content .teaserA {
	width: 283px;
	float: left;
}
.content .teaserA h4 {
	width: 273px;
}
.content .teaserA img {
	width: 84px;
	height: 84px;
}
.content .teaserA .text {
	width: 189px;
	height: 74px;
	overflow: hidden;
}
/* Teaser B ist der Teaser fuer die rechte Spalte */

.content .teaserB {
	width: 168px;
	float: right;
	margin-right: 0px;
}
.content .teaserB h4 {
	width: 158px;
}
.content .teaserB img {
	width: 168px;
	height: 84px;
}
.content .teaserB .text {
	width: 158px;
	height: 212px;
	overflow: hidden;
}


.content h4 {
	width: 275px;
}

/*.contentframe {
	border: 1px solid #866C74;
	width: 648px;
	background-image: url(pics/linien.gif);
	margin-bottom: 20px;
}
*/
.textcolumn {
	border: 1px solid #866C74;
	margin: 0px 10px 25px 0px;
	background-color: white;
	float: left;
	width: 430px;
	padding: 10px;
}

.wide {
	width: 559px;
}

.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;
	background-color: #D7C6D2;
}

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

.textcolumn img.thumb {
	float: left;
	margin: 0px 10px 10px 0px;
}

.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: 1px solid #866C74;
	width: 197px;
	background-color: white;
	float: left;
	margin-bottom: 10px;
}

.sidecolumn h4 {
	width: 187px;
}

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

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

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

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

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

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

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

.breaker {
	clear: both;
}

