
/* CSS Document */
body {
	padding:0;
	margin:0;
	background-image:url(../images/bg_verlauf.gif);
	background-repeat:repeat-x;
	background-position:top; 
	background-color:#ffffff;
	text-align: center;
	height: 100%;
}
body, td {
	font-family:"Trebuchet MS", Verdana;
	color: #000000;
	font-size: 12px;
}

#seite {
	width:920px;
	margin: 0 auto;
	background-color:#ffffb7;
	margin-top: 15px;
	padding: 0px 0px 30px 0px;
	border: 1px solid #cccccc;
}

hr {
	height:1px;
	border:0px solid white;
	border-bottom: 1px solid #b364a9;
	margin:0 0 15px 0;
}

.clearer {
	clear:both;
	height:1px;
	width:100%;
	background-color:red;
	font-size:1px;
	visibility:hidden;
}
.unsichtbar {
	display: inline;
	position: absolute;
	left: -1000px;
	top:  -1000px;
	overflow: hidden;
	width: 0px;
	height: 0px
}
abbr {
	cursor:help;
	border-bottom:1px dotted silver;
}
/*----------------------------------------------------------------------- Header ------------------------*/
#kopf {
	width: 920px;
	height: 100px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position: 95px 20px;
	background-color:#FFFFFF;
	text-align:right;
}
#kopf_rechts {
	height: 100px;
	width: 920px;
	background-image:url(../images/gernlernen.gif);
	background-repeat:no-repeat;
	background-position: 640px 45px;
}
#header {
	width: 920px;
	height: 140px;
	background-color: #227103;
	text-align:center;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position: right;
}
/*----------------------------------------------------------------------- Hauptmenu ------------------------*/
#hauptmenu {
	position:relative;	
	width: 728px;
	height: 24px;
	background-color: #b364a9;
	margin-bottom: 30px;
	padding-left: 192px;
}
#icons {
	display: inline;
	float: right;
	text-align:left;
	width: 165px;
	position: relative;
}
#icons a {
	padding-right: 5px;
}
#icons img {
	padding-top: 5px;
}
/*----------------------------------------------------------------------- Unten ------------------------*/
#unten {
	width: 920px;
	text-align:left;
}
/*----------------------------------------------------------------------- Submenu ------------------------*/
#submenu {
	width: 170px;
	display:inline;
	float:left;
	padding-top: 30px;
	position:relative;
}
/*----------------------------------------------------------------------- Inhalt ------------------------*/
#inhalt {
	width: 505px;
	display:inline;
	float:left;
	padding: 0px 30px 0px 40px;
	font-size: 12px;
	line-height: 19px;
}
#inhalt_breit {
	width: 580px;
	display:inline;
	float:left;
	padding: 0px 30px 0px 40px;
	font-size: 12px;
	line-height: 19px;
}
h3 {
	color: #b364a9;
	font-weight:normal;
	font-size:17px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
h4 {
	color: #000000;
	font-weight:bold;
	font-size:12px;
	padding:0;
	margin: 0;
	margin-bottom: 15px;
}
#inhalt p {
	padding: 0;
	margin: 0 0 15px 0;
}
/*

#inhalt ul {
	margin: 0;
	padding: 0;
}
#inhalt li {
	list-style-type:square;
	margin-left: 25px;
}
#inhalt li span {
	color: #000000;
}
*/

#inhalt ul li {
	list-style-type:none;
	background:url(../images/content_li.gif) 0 6px no-repeat;

	padding-left: 13px;
	margin-left:-20px;
	
	margin-bottom:7px;
}

a:link,
a:visited {
	text-decoration:underline;
	color: #227103;
}
a:hover {
	text-decoration:none;
}
.tabelle_linie td {
	border-bottom: 1px solid #227103;
	padding-bottom: 5px;
	padding-top: 5px;
}
/*----------------------------------------------------------------------- Container ------------------------*/
#container {
	width: 155px;
	display:inline;
	float:left;
	font-size: 12px;
	line-height: 17px;
	padding-left: 12px;
	border-left: 1px solid #227103;
}
#container p {
	padding: 0px 0px 20px 0px;
	margin:0;
}
#container ul {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#container ul li {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	background-color: transparent;
	background-image: url(../images/icon_pfeil.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 5px;
	margin: 0px;
}

/*----------------------------------------------------------------------- Fuss ------------------------*/
#fuss {
	width: 920px;
	height: 20px;
	text-align: left;
	font-size: 11px;
	color: #999999;
	padding-top: 3px;
	margin:0 auto;
}
#fuss_links {
	display: inline;
	float: left;
}
#fuss_rechts {
	display: inline;
	float: right;
}
#fuss a {
	color: #999999;
}
/*----------------------------------------------------------------------- Clearer ------------------------*/
.clearer {
	clear:both;
	height:1px;
	width:1px;
	background-color:#FFFFFF;
	visibility:hidden;
	font-size:1px;
}