body{
	margin:0px;
	background-image:url(../images/background_verlauf.jpg);
	background-repeat:repeat-x;
	background-color:#BFDFFF;
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 100%;
}

h1{
	font-size: 2em; 
	color:#191970;
	text-shadow:2px 2px 2px #B7B7B7;
}

h2{
	font-size: 1.5em;
	text-shadow:2px 2px 2px #B7B7B7;
}

#shortcut{
	text-decoration:none;
}

#shortcut:hover{
	display:block;
	background:#fc3;
	text-align:center;
	text-decoration:none;
}

#head{
	margin: 20px auto 3px auto;
	min-width: 935px;
	/*width:935px;*/
	width: 70%;
	border:double 3px black;
	height:120px;
	background-color:#FFFFFF;
}

#laufband{
    margin: 3px auto 3px auto;
	min-width: 935px;
    /*width:935px;*/
	width: 70%;
    border:double 3px black;
    background-color:#FFFFFF;
    height:75px;
    background-image:url(../images/verlauf.png);
    background-repeat:no-repeat;
    background-position:right;
}

#menu{
	/*z-Index: 1;
	width:10%;
	min-width: 150px;
	margin: 0px auto auto 0px;
	border-bottom: solid 0px white;
	border-top: none;
	-moz-opacity: 0.95;
	/*background-image: url(../images/background_menu.png);*/
	/*background-color: #2E9BEF;*/
	/*background-color: #D16410;
	position: fixed;
	padding-left: 0px;*/
}

#parsedmenu{
	/*z-Index: 1;
	width:10%;
	min-width: 150px;
	margin: 0px auto auto 0px;
	border-bottom: solid 0px white;
	border-top: none;
	-moz-opacity: 0.95;*/
	/*background-image: url(../images/background_menu.png);
	/*background-color: #2E9BEF;*/
	/*background-color: #D16410;*/
    /*background-color: #000000;/*FF8429*/
	/*position: fixed;
	padding-left: 0px;*/
	
    width:929px;margin:0px auto;
    margin-top:3px;
    font-family:verdana;
    font-size:12px;
    padding:5px 3px;
    text-align:center;
    clear: both;
    margin-bottom: 3px;
}

#content{
	/*min-height: 1300px;*/
	min-width: 935px;
	/*width: 925px;*/
	width: 70%;
	margin: 3px auto 3px auto;
	/*padding: 5px;*/
	border: double 3px black;
	background-color:#FFFFFF;
}

#content_text{
        padding: 10px;
}

#top-link{
	text-decoration: none;
}
#top-link:visited{
	text-decoration: none;
	color: #0000FF;
}

#footer{
	margin: 3px auto 5px auto;
	min-width: 935px;
	/*width:935px;*/
	width: 70%;
	border:double 3px black;
	background-color:#FFFFFF;
	text-align:center;
	clear: both;
}

/************* TOOLS *************/

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
