/* -------------------------------------------------

(C) Klaus Nahr

------------------------------------------------- */


/* Seite */
body {
	background-color: #F2F2F2;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "Lucida Grande","Lucida Sans Serif","Trebuchet MS",Verdana,Arial,Helvetiva,sans-serif;
	color: Black;
}

p {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #2F3381;
}

a:hover, a:active {
	color: #af9c5a;
}

h1 {
	margin-top: 20px;
	padding: 0px;
	font-size: 160%;
	clear: both;
}

p + h1 {
	margin-top: 25px;
}

h2 {
	margin-top: 20px;
	padding: 0px;
	font-size: 140%;
	clear: both;
}

h3 {
	margin-top: 15px;
	padding: 0px;
	font-size: 120%;
	clear: both;
}

h4 {
	margin-top: 10px;
	padding: 0px;
	font-size: 100%;
	clear: both;
}


/* Background */
#background {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 100%;
	background-image: url('../images/VerlaufBW.png');
}

/* Spalte */
#scontent {
	position: relative;
	left: 100px;
	width: 700px;
	background-color: white;
	border: 1px dotted #A0A0A0;
}

/* Zeilen */
#ztitel {
	position: relative;
	height: 100px;
	border-bottom: 1px solid #A0A0A0;
	overflow: hidden;
}

#zbild {
	position: relative;
	height: 150px;
	background-color: #808080;
}

#bbild {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 700px;
}

#brahmen {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 700px;
	opacity: .20;
	-moz-opacity: .20;
	-khtml-opacity: .20;
	filter: alpha(opacity=20);
	background-image: url('../images/rahmen.png');	
}

#zmenu {
	position: relative;
	height: 30px;
 	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	padding: 0px 10px 0px 10px;
}

#zcontent {
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
}

#zfuss {
	position: relative;
	border-top: 1px solid #A0A0A0;
	height: 30px;
	padding: 0px 10px 0px 10px;
}

/* Titel */
#tlogo {
	position: absolute;
	left: 10px;
	top: 14px;
	width: 116px;
	height: 81px;
	z-index: 100;
}

#ttitel {
	position: absolute;
	top: -3px;
	right: -2px;
	width: 558px;
	height: 109px;
	background-image: url('../images/titel.png');
}

#tmv1 {
	position: absolute;
	left: 200px;
	top: -5px;
	z-index: 100;
}

#tmv2 {
	position: absolute;
	left: 202px;
	top: -3px;
	z-index: 90;
}

#tmv3 {
	position: absolute;
	left: 207px;
	top: 2px;
	z-index: 80;
}

/* Content */
#cmenu {
	position: absolute;
	top: 12px;
	left: 0px;
	width: 180px;
	padding: 8px 10px 10px 10px;
}

#clogo {
	position: absolute;
	top: 30px;
	left: -50px;
	width: 299px;
	height: 196px;
}

#ccontent {
	position: relative;
	left: 200px;
	width: 480px; 
	padding: 0px 10px 0px 10px;
}

/* Zum Editieren in Frontpage */
#econtent {
	position: relative;
	left: 200px;
	width: 500px; 
	padding: 20px 10px 0px 10px;
	background-color: white;
}

#ccontent img, #econtent img {
	border: 1px solid #808080;
}

/* Hauptmenü */
#zmenu .menu {
	float: left;
	height: 30px;
	padding: 0px;
}

#zmenu .trenner {
	float: left;
	width: 1px;
	height: 30px;
	background-image: url('../images/Trenner30.gif');
}

#zmenu p {
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#zmenu a {
	display: block; 
	font-weight: bold;
	font-size: 13px;
	padding: 7px 10px 0px 10px;
	height: 23px;
}

#zmenu a:hover, #zmenu a:active {
	background-color: #E0E0E0;
}

/* Submenü */
#cmenu h1 {
	padding: 2px 1px 2px 1px;
	margin: 0px;
	border-bottom: 1px dotted #808080;
	color: #000000;
	background-color: #D0D0D0;
	font-size: 12px;
	font-weight: normal;
}

#cmenu p {
	margin-top: 0px;
}

#cmenu a {
	display: block; 
	width: 178px;
	padding: 2px 1px 2px 1px;
	margin: 0px;
	border-bottom: 1px dotted #808080;
	color: #000000;
}

#cmenu a:hover, #cmenu a:active {
	background-color: #E0E0E0;
}



/* Fuss */
#zfuss p {
	margin-top: 6px;
	color: #808080;
}

#zfuss a:link, #zfuss a:visited {
	color: #000000;
}

#zfuss a:hover, #zfuss a:active {
	color: #AF9C5A;
}


/* Liste */
#liste h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#liste h3 {
	margin-top: 0px;
}

#liste img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


/* Bilder */
#bilder img {
	margin: 2px;
}


/* Index auf Homepage: News, Termine, .. */
#index img {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	border: 1px solid #808080;
	width: 57px;
	height: 43px;
}

#index a:link, #index a:visited {
	color: #000000;
}

#index a:hover, #index a:active {
	color: #AF9C5A;
}

#index p {
	clear: both;
}

/* Fotoalbum */
#fotoalbum table {
	width: 480px;
	border-collapse: collapse;
	padding: 0px;
	empty-cells: show;
}

#fotoalbum th.datum {
	padding: 20px 0px 0px 0px;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
}

#fotoalbum th {
	padding: 10px 0px 5px 0px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

#fotoalbum td.fotoalbum-links {
	padding: 2px 2px 2px 0px;
	text-align: right;
	width: 238px;
	height: 179px;
}

#fotoalbum td.fotoalbum-rechts {
	padding: 2px 0px 2px 2px;
	text-align: left;
	width: 238px;
	height: 179px;
}

#fotoalbum img {
	border: 1px solid #808080;
}

#fotoalbum .imgbackground {
	background-color: #E0E0E0;
	width: 238px;
	height: 179px;
}


/* del.icio.us */
/* del.icou.us Eintrag */
.delPost {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #808080;
}

/* del.icou.us Link */
.delLink {
	
}

/* del.icio.us Tag */
a.delTag {
	margin-left: 8px;
	font-size: 11px;
}
a.delTag:link, a.delTag:visited {
	color: #000000;
}
a.delTag:hover, a.delTag:active {
	color: #AF9C5A;
}

.delTagSep {
}



.border {
	border: 1px solid #808080;
}

img.email {
	border-width: 0px;
}

.clear {
	clear: both;
}
