/* CSS Document */
/* staudenrauss.css */
/* O.Rompcik 2007 */

* { font-size: 100%; }

/* some font sizes */
body { font-size: 62.5%; }	/* set base font size to 10 pixels for better calculation */
h1 { font-size: 2em; }
h2 { font-size: 1.8em;}
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
p { font-size: 1.4em; }

body {
	margin: 0 0 0 0;
	width: 100%;
	background-color: #990000;
	height: 100%;
	min-width: 700px;
	text-align: center;
}

* { font-family: Arial, Helvetica, sans-serif; }

div#frame {
	position: relative;
	width: 100%;
	height: 95px;
	background-color: #660000;
}
div#header {
	width: 100%;
	height: 50px;
	background-color: #666666;
	background-image: url('../img/whitestripe.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#nav {
	width: 680px;
	min-width: 680px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 25px;
	position: relative;
	left: -50px;
	top: 13px;
}
div#content {
	width: 680px;
	min-width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background: white url("../img/corner-top-right.jpg") no-repeat top right;
}
div#footer {
	width: 680px;
	min-width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	padding-left: 10px;
	padding-right: 10px;
	background: white url("../img/corner-bottom-left.jpg") no-repeat top left;
	height: 20px;
}
div#nav h5 { display: none }
div#nav ul {
	margin-left: 0;
	font-size: 120%;
}
div#nav ul li {
	padding-bottom: 5px;
	list-style:none;
	margin: 0;
	display: inline;
	background: url("../img/corner_nav_left.jpg") no-repeat top left;
}
div#nav ul li a {
	margin-left: 14px;
	padding-left: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	text-decoration: none;
	background: url("../img/corner_nav_right.jpg") no-repeat top right;
}
div#nav ul li#current {
	background: url("../img/corner_nav_current_left.jpg") no-repeat top left;
}
div#nav ul li#current a {
	background: url("../img/corner_nav_current_right.jpg") no-repeat top right;
}
div#nav ul li a {
	color: #660000;
	font-weight: bold; 
}
div#nav ul li a:hover {
	color: #ffffff;
}
div#nav ul li#current a:hover {
	color: #660000;
}
div#logo {
	background: url("../img/logo.jpg") no-repeat bottom center;
	height: 200px;
}
div#logo h1 { display: none }

div#content a {
	text-decoration: underline;
	font-weight: normal;
	color: #660000;
}
div#content a:hover {
	color: #990000;
}

table#vermarktung {
	padding: 2px;
}

table#vermarktung th {
	font-size: 1.2em;
	text-align: left;
	color: #990000;
	font-weight: bold;
}

table#vermarktung th, table#vermarktung td {
	padding: 10px 0px 10px 25px;
}

table#vermarktung a.downloads {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	margin-right: 2em;
}
table#vermarktung td.address {
	font-size: 0.95em;
	line-height: 1.4em;
	vertical-align: top;
}

