* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size: 10pt;
	background-color: red;
	background-image: url("images/background_ps5.png");
	background-repeat: repeat-y;
	background-position: 40px 0px;
}

#general {
	width: 976px;
	margin-left: 44px;
}

#haupttitel {
	font-family: "Palatino Linotype", "Palatino", "URW Palladio L", serif;
	font-size: 58pt;
	color: red;
	margin: 20px 0px 0px 18px;
	float:left;
}

#nebentitel {
	letter-spacing: 1pt;
	border-bottom: 2px solid #0000f1;
	border-top: 6px solid #0000f1;
	margin: 70px 0px 45px 0px;
	font-size: 14pt;
	float: right;
}

#text {
	clear: both;
	margin-left: 20px;
}

#fussleiste {
	clear: both;
	color: #0000ba;
	margin: 40px 0px 0px 22px;
	border-top: 2px solid #919191;
	border-bottom: 6px solid #919191;
}

#fussleiste ul li{
	color: #0000ba;
	font-size: 12pt;
	display: inline;
}

#fussleiste #main {
	padding-left: 0px;
}


#fussleiste #kont {
	padding-left: 80px;
}

#fussleiste #impr {
	padding-left: 80px;
}

#fussleiste #copy {
	color: black;
	font-size: 7pt;
	padding-left: 345px;
}






/* a {
	color: #1b65c8;
	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;
}

img {
	border: 2px solid yellow;
	margin: 40px;
	padding: 20px;
	background: red;
}

p {
	line-height: 140%;
	text-align: justify;
}

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: 40px 0px 20px 78px;
}

#branding p {
	font-size: 80%;
	text-align: right;
	float: right;
}

#navigation {
	clear: right;
}

#inhalt {
	margin-top: 20px;
}

#inhalt-haupt {
	width: 420px;
	float: left;
	padding-right: 15px;
	border-right: 1px dotted #999999; 
	margin-bottom: 10px;
}

#inhalt-sub {
	width: 225px;
	float: right;
}

#inhalt-haupt .portrait-foto {
	float: left;
	margin: 0px 10px 10px 0px;
}

#fusszeile {
	clear: both;
	border-top: 1px solid black;
	padding-top: 10px;
}

#fusszeile p.bottom-right {
	float: right;
}
*/