﻿* {
	margin:  0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size 10pt;
	background-color: #c1c1c1 /*1b65c8*/;
	background-image:url("images/main2.png"); /*"images/main.png*/
	background-repeat: repeat-y;
	background-position: top center;
}


a {
	color: #1b65c8;
	
}

a:hover {
	color: #98bd07;
}

a:visited {
	color:#003e93;
	
	
}

p {
	line-height: 140%;
	text-align: justify;
	margin-bottom: 15px;
}

/*Beginn Tabelle*/

th {
	font-size: 10pt;
	padding: 4px 0px 0px 25px;
	text-align: center;
}

td {
	font-size: 10pt;
	padding: 5px 0px 0px 25px;
	text-align: center;
}


/*Tabelle Ende*/

h1,h2,h3 {
	color: #98bd07;
	border-bottom: 1px dotted #98bd07;
	font-family: "Palatino Linotype", "Palatino", "URW Palladio L", serif;
	margin-bottom: 10px;
}


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


#main-container {
	width: 630px;
	margin: 40px auto 20px auto;
}

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

#navigation {
	clear right;
	border: 1px solid #aaaaaa;
	margin-top: 20px;
	margin-bottom: 1px;
	padding: 5px 10px 5px 0px;
	background: url("images/navi_bg0.png") bottom left repeat-x;
	
}


#navigation a {
	padding: 5px 8px;
	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: 10px;

}

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

#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 #aaa;
}
	


#inhalt-sub {
	width: 225px;
	float: right;
	padding-top:10px;
	
}

#fusszeile {
	clear:both;
	border-top: 1px solid black;
	padding-top: 10px;
	font-size: 80%;

}

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

#fusszeile .bottom-left {
	float: left;

}

/*Fotogalerie*/

#inhalt-haupt .galerie-foto {
	/*height: 80px;
	width: 120px;*/
	float:left;
	padding: 5px;
	margin: 4px;
	border: 1px solid #aaaaaa;
	background: #e3e3e3;
}

#inhalt-haupt .galerie-foto img {
	border: 1px solid gray;
}

#inhalt-haupt .galerie-foto a:hover img {
	border: 1px solid white;
	
}

/* error und success*/

.error {
	color: red;

}