* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size: 10pt;
	background: #1b65c8 url("../images/main_bg.png") top center repeat-y;
}

a {
	color: #00647D;
	text-decoration: none;
}

a:hover {
	color: #98bd07;
}

a:visited {
	color: #003e93;
}

h1,h2,h3 {
	color: #98bd07;
	border-bottom: 1px dotted #98bd07;
	font-family: "Palatino Linotype", "Palatino", "URW Palladio L", serif;
	margin-bottom: 5px;
}

h1 { font-size: 170%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }

img {
	
}

p {
	line-height: 140%;
	text-align: justify;
	margin-bottom: 5px;
}

table thead th, table thead td {
	background: #e3e3e3;
	color: gray;
	text-align: left;
}

table th, table td {
	border-bottom: 1px solid black;
	text-align: left;
	padding: 2px 5px;
}

#main-container {
	width: 675px;
	margin: 20px auto 10px auto;
}

#branding p {
	font-size: 80%;
	text-align: right;	
	float: right;
	padding-top: 10px;
}

#navigation {
	clear: right;
	border: 1px solid #aaa;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px 10px 5px 0px;
	background: url("../images/navi_bg0.png") bottom left repeat-x;
}

#navigation a {
	margin-top: 1px;
	padding: 5px 10px;
	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: 2px;
	margin-bottom: 1px;
}

#inhalt-haupt {
	width: 420px;
	float: left;
	padding-right: 15px;
	border-right: 1px dotted #999999; 
	margin-top: 1px;
	margin-bottom: 1px;
}

#inhalt-haupt p{
	text-align: justify;
}

#inhalt-sub {
	width: 225px;
	float: right;
	padding-top: 6px;
}

#inhalt-haupt .portrait-foto {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	border: 1px dotted #999999;
}

#inhalt-sub #navigation-sub ul li {
	color: black;
	list-style-type: none;
	list-style-image: url("../images/li_image_02.png");
	margin-top: 60px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#navigation-sub a{
	color: black;
}

#navigation-sub a:hover {
	color: #98bd07;
}

#inhalt-sub #navigation-sub ul  li.keinli {
	list-style-image: none;
}

#inhalt-sub #navigation-sub img {
	border: none;
	margin:5px 0px;
}

#inhalt-sub address a {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size: 88%;
	color: #29342C;	
}

#fusszeile {
	clear: both;
	border-top: 1px solid black;
	padding-top: 10px;
}

#fusszeile .bottom-right {
	float: right;
}

/*       ============        Galerie      ============      */

#inhalt-haupt .galerie-foto {
	height: 90px;
	width: 120px;
	float: left;
	padding: 4px;
	margin: 4px auto 4px auto;
	border: 1px solid #aaaaaa;
	background: #e3e3e3;
}

#inhalt-haupt .galerie-foto img {
	display: block;
    margin: 0px auto;
	border: 1px solid gray;
}
#inhalt-haupt .galerie-foto a:hover img {
	border: 1px solid red;
}

#navigation-sub img {
	border: none;
}

/*       ============        Kontakte      ============      */

#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
}
#inhalt-haupt table  th {
	/* border: 1px solid #aaaaaa; */
	border: none
}

/*       ============        ERROR  &  SUCCESS      ============      */

.error {
	color: #E3051D;
}

.success {
	text-align: center;
	text-decoration: none;
	/* text-shadow: black 0px 0px 1px; */
	font-size: 1.3em; 
	color: #00647D;
}

input, select { color:#0101DF; }
textarea { color:#0101DF; }
.Feld1 { background-color:#e3e3e3; width:280px; border:1px solid #aaaaaa; }
.Feld2 { background-color:#e3e3e3; width:280px; border:1px solid #aaaaaa; }
.Button_senden { color:#088A08; }
.Button_abbrechen { color:#DF0101; }
