/*<![CDATA[*/
body { 
	background-color: #ccc;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #000;
}

html, body {
	height: 100%;
	margin: 0;
}

img {
	border: none;
}
.antifloat {
	clear: both;
}

acronym  {
   border-bottom: 1px dotted #3A53A7;
   cursor: help;
}

/* Angaben zum Druck-Seiten-Layout */

@page {
	size: 21.0cm 14.85cm;
	margin: 5.7cm 2cm 1.4cm 1cm;
}


/* Grundaufbau */

#container {
	position: absolute;
	width: 860px;
	height: auto;
	margin-left: -430px;
	left: 50%;
}
#kopf {
	display: inline-block;
	background-image: url(images/kopf_grund.jpg);
	background-repeat: no-repeat;
	width: 860px;
	height: 95px;
	margin: 0px;
}
#beitrag {
	display: inline-block;
	background-image: url(images/beitrag_grund.jpg);
	background-repeat: repeat-y;
	width: 860px;
	height: auto;
	margin: 0px;
}
#seite {
	display: inline-block;
	width: 840px;
	margin: 10px;
	font-size: 12px;
} 
#seite a, a:visited {
	color: #000;
	text-decoration: none;
}
#seite a:hover {
	color: #3A53A7;
	text-decoration: underline;
}
#seite h1 {
	color: #3A53A7;
	font-size: 18px;
	font-weight: bold;
}

#seite h2 {
	font-size: 16px;
	font-weight: bold;
}

#fuss {
	display: inline-block;
	background-color: #B1B1B7;
	width: 860px;
	height: 5px;
	margin: 0px;
}


/* Seiteninhalt Formatierungen */

caption {
	font-size: 13px;
	font-weight: bold;
	color: #3A53A7;
	margin: 5px 0 5x 0;
	height: 30px;
	padding: 4px 0 0 0;
}
.tabellenabstand {
	margin: 0;
	height: 10px;
}
.hinweis {
	font-size: 10px;
	font-style: italic;
}
.schriftklein {
	font-size: 9px;
	font-style: italic;
	color: #666;
	text-decoration: none;
}
.centrum {
	text-align: center;
}
.dick {
	font-weight: bold;
}
.auflistung {
	margin-left: 10px;
}

/*]]>*/

