/* DIV positionierungen */

* {
padding:0;
margin:0;
border:0;
}

html, body {
height: 100%; /* wichtig */
margin: 0;
padding: 0;
background-color: #6291c0;
background-image: url(grafik/background.jpg);
background-repeat: repeat-x;
font-family: Arial, Verdana;
}

#wrap {
min-height: 100%;
height: auto !important;/* moderne Browser */
height: 100%; /* IE */
width:940px;
margin-left:auto;
margin-right:auto;
background-image: url(grafik/background_2.gif);
background-repeat: repeat-y;
background-position: center;
}

#left {

float:left;

width:217px;

}
	
#center{
float: left;
width: 506px;
padding: 0;
margin: 0;
min-height: 100%;
height: auto !important;
height: 100%;
}

#subcontent {
position: relative;
padding: 30px 10px 30px 10px;
text-align: justify;
min-height: 506px;
height: auto !important;/* moderne Browser */
height: 506px; /* IE */
background-image: url(grafik/head.gif);
background-repeat: no-repeat;

}

#inhalt {
margin: 270px 30px 0 30px;
}

#right {

float:right;

width:217px;
margin-top: 229px;

display:inline;

}

#footer {
height:3em;
margin-top:-3em;
width:940px;
margin-left:auto;
margin-right:auto;
text-align:center;
background-color: #6291c0;
background-image: url(grafik/footer.gif);
background-repeat: no-repeat;
background-position: center top;
}

#menubox {
position: relative;
width: 190px;
margin-top: 40px;
margin-right: 17px;
text-align: right;
font-size: 18px;
font-family: Arial, Verdana;
}

/* Kästchen gestaltung */

.box_right {
float: right;
width: 170px;
padding: 10px;
background-color: #bed8e8;
margin-bottom: 30px;
}

.box_left {
width: 170px;
padding: 10px;
background-color: #bed8e8;
margin-bottom: 30px;
}

/* Textgestaltung */

#inhalt p {
font-family: Arial, Verdana;
font-size: 12px;
}

#inhalt h1 {
font-family: Arial, Verdana;
font-size: 20px;
font-weight: bold;
color: #0f496a;
}

#inhalt h2 {
font-family: Arial, Verdana;
font-size: 15px;
font-weight: bold;
color: #6c8eb1;
}

.box_left h1, .box_right h1 {
font-family: Arial, Verdana;
font-size: 15px;
font-weight: bold;
color: #3f3f3f;
}

.box_left h2, .box_right h2 {
font-family: Arial, Verdana;
font-size: 13px;
font-weight: bold;
color: #6c8eb1;
}

.box_left p, .box_right p {
font-family: Arial, Verdana;
font-size: 13px;
color: #2e2e2e;
}

.link{
margin-top: 18px;
text-align: right;
width: 170px;
font-size: 11px;
font-weight: bold;
}

.link a{
font-family: Arial, Verdana;
color: #0f496a;
text-decoration: none;
}

.link a:hover{
font-family: Arial, Verdana;
color: #6c8eb1;
text-decoration: none;
}

/*Menü*/

dl, dt, dd, ul, li{
color: #fff;
margin: 0;
padding: 0;
list-style-type: none;
text-decoration: none;
}
						
#menu{
top: 0;
left: 0;
padding-bottom:41px;
}
						
#menu dt{
cursor: pointer;
margin: 8px 0;;
height: 20px;
line-height: 20px;
text-indent: 10px;
text-align: right;
}

						
#menu li{
text-indent: 30px;
text-align: right;
}
						
#menu li a {
color: #fff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu dt a {
color: #225584;
font-weight: normal;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
color: #fff;
}

.meinetabelle {
font-family: Arial, Verdana;
font-size: 12px;
}

/*Kalender*/
a.info{
	position:relative;
	color:#FF0000;
	text-decoration:none;
	font-weight: bolder;
	z-index: 1;
}

a.info:hover{
	background-color:transparent;
	z-index: 2;
	color: #FF0000;
	text-decoration: none;
}

a.info:visited{
	position:relative;
	color:#FF0000;
	text-decoration:none;
	font-weight: bolder;
	z-index: 1;
}

a.info span{
	display: none;
	z-index: 1;
	color: #FF0000;
	font-weight: bolder;
	text-decoration: none;
}

a.info:hover span{
	display:block;
	position:absolute;
	top:1.5em;
	left:1em;
	width:15em;
	border:1px solid #000000;
	background-color:#EAEAEA;
	color: #000000;
	z-index: 2;
}

/*verbliebenes*/



hr {

	clear:both;

	height:3em; /* height von #footer */

	visibility:hidden;

	}
	

/* \*/

* html #wrap {

	height:1%;

	}

/* */



/* \*/

* html #content {

	height:1%;

}

/* */