* {
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0;
}

html,
body {
	color: #000000;
	background-color: #8A9DB8;
	background-image: url(/gfx/kopf_hintergrund.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

p {
	margin: 0 0 0.5em 0;
}

img {
	border: none;
}

a {
	color: #000000;
}

/* Inhalt links und rechts */
#inhalt_links {
	width: 212px;
	position: absolute;
}
#inhalt_rechts {
	width: 174px;
	position: absolute;
}
#inhalt_links {
	left: 16px;
	top: 132px;
}
#inhalt_rechts {
	right: 16px;
	top: 169px;
}
#inhalt_links h4, #inhalt_rechts h4 {
	height: 20px;
	line-height: 20px;
	background-color: #324868;
	font-size: 90%;
	color: #FFFFFF;
	padding-left: 8px;
}
#inhalt_links div.container, #inhalt_rechts div.container {
	border: 1px solid #324868;
	margin-bottom: 20px;
}
#inhalt_links p, #inhalt_rechts p {
	padding: 5px 8px 3px 8px;
}
#inhalt_links ul, #inhalt_rechts ul {
	margin: 3px 0px 5px 8px;	
}
#inhalt_links li, #inhalt_rechts li {
	list-style-type: none;
	line-height: 150%;
}
#inhalt_links a, #inhalt_rechts a {
	color: #000000;
	text-decoration: none;
}
#inhalt_links a:hover, #inhalt_rechts a:hover {
	text-decoration: underline;
}
#inhalt_links li.aktiv a, #inhalt_rechts li.aktiv.a {
	font-weight: bold;
}
#inhalt_links li.aktiv a:hover, #inhalt_rechts li.aktiv a:hover {
	text-decoration: none;
}

/* Menü oben */
#menu_oben {
	width: 610px;
	margin-left: 245px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #324868;
}
#menu_oben td {
	height: 24px;
	border-width: 0 1px 0 0;
	padding: 0 5px 0 5px;
	border-style: solid;
	border-color: #324868;
	text-align: center;
}
#menu_oben a {
	text-decoration: none;	
}
#menu_oben a:hover {
	text-decoration: underline;	
}

/* Suche */
#suche {
	font-size: 90%;
	margin-left: 245px;
	margin-bottom: 16px;
	padding-left: 13px;
	background-color: #324868;
	color: #FFFFFF;
	font-weight: bold;
}
#suche a {
	color: #F5F5F5;
	text-decoration: none;
}
#suche table {
	width: 600px;
}
#suche input {
	height: 15px;
	margin: 2px 2px 2px 2px;
	font-size: 90%;
	border: 1px solid #F5F5F5;
}

#suche .feld {
	color: #000000;
	background-color: #F5F5F5;
	border: none;
}

/* Inhalt mitte */
#inhalt_mitte, #fuss {
	margin: 16px 16px 0 245px;
	padding: 8px 10px 16px 10px;
}
#inhalt_mitte {
	height: 370px;
	color: #333333;
	background-color: #FFFFFF;
}
html>body #inhalt_mitte {
    height:auto;
    min-height:470px;
}
#inhalt_mitte h3 {
	color: #FFFFFF;
	background-color: #324868;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 120%;
}
#inhalt_mitte a {
	color: #333333;
}
#inhalt_mitte .krumen {
	font-size: smaller;	
}
#inhalt_mitte .button {
	color: #FFFFFF;
	background-color: #324868;
	border: 1px solid #999999;
	margin: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#inhalt_mitte input.button {
	padding: 4px 0 4px 0;
}
#inhalt_mitte p.button {
	line-height: 25px;
}

#inhalt_mitte .button a {
	color: #FFFFFF;
	text-decoration: none;
}
#inhalt_mitte fieldset {
	border: 1px solid #324868;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#inhalt_mitte legend {
	font-weight: bold;
	background-color: #F5F5F5;
	margin-left: 10px;
}
#inhalt_mitte .quantity {
	width: 25px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #324868;
	text-align: center;
}
#inhalt_mitte .error {
	font-size: 120%;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFFF;
	border: 2px solid #CC0000;
	padding: 10px;
}
#inhalt_mitte .required {
	background-color: #EEDFB2;
	width: 270px;
}

/* Fuss */
#fuss {
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 95%;
	text-align: center;	
}

/* Textformate */
.textkleiner {
	font-size: 90%;	
}

/* Print */
@media print {
	
	#inhalt_links, #menu_oben, #suche {
		display: none;
	}
	#inhalt_mitte, #fuss {
		margin-left: 16px;
	}
	
}
