/* CSS Document */

/* BODYBEREICH */

body {
	background-color:#F7F7F7;
	margin: 0px;
	overflow:auto;
	height: 100%;
	width: 100%;
	padding: 0;
}
#main {
	border-color: #000000;
	border-style:solid;
	border-width:0px;
	background-image:url(../images/spx2006/SpX06_T02.jpg);
	background-color: #5097E5;
	background-repeat: no-repeat;
	width:640px;
	height:539px;
	z-index:1;
	margin: 10px auto;
	overflow: hidden;
}

/* CONTENTBEREICH */

#contentframe {
	border-color: #00FF00;
	border-style:solid;
	border-width:0px;
	float: left;
	position: relative;
	top: 5px;
	left: 5px;
	width: 360px;
	height: 510px;
	overflow: hidden;
	z-index: 2;
}
#head {
	position:relative;
	top:10px;
	left:0px;
	width:360px;
	height:115px;
	border-color: #000000;
	border-style:solid;
	border-width:0px;
	z-index: 3;
}
#content {
	position:relative;
	z-index:3;
	border-color: #000000;
	border-style:solid;
	border-width:1px;
	left: 0px;
	top: -250px;
	width: 360px;
	height: 250px;
}
#titel1 {
	position:relative;
	top:0px;
	left:0px;
	width:360px;
	height:45px;
	z-index:3;
	border-color: #000000;
	border-style:solid;
	border-width:0px;
}
#titel2 {
	position:relative;
	top:0px;
	left:0px;
	width:360px;
	height:35px;
	z-index:3;
	border-color: #000000;
	border-style:solid;
	border-width:0px;
}
#foot {
	position:relative;
	left:0px;
	width:360px;
	height:64px;
	border-color: #000000;
	border-style:solid;
	border-width:0px;
	top: 0px;
	z-index: 3;
}

/* SEITENBEREICH */

#leftbar {
	position:relative;
	left:5px;
	width:130px;
	height:510px;
	float:left;
	top: 5px;
	z-index: 3;
	border-style:solid;
	border-width:0px;
	border-color: #000000;
	overflow: hidden;
	padding: 0px;
}
#leftbar a:link, #leftbar a:visited {
    color:#FFFFFF;
    text-decoration:none;
}
#leftbar a:hover {
	color:#0000FF;
    text-decoration:none;
	} 
#leftbar p {
	margin:10px;
	line-height: 150%;
	}
#rightbar {
	position:relative;
	top:5px;
	height:510px;
	float:right;
	z-index:3;
	border-color: #000000;
	border-style:solid;
	border-width:0px;
	width: 130px;
	overflow: visible;
	right: 13px;
}
#rightbar a:link, #rightbar a:visited {
    color:#FFFFFF;
    text-decoration:none;
}
#rightbar a:hover {
	color:#0000FF;
    text-decoration:none;
	} 
#rightbar p {
	margin:10px 5px 10px 0px;
	line-height: 150%;
}

/* FORMATE */

.bar {
	position:absolute;
	z-index: 4;
	border-color: #000000;
	border-style:solid;
	border-width:0px;
	top: 10px;
	overflow: visible;
}
.shade {
	padding-top:14px;
	padding-left:2px;
	color: #000000;
	z-index: 4;
	}
.shade a {
    color:#000000;
    text-decoration:none;
}
.imprint {
	font-family:Comic Sans MS, Tahoma, Arial, Helvetica, sans-serif, Verdana;
	font-size:8pt;
	font-variant:small-caps;
	font-weight:500;
	color: #FFFF00;
	white-space: nowrap;
}
.headtxt {
	font-family:Comic Sans MS, Tahoma, Arial, Helvetica, sans-serif, Verdana;
	font-size:14pt;
	font-variant:small-caps;
	font-weight:1000;
	color: #FFFF00;
	white-space: nowrap;
}
.nada {
	visibility:hidden;
}
.niente {
	display:none;
}
