/* CSS für Touren auf henter.name */

body {
	background-color:#333333;
	background-image:url(img/back.gif);
	color:#000000;
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}

/* div seite  = Seitencontainer */
/* div kopf   = Seitenkopf      */
/* div menue  = Menue           */
/* div inhalt = Seiteninhalt    */
/* div fuss   = Seitenfuss      */
/* sonstige formate             */

/* ##########-------################ */
/* ########## seite ################ */
/* ##########-------################ */

div#seite {
	width: 900px;
	background-color:#ffffff;
	position: absolute;
	margin-left: -450px; /* halbes width */
	left: 50%;           /* halber Bildschirm aka Zentrum */
	top: 2%;
	border-width: 1px;
	border-color: #000099;
	border-style: solid;
}

/* ##########------################ */
/* ########## kopf ################ */
/* ##########------################ */

div#kopf {
	border-bottom-width: 5px;
	border-bottom-color: #000099;
	border-bottom-style: solid;
	background-image: url(img/logo_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 50px;
	padding: 20px;
	text-indent:200px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:bold;
}

/* ##########-------################ */
/* ########## menue ################ */
/* ##########-------################ */

div#menue {
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 200px;
	background-color:#bbccdd;
}

.menueliste {
	font-weight:bold;
	font-size:14px;
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}

div#menue a {
	text-decoration: none;
	display: block;
	color:#000000;
	padding: 5px;
	border-width: 2px;
	border-color: #bbccdd;  /* unsichtbar, Hintergrundfarbe */
	border-style: solid;
}

div#menue a:hover {
	text-decoration: none;
	display: block;
	color:#000099;
	background-color:#dddddd;
	padding: 5px;
	border-width: 2px;
	border-left-color: #bbbbbb;
	border-top-color: #bbbbbb;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	border-style: solid;
}

/* ##########--------################ */
/* ########## inhalt ################ */
/* ##########--------################ */

div#inhalt {
	padding-left: 20px;
	padding-top:  20px;
	padding-right:  40px;
	padding-bottom:  20px;
	border-left-width: 200px;
	border-left-color: #bbccdd;
	border-left-style: solid;
}

.inhaltueberschrift {
	font-weight:bold;
	font-size:18px;
}

.inhalttext {
	line-height: 18px;
}

.inhalttextklein {
	font-size:11px;
	line-height: 14px;
}

.inhaltliste {
	padding-left: 20px;
}

.inhalttabelle {
}

/* ##########------################ */
/* ########## fuss ################ */
/* ##########------################ */

div#fuss {
	clear: both;
	border-top-width: 5px;
	border-top-color: #000099;
	border-top-style: solid;
	padding: 5px;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}


/* ##########-----------########### */
/* ########## sonstiges ########### */
/* ##########-----------########### */


