/* Layout CSS */

* {
	margin:0;
	padding:0;
}

html, body, #bg, #bg table, #bg td {
	height:100%;
	overflow:hidden;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#hintergrund {position:absolute; z-index:1; width:100%; height:100%;}


#bg div {
	height:200%;
	left:-50%;
	position:absolute;
	top:-50%;
	width:200%;
	z-index:1;
}

#bg td {
	text-align:center;
	vertical-align:middle;
}

#bg img {
	margin:0 auto;
	min-height:50%;
	min-width:50%;
}


img {
	display:block;
}

#all {
	position:absolute;
	width:580px;
	height:100%;
	z-index:10;
	left:5%;
	top:5%;
	overflow:auto;
}

/* Header (schwarzer Balken)*/

#all #header {
	width:100%;
	height:25px;
	background:#000;
}

#all #header a {
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:34px;
	line-height:25px;
	text-decoration:none;
	letter-spacing:-3px;
}

#all #header a img {
	border:none;
}

/* Menü oben */

#all #menu {
	margin:2px 0 5px 25px;
	height:30px;
}

#all #menu ul {
	padding:0;
	margin:0;
	list-style:none;
}

#all #menu ul li {
	display:inline;
	margin-right:5px;
}

#all #menu ul li a,
#all #menu ul li a:link,
#all #menu ul li a:visited {
	color:#000;
	font-size:28px;
	text-decoration:none;
	letter-spacing:-2px;
}

#all #menu ul li a:hover,
#all #menu ul li a:focus {
	color:#000;
	font-weight:bold;
}

#all #menu ul li a.act {
	font-weight:bold;
}

/* Content */

#all #content {
	width:535px;
	height:425px;
	background:url(../img/style/contentbg.png) top left;
	margin-left:25px;
	color:#fff;
	font-size:12px;
	padding:10px;
	overflow:auto;
}

#all #content a {
	color:#999999;
}

#all #content a img {
	border:2px solid #ccc;
}

#all #content a:hover {
	color:#FFFFFF;
}

#all #content h1{
	font-size:16px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding:0;
}

#all #content h2{
	font-size:16px;
	margin:20px 0 10px 0;
	padding:0;
}

#all #content table {
	width:99%;
}

#all #content table td {
	padding:0 20px 3px 0;
	border-bottom:1px solid #555;
}

#all #content table th {
	text-align:left;
	border-bottom:1px solid #999999;
}


#all #content h3 {
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	font-size:14px;
}

#all #content input, textarea {
	border:1px solid #000;
	background:#999999;
}

/*footer*/

#all #footer {
	width:100%;
	text-align:right;
}

#all #footer ul {
	list-style:none;
}

#all #footer ul li {
	display:inline;
}

#all #footer ul li a,
#all #footer ul li a:link, 
#all #footer ul li a:visited {
	color:#000;
	text-decoration:none;
	font-size:12px;
	letter-spacing:-1px;
	border-right:1px solid #000;
	padding-right:5px;
}

#all #footer ul li.last a,
#all #footer ul li.last a:link,
#all #footer ul li.last a:visited {
	border:none;
}

#all #footer ul li a:hover,
#all #footer ul li a:focus {
	text-decoration:underline;
}


