﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Verdana", "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size: 14px;
	background-color: #d49c8a;
	background-image: url("Hintergrund.png");
	background-repeat: repeat-y; 
	background-position: top center; 
}

a {
	color: #1b65c8;
}

a:hover {
	color: #98bd07;
}

a:visited {
	color: #003e93;
}

h1,h2 {
	color: #7A3E2B;
	font-family: "Palatino Linotype", "Palatino", "URW Palladio L", serif;
	margin-bottom: 10px;
}

h3 {
	color: #472419;
	font-family: "Palatino Linotype", "Palatino", "URW Palladio L", serif;
	margin-bottom: 10px;
}


h1 	{ font-size:180%; }
h2	{ font-size:140%; }
h3	{ font-size:120%; }

em {
	font-weight: bold;
}

p {
	line-height: 140%;
	text-align: justify;
	margin-bottom: 15px;
	}


#branding p {
	font-size: 100%;
	color: #98bd07;
	text-align: right;
	float: right;
	margin-top: 17px;
	
}

#navigation {
	clear: right;
	border: 1px solid #a55a50;
	margin-top: 40px;
	margin-bottom: 1px;
	padding: 5px 10px 5px 10px;
	background: url("Navi braun.png") bottom left repeat-x;
}

#navigation a {
	padding: 5px 15px 5px 15px;
	color: #fff6df;
	border-right: 1px dotted #fff6df;
	text-decoration: none;
}

#navigation a:hover {
	background: url("Navi gelb.png") bottom left repeat-x;
	color: #7c4814;
}

	
#navigation ul li {
	display: inline;
	
}

#main-container {
	width: 850px;
	margin: 40px auto 10px auto;
}


#content {
	margin: 10px;
}

#main-content {
	width: 550px;
	float: left;
	padding-right: 15px;
	border-right: 1px;
	margin-bottom: 10px;
}


#main-content .Portrait {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	margin-bottom: 10px;
}

#main-content table {
	width: 100%;
	line-height: 140%;
}


#main-content table th, #main-content table td {
	vertical-align: top;
	text-align: left;
}

#inhalt-sub {
	width: 240px;
	padding-top: 15px;
	float: right;
	font-size:80%;
}

#inhalt-sub ul {
	text-align: left;
	line-height: 140%;
}

table {
	vertical-align:top;
	margin: 2px;
}


#footer {
	clear: both;
	border-top: 1px solid black;
	padding-top: 10px
}

#footer .bottom-right {
	float: right;
}
