/* Allgemeines -------------------------------------------------------- */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #8C9BA1 url("g/bg_grad.png") fixed;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:black;
}
a.plain {
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
}
a.invis:hover {
	text-decoration:none;
}

h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #cccccc;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

dt {
	font-weight:bold;
}
td {
	vertical-align:top;
}

input, textarea {
	border: 1px solid #999999;
}
input[type=text], textarea {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
}

table.aufz {
	margin-top:3px;
}
table.aufz td {
	padding:0px 8px 8px 6px;
}
table.aufz tr.eng td {
	padding-bottom:0px;
}
table.aufz td.pfeil {
	width:30px;
	vertical-align:top;
	text-align:right;
}

p.letzter {
	margin-top:8px;
	margin-bottom:0px;
}

/* Aufbau ------------------------------------------------------------- */
#Lot {
	width:1px;
	height:50%;
	background: #8C9BA1 url("g/bg_grad.png") fixed;
	margin-bottom:-280px;
	float:left;
	visibility:hidden;
}
#Box {
	position:relative;
	clear:left;
	z-index:1;
	width:800px;
	height:560px;
	margin:0 auto;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: 0px none #FFFFFF;
	text-align:left;
	-moz-box-shadow:2px 2px 4px #71828a;
	-webkit-box-shadow:2px 2px 4px #71828a;
	box-shadow:2px 2px 4px #71828a;
}
#Dreieck {
	position:absolute;
	z-index:5;
	width:200px;
	height:200px;
	left: -20px;
	top: -20px;
	background: url("g/dreieck1.gif") no-repeat;
}
#StefanJakl {
	position:absolute;
	z-index:6;
	left: 20px;
	top: 12px;
	height: 40px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 2px 2px 2px #999999;
	/*filter:Shadow(color=#d2d2ff, direction=135, strength=4);*/
}
#Kopfzeile {
	position:absolute;
	z-index:4;
	left:10px;
	top:100px;
	width:780px;
	height:35px;
	padding:0;
	layer-background-color: #CCFFFF;
	border-bottom: thin solid #999999;
	overflow: hidden;
}
#Fusszeile {
	position:absolute;
	z-index:5;
	left:10px;
	bottom:-1px;
	width:780px;
	height:25px;
	padding-top: 5px;
	border-top: thin solid #999999;
	color: #999999;
	font-size: 12px;
	overflow: hidden;
}
#Status {
	float:left;
}
#Uhr {
	float:right;
}

/* Hauptmenü --------------------------------------------------------- */
#Menubar {
	position:absolute; 
	z-index:3; 
	left:0px; 
	top:60px; 
	width:100%; 
	height:30px; 
	background-color: #CCCCCC; 
	layer-background-color: #CCCCCC; 
	border: 0px none #000000;
}
#Menu {
	position:absolute;
	z-index:8;
	left:0px;
	top:60px;
	width:100%;
	height:30px;
	border: 0px none #000000;
	overflow: hidden;
}
#Menu ul {
	list-style:none;
	margin:0;
	padding:6px 0px 0px 93px;
}
#Menu li {
	list-style-type:none;
	float:left;
	padding-right:1px;
}
#Menu a {
	display:block;
	width:95px;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	border:1px solid #cccccc;
	background:transparent;
}
#Menu a:hover, #SubMenu a:hover {
	border:1px solid #dddddd;
	background-color: #dddddd;
}
#Menu a:active, #SubMenu a:active {
	border-top:1px solid #999999;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #999999;
	background-color: #dddddd;
}
/*#Menu a:focus, #SubMenu a:focus {
	border:1px solid #dddddd;
	background-color: #dddddd;
}*/
#Menu a.selected, #SubMenu a.selected {
	border-top:1px solid #999999;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #999999;
	background-color: #dddddd;
}

/* Inhalt direkt -------------------------------------------------------- */
#Inhalt {
	position:absolute;
	z-index:11;
	left:10px;
	top:145px;
	width:749px;
	height:365px;
	padding:5px 15px;
	overflow:auto;
}

#Inhalt.full {
	width:779px;
	padding-left:0px;
	padding-right:0px;
}
#Inhalt.full td {
	padding-left:0px;
	padding-right:0px;
}
#Inhalt.full a {
	text-decoration:underline;
}

/* Submenü und Inhalt ---------------------------------------------------- */
#SubMenubar {
	position:absolute;
	z-index:2;
	left:10px;
	top:145px;
	width:170px;
	height:375px;
	background-color:#eeeeee;
}
#SubMenu {
	position:absolute;
	z-index:7;
	left:10px;
	top:145px;
	width:170px;
	height:375px;
	padding:0px;
}
#SubMenu ul {
	list-style:none;
	margin:0px;
	padding-left:15px;
	padding-right:15px;
}
#SubMenu ul li {
	list-style-type:none;
	margin-top:15px;
	margin-bottom:20px;
}
#SubMenu ul li a {
	display:block;
	width:140px;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	border:1px solid #cccccc;
	background:transparent;
}
#SubMenu ul ul {
	list-style:none;
	margin:0px;
	padding-top:5px;
	padding-left:20px;
}
#SubMenu ul ul li {
	list-style-type:none;
	margin-top:10px;
	margin-bottom:10px;
}
#SubMenu ul ul li a {
	width: 120px;
}

#SubInhalt {
	position:absolute;
	z-index:10;
	left:184px;
	top:145px;
	width:584px;
	height:355px;
	padding:10px;
	overflow:auto;
}
