* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffAB09 url("images/main_bg.png") top center repeat-y;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size: 10pt;

	
}

a:visited {
	color: #003e93;
}


#branding p {
	font-size: 80%;
	text-align: center;
<!-- 	float: right;  --> 
}

p {
	line-height: 140%;
	text-align: justify;
	margin-bottom: 15px;
}
 
 
h3 {
	color: #ffDC1B;
	border-bottom: 11px inset #98bd07;
	font-family: "Palatino Linotype", "Palatino", "URW Palladio L", serif;
	margin-bottom:7px;
}   
 
h1,h2 {
	color: #ffDC1B;
	border-bottom: 1px dotted #98bd07;
	font-family: "Palatino Linotype", "Palatino", "URW Palladio L", serif;
	margin-bottom:10px;
}   
img {
	
}

#main-container {

	width: 675px;
	margin: 15px auto 20px auto;
}

#navigation {
	clear: right;
	border: 1px solid #aaa;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 5px 10px 5px 0px;
	background: url("images/navi_bg0.png") bottom left repeat-x;
	
}

#navigation ul li {
	display: inline;
}

#navigation a {
	padding: 5px 15px;
	color: black;
	text-decoration: none;
}

#navigation a:hover {
	background: url("images/navi_bg1.png") bottom left repeat-x;
}

#inhalt {
	margin-top: 20px;
}

#inhalt-haupt {
	width: 425px;
	float: left;
	padding-right: 15px;
	border-right: 1px dotted #999999; 
	margin-bottom: 10px;
}

#inhalt-haupt2 {
	width: 670px;
	float: left;
	padding-right: 15px;
	border-right: 1px dotted #999999; 
	margin-bottom: 10px;
}

#inhalt-haupt img {
	border: none;
}

#inhalt-sub   {
	width: 230px;
	float: right;
}

#inhalt-sub p {
	clear: both;
}

#inhalt-sub2   {
	width: 230px;
	float: right;
}

#inhalt-sub2 a {
	text-decoration: none;
	border: 1px solid #aaa;
	margin-top : 40 px;
	margin-bottom : 1px;
	padding: 7px 7px 7px 7px; 
	background: url("images/navi_bg0.png") bottom left repeat-x;
}

#inhalt-sub2 a:hover {
		background: url("images/navi_bg1.png") bottom left repeat-x;

}


#fusszeile {

	clear: both;
	border-top: 1px solid black;
	padding-top: 10px;
}

#fusszeile .bottom-right {
	float: right;
}

#rotfarbig  { 
	 color:red; 
	text-decoration:blink;
}

#unterstrichen {
	text-decoration:underline;
		margin-bottom : 6px;
}

/* Galerie */

#inhalt-sub .galerie-foto {
	height: 80px;
	width: 108px;
	float: left;
	padding: 0px;
	margin: 2px;
	border: 0px solid #aaaaaa;
	background: #e3e3e3;
}

#inhalt-haupt2 .galerie-foto {
	height: 84px;
	width: 111px;
	float: left;
	padding: 2px;
	margin: 8px;
	border: 1px solid #aaaaaa;
	background: #e3e3e3;
}

#inhalt-haupt2 .galerie-foto2 {
text-align: center;
	height: 169px;
	width: 225px;
	float: left;
	padding: 2px;
	margin: 8px;
	border: 1px solid #aaaaaa;
	background: #e3e3e3;
}


#inhalt-sub .galerie-foto img {
	 border: 1px solid gray; 
	
}

#inhalt-sub img {
	border: none;
}

#inhalt-sub .galerie-foto a:hover img {
	border: 1px solid white;
}




/*   KOntakt   */


#inhalt-haupt table {
	width: 100%;
}

 #inhalt-haupt table th,#inhalt-haupt table td { 
	vertical-align: top;
	text-align: left;
}

#inhalt-haupt input, #inhalt-haupt textarea {
	padding: 2px 2px 0px 2px;
	margin: 3px 3px 0px 3px;
	background: #e3e3e3;
	border: 1px solid #aaaaaa;
}

#inhalt-haupt table td {
	border: none;
}



/* ERROR & SUCCESS */

.error {
	color: red;
}
.success {
	color: green;
}
