/* --> Seiteneinrichtung */
#main { 
   position: absolute; 
   visibility: visible; 
   left: 50%; 
   top: 10px;
   width: 960px; 
   height: 97%; 
   margin-left: -480px; 
   z-index : 1; 
	overflow: hidden;
} 

#overall {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 960px;
	background: transparent;
	color: black;
}
/* --> Ende Seiteneinrichtung */


/* --> Container Seitenkopf */
#head {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 81px;
	background: #000 url(../images/main/head.jpg) no-repeat 0 0;
	font-size: 4em;
	z-index: 5;
	overflow: hidden;
	color: #fff;
}

/* --> Ende Container Seitenkopf */

/* --> Inhalt */
#content {
	overflow: auto;
	position: absolute;
	z-index:3;
	top: 81px;
	bottom: 0px;
	left: 150px;
	right: 0px;
	padding-left: 130px;
	padding-right: 130px;
}
/* --> Ende Inhalt */

/* --> HTML */
html {
	height:100%; 
	margin: 0;
	border:0; 
	background:#fff; 
	color: black;
	font-size:72%;
   font-family: Arial, Helvetica, sans-serif;
	/* verstecke overflow:hidden vor IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body {
	height: 100%;
	overflow: auto;
	margin: 0;
	border: 0;
}

* html #content {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	max-height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	z-index: 3;
	border-top: 81px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 150px solid #ffffff;
}

/* --> Ende HTML */

/* --> Container Seitenfuß */
#footLastup {
	text-align: left; 
	float: left;
	width: 165px;
	height: 50px;
	z-index: 11;
	text-align: left;
}

#footCopyright {
	text-align: right; 
	float: right;
	width: 250px;
	height: 50px;
	z-index: 11;
}

#footMenu a:hover {
	color: orange;
	background-color: transparent;
	text-decoration: none;
}

/* --> Ende Container Seitenfuß */

/* --> Container Hauptnavigation */
#left {
	position: absolute;
	left: 0;
	top: 81px;
	bottom: 0px;
	width: 150px;
	z-index: 4;
	background: #000 url(../images/main/left.jpg) no-repeat 0 0;
	overflow: hidden;
}

* html #left {
	height: 100%;
	top: 0;
	bottom: 0;
	border-top: 81px solid #fff;
	border-bottom: 0px solid #fff;
	color: #000;
}
/* --> Ende Container Hauptnavigation */

/* --> Hauptnavigation */

#menu a {
	text-decoration: none;
	color: white;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	z-index: 100;
}

#menu a:hover {
	text-decoration: none;
	color: #54A6EA;
	background-color: transparent;
}

img {
	border: 0px;
}

.csc-textpic-caption {
	font-size: 90%;
	color: #cc6600;
	padding-top: 3px;
	text-align: center;
}

a {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #54A6EA
}

a:visited {
	color: Orange;
	text-decoration: none;
}

.normal9 { 
	font-family: Verdana, Arial;
	font-size: 9px; 
	color: #333333;
	text-align: center;
	vertical-align: middle;
	font-weight: bold
}

