body{
 	font-size: x-small;/* für IE5/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small; /* für komforme Browser */
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color: #E4DEBD;
	padding:0px;
	margin:0px;
	line-height: 1.7em;
	background-color:#E4DEBD;
}
html>body{
font-size: small;
}
/* ----------Schrift-------------- */
h1 {
	font-family: "Century Gothic", Arial, SunSans-Regular, Sans-Serif;
	font-size: 130%;
    background-color: #000000;
	border-top:1px solid #E4DEBD;
	border-bottom:1px solid #E4DEBD;
	padding:10px 15px;
	margin:0px;
	letter-spacing: 1px;
	font-weight: normal; }
h2 {
	font-size:140%;
	font-weight: normal;
	padding: 20px 10px 10px 15px;
	margin:0px;
	font-family: "Century Gothic", Arial, SunSans-Regular, Sans-Serif;
	color: #C29C51;
	text-transform: uppercase;
	text-align: left;
}
h3 {
	font-family: "Century Gothic", Arial, SunSans-Regular, Sans-Serif;
	font-size: 85%;
	background-color: #000000;
	border-top:1px solid #E4DEBD;
	border-bottom:1px solid #E4DEBD;
	padding:6px 15px;
	margin:0px;
	font-weight: normal;
	letter-spacing: 0.1em;
	}
h4 {
	font-size:120%;
	font-weight: normal;
	padding: 20px 10px 10px 15px;
	margin:0px;
	font-family: "Century Gothic", Arial, SunSans-Regular, Sans-Serif;
	color: #C29C51;
	text-align: left;
}
h5 {
	font-size:200%;
	font-weight: normal;
	padding: 20px 15px 10px 15px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
h6 {
	font-size:110%;
	font-weight: normal;
	padding: 0px 10px 10px;
	margin: 0px;
	font-family: "Century Gothic", Arial, SunSans-Regular, Sans-Serif;
	font-style: normal;
}
.info {text-align: left; border-bottom: 1px dashed #E4DEBD; padding-bottom: 1em; margin-bottom: 1.5em;}
.mini {
	font-size:80%;
	font-weight: normal;
	padding: 0px 20px 0px;
	margin: 0px;
	font-style: normal;
	text-align: left;
	line-height: 1.2em;
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 911px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(graphs/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
} 

/* ----------banner-------------- */
#banner {
text-align: left;
background-color: #E4DEBD;
padding: 0px;
margin: 0px;
}

#banner img {padding:10px 0px 0px 0px; margin:0px;} 

/* ----------outer und inner----------------- */

#outer{
	background-color: #3a3939; /* Farbe fuer Inhalt Spalten  */
	border-right-width: 200px;
	border-left-width: 200px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
} 
 
#inner{margin:0; width:100%; }

/* --------------left und right navigavtion------------- */
#left {
	width:200px;
	float:left;
	position:relative;
	margin-left:-200px;
	margin-right:1px;
 }
 #right {
	width:200px;
	float:right;
	position:relative;
	margin-left:1px;
	margin-right:-200px;
	background-color: #DB7093;
	color: #000000;
	padding: 0 0 20px 0;
 }
 #right h2 {
 	font-size:120%;
	color: #000000;
}

#right a.menu {
	color:#000000;
}
#right a.menu:link, #right a.menu:visited
{
	color:#000000;
}
#right a.menu:active, #right a.menu:hover
{
	color:#000000;
	text-decoration: underline;
}
#right .aktiv
{
	text-align:left;
	color:#000000;
	text-decoration:none;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
 #right_start {
	width:200px;
	float:right;
	position:relative;
	margin-left:1px;
	margin-right:-200px;
	padding: 0 0 20px 0;
 }
#right_start h2 {
	color: #C29C51;
	background-color: #000000;
	padding: 20px 3px 3px 3px;
	margin-left: 10px;
}
 .right {
	width:200px;
	float:right;
	position:relative;
	margin-top: 250px;
	margin-left:1px;
	margin-right:-200px;
	padding: 0 0 20px 0;
 }
/* -----------------Inhalt--------------------- */ 
#content{
	position: relative;
	margin: 0px;
}
p {
	padding: 5px 15px 0px 15px;
	margin: 0px; 
	font-size:101%;
	font-weight: normal;
}
pre{
	font-size: 12px;
	padding: 5px 10px;
	margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
	clear:left;
	padding:0px;
	margin:0px;
	text-align: center; } 

/*  ----------------Bilder---------------------- */ 
.rand {
	border:1px solid #000000;
	margin: 0px 0px 20px 20px;
}
.pic_left {
	float: left;
	padding: 3px;
	margin: 2px 10px 2px 0px;
 	border: 1px solid #E4DEBD;
} 
.pic_center {
	border: 1px solid #E4DEBD;
	margin: 20px 20px 5px 20px;
	padding: 3px;
} 
.pic_right {
	float: right;
	padding: 3px;
	margin: 10px 0px 2px 10px;
 	border: 1px solid #E4DEBD;
} 
.bilderrahmen {
	border:1px solid #E4DEBD;
	padding: 3px;
}

/*  ----------------Textliste---------------------- */ 
ul {
	margin: 0px;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
}

/*  ----------------Fenster Begegnungen---------------------- */ 
#center {
	width:480px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 40px 20px;
	color: #000000;
	text-align: center;
 }
#center img {
	padding: 3px;
	margin: 0 0 10px 0;
 	border: 1px solid #333333;
} 
#center p {
	padding: 5px 15px 40px 15px;
	margin: 0px; 
	font-size:101%;
	font-weight: normal;
}
#center h2 {
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}
#center a:visited {color:#DB7093;}
#center a:hover {color: #000000; text-decoration: underline;}
#center a:active {color:#000000;}

/*  ----------------Fenster Presse---------------------- */ 
.presse {
	color: #000000;
	margin: 10px;
	padding: 10px;
	width: 550px;
	text-align: justify;
}
.presse .pic_left {
	float: left;
	padding: 3px;
	margin: 2px 10px 2px 0px;
 	border: 1px solid #333333;
} 
.left {padding-left: 15px;}
.presse a:visited {color:#DB7093;}
.presse a:hover {color: #000000; text-decoration: underline;}
.presse a:active {color:#000000;}

/*  ----------------Fenster mit Bildern---------------------- */ 
.rahmen {
	border:1px solid #FFFFFF;
}
.fliess {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.normal {
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}

/*  ----------------Links und Navigation---------------------- */ 
a {color: #DB7093; text-decoration: none; text-transform: uppercase;}
a:visited {color:#DB7093;}
a:hover {color: #E4DEBD; text-decoration: underline;}
a:active {color:#DB7093;}

a.menu {
	text-align:left;
	color:#DB7093;
	text-decoration:none;
	line-height: 24px;
	font-size: 12px;
}
a.menu:link, a.menu:visited {color:#E4DEBD;}
a.menu:active, a.menu:hover {color:#DB7093; text-decoration: underline;}

.aktiv{
	text-align:left;
	color:#DB7093;
	text-decoration:none;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}