  @charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Palatino Linotype", "Palatino", "URW Palladio L", serif;
	font-size: 10pt;
	background: #cdde6f url("../images/main_bg.png") 150px 0px repeat-y;
}


a {
	color: #1b65c8;
}

a:hover {
	color: #98bd07;
}

a:visited {
	color: #003e93;
}

h1,h2,h3 {
	color: #d86156;
	border-bottom: 1px dotted #d86156;
	font-family: "Monotype Corsiva", "Palatino Linotype", sans-serif;
	margin-bottom: 5px;
}

h1 { font-size: 180%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }

img {
	
}

p {
	line-height: 140%;
	text-align: justify;
}

table thead th, table thead td {
	background: red;
	color: gray;
	text-align: left;
}

table th, table td {
	backdround: #e3e3e3;
	border-bottom: 1px solid black;
	text-align: left;
	padding: 2px 5px;
}

#main-container {
	width: 795px;
	margin: 20px 0px 20px 195px;
}

#branding p {
	margin-top: 20px;
	font-size: 80%;
	text-align: right;
	float: right;
}

#navigation {
	clear: right;
	border: 1px solid #aaaaaa;
	margin-top: 10px;
	margin-bottom:  5px;
	padding: 4px 10px 5px 0px;
	font-family: "Monotype Corsiva", "Palatino Linotype", sans-serif;
	font-size: 14pt;
	background: url("../images/navi_bg0.png") bottom left repeat-x;
}

#navigation a {
	padding: 5px 15px;
	color: black;
	text-decoration: none;
}

#navigation a:hover {
	background: url("../images/navi_bg1.png") bottom left repeat-x;
}

#navigation ul li {
	display: inline;
}

#inhalt {
	margin-top: 20px;

}

#inhalt hr {
		border: 1px dotted #d86156;
}

#haupt-inhalt {
	width: 520px;
	float: left;
	padding-right: 10px;
	border-right: 1px dotted #999999; 
	margin-bottom: 10px;
}

#sub-inhalt {
	padding: 5px;
	margin-top: 5px;
	width: 250px;
	float: right;
}

#sub-inhalt p {
	text-align:left;
}

#sub-inhalt table th, table td {
	backdround: #e3e3e3;
	border-bottom: 1px solid black;
	text-align: left;
	padding: 2px 0px 0px 0px;
}

#sub-inhalt table td{
	border: none;
	padding: 0px 0px 0px 5px;
}


#fusszeile {
	clear: both;
	border-top: 1px solid black;
	padding-top: 10px;
}

#fusszeile .bottom-right {
	float: right;
}

#haupt-inhalt table {
	width: 100%
}

#haupt-inhalt table th, #haupt-inhalt table td {
	vertical-align: top;
	text-align: left;
}

#haupt-inhalt input, #haupt-inhalt textarea {
	padding: 2px 2px 0px 2px;
	margin: 3px 3px 0px 3px;
	background: #e3e3e3;
	border: 1px solid #aaaaaa;
}

#haupt-inhalt table td {
	border: none;
}

/*Error kontaktformuzlar*/

.error {
	color: red;
}

/* Galerie */

#haupt-inhalt .rundgang {
	height: 118px;
	width: 155px;
	float: left;
	padding: 3px 0px 0px 3px;
	margin: 3px 3px 3px 3px;
	border: 1px solid #d86156;
	background: #cdde6f;
}

#haupt-inhalt .rundgang img {
	border: 1px solid #d86156;
}

#haupt-inhalt .rundgang a:hover img {
	border: 2px solid #aaaaaa;
}