

body {
	background-color: #E8E4C9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100.01%;
	color: #A53228;
	margin: 2em 0 0 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
}
/* container */

#core_container {
background-color: #BC655E;
border:2px dotted #5EB4BC;
width: 57em;
text-align: left;
margin: 0 auto;
}

#header {
	background-color: #A53228;
	text-align: right;
	margin: 0;
	padding: 0.6em 2em 0.6em  1.5em ;
	width: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:2em;
}


#navcontainer {
margin-left:8.1em;
padding:0.5em;
	background-color: #A59328;
}

/* werbeleiste */

#core_left {
	float: left;
	width: 8em;
	margin-top: 36px;
	background-color: #BC655E;
}
#core_left a, #core_left a:link, #core_left a:visited {
	color: #D2C994;
	text-decoration: none;
	font-size: 120%;
}

#core_left a:hover, #core_left a:focus  {
	color: #D8D0A2;
	text-decoration: underline;
}

p.werb {
	font-size: 0.6em;
	margin-left:4px;
	 margin-top:0px;
	 color: #E8CCC9;
}

	/* ende werbeleiste */
	
	
	
#core_right  {
min-height: 30em;
	margin-left:8.1em;
	padding:0.6em 1.5em 1.5em 2em;
	background-color:#D2C994;
	height: auto;
	_height:25em;
}

/*ende cotainer*/


#header h2 { 
		font-size: 1.4em;
		font-weight: 600;
		color: #E8CCC9;
		display: inline;
		letter-spacing: 0.1em; 
	font-variant: small-caps;
	}
#header h1 {
		display: inline; /* The trick will only work if you add display: inline here as well, and add a <br /> between them in the HTML code. */
		vertical-align: center;
		font-size: 0.8em;
		font-weight: 100;
		text-transform: uppercase;
		color: #5EB4BC;
		letter-spacing: 0.1em;
	}

#navlist {
	margin-top: 0em;
	margin-bottom: 0em;
}

#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	font-size: 0.7em;
	padding: 3px 10px 3px 7px;
	text-decoration: none;
}

#navlist a:link, #navlist a:visited {
	background-color: #BC655E;
	border-left:  6px solid  #BC655E;
	color: #C9E6E8;
}


#navlist a:hover {
	border-left:  6px solid  #289BA5;
	color: #289BA5;
	background-color: #E8CCC9;
}

#navlist a:active {
	border-left:  6px solid  #289BA5;
	color: #289BA5;
	background-color: #E8CCC9;
}
#navlist a:focus {
	border-left:  6px solid  #289BA5;
	color: #289BA5;
	background-color: #E8CCC9;
}
#navlist #current {
	border-left: 6px solid  #289BA5;
	color: #289BA5;
	background-color: #E8CCC9;
}


	


 #core_right  a {
	color: #289BA5;
	text-decoration: none;
}

 #core_right  a:link,  a:visited {
	color: #289BA5;
	text-decoration: none;
}

 #core_right  a:focus {
	color: #5EB4BC;
	text-decoration: underline;
}
 #core_right  a:hover {
	color: #5EB4BC;
	text-decoration: underline;
}

 #core_right  a:active {
	color: #5EB4BC;
	text-decoration: underline;
}
	 #core_right  h3, h4, h5 { 
		font-size: 0.9em;
		font-weight: 500;
	font-variant: small-caps;
		color: #289BA5;
		letter-spacing: 0.08em;
	}
	#core_right  p,ol,td,th { 
		font-size: 0.8em;
		line-height: 1.2em;
	}
	 #core_right  p.rueck { 
		padding-left: 1.5em;
	}
	
/* Formatierung Inserate */

form,table{margin-top:0px;margin-bottom:0px;}

table.dat{background-color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
td.da1{background-color:#D2C994; padding: 5px 5px 3px 8px; vertical-align: top;}
td.da2{background-color:#D8D0A2; padding:  5px 5px 3px 8px; vertical-align: top;}
td.dalist1{background-color:#D2C994; padding: 3px 5px 3px 8px; height:46px; vertical-align: center;}
td.dalist2{background-color:#D8D0A2; padding:  3px 5px 3px 8px; height:46px; vertical-align: center;}

td.tit{color:#C9E6E8;background-color:#BC655E;font-weight:bold;
height: 2em; padding: 5px 5px 5px 8px; white-space: nowrap;}
#core_right .tit a,.tit a:link,.tit a:visited{color:#94CDD2;text-decoration:none;}
#core_right .tit a:hover,.tit a:active,.tit a:focus{color:#C9E6E8;text-decoration:none;}

input, textarea, select{
border: 1px solid #A53228;
	background-color: #E8CCC9;
	color: #A53228;
}
input {
	width: 250px;
	padding-left:0.4em;
}
input.auto {
	width:auto;
	background-color: transparent;
	border: 0;
}
input.submit {
	background: #A53228;
	border: 2px solid #E8CCC9;
	color: #C9E6E8;
	font-family: Verdana, Arial, Helvetia, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	width: 140px;
	padding:1px;
	margin: 1.5em auto 1em 0.6em;
	cursor:pointer;
}
.file {
	width: auto;
}
textarea {
	width: 330px;
	padding:0.4em;
}
select {
	width: 120px;
}


.ok {color:#228B22;}
.err{color:#CC0000; font-weight: bold;}
.mel{color:#A53228;}

.mel,.ok,.err {
	font-size: 0.6em;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
.mel0{
display: none;}

