html {
	height: 100%; 
	max-height: 100%; 
	padding: 0;
	margin: 0; 
	border: 0; 
	background: #fff; 
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}

#content {
	overflow: auto;
	position: absolute;
	z-index:3;
	top: 30px;
	bottom: 80px;
	left: 150px;
	right: 0px;
	padding-right: 30px;
	background: white;
	text-align: justify;
}

* 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: 30px solid transparent;
	border-bottom: 80px solid transparent;
	border-left: 150px solid #ffffff;
}

#head {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
 	height: 30px;
	background-color: #cccccc;
	font-size: .8em;
	z-index: 5;
	text-align: center;
	overflow: hidden;
	color: #000000;
	padding-left: 120px;
	vertical-align: middle;
}

#head-menu {
	position: absolute;
	margin: 0;
	top: 7px;
	left: 0;
	width: 100%;
 	height: 20px;
	background-color: #cccccc;
	font-size: 1em;
	z-index: 5;
	text-align: center;
	overflow: hidden;
	color: #000000;
	padding-left: 120px;
	background-color: transparent;
}

#foot {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 80px;
	font-size: 1em;
	z-index: 5;
	overflow: hidden;
	background: #cccccc;
	color: #000000;
}

#left {
	position: absolute;
	left: 0;
	padding-left: 10px;
	top: 0px;
	bottom: 0px;
	width: 120px;
	background-color: #999999;
	z-index: 6;
	overflow: hidden;
	font-size: 1.1em;
}

* html #left {
	height: 100%;
	top: 0;
	bottom: 0;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	color: #000000;
}

#content p {
	padding: 10px;
}

#footLastup {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 20px;
	font-size: 10px;
	z-index: 5;
	overflow: hidden;
	background: transparent;
	color: #000000;
	text-align: right;
}

#footCopyright {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 122px;
	display: block;
	width: 100%;
	height: 20px;
	font-size: 10px;
	z-index: 6;
	overflow: hidden;
	background: transparent;
	color: #000000;
	text-align: left;
}

#footMenu {
	position: absolute;
	margin: 0;
	bottom: 30px;
	left: 120px;
	display: block;
	width: 100%;
	height: 40px;
	font-size: 10px;
	z-index: 6;
	overflow: hidden;
	background: transparent;
	color: #000000;
	text-align: center;
}


a {
	text-decoration: none;
}

#menu a:link { text-decoration:none; font-weight:bold; color: blue; }
#menu a:visited { text-decoration:none; font-weight:bold; color: purple; }
#menu a:hover { text-decoration:none; font-weight:bold; background-color:#ff0; }
#menu a:active { text-decoration:none; font-weight:bold; background-color: transparent; }
#menu a:focus { text-decoration:none; font-weight:bold; color:#ff0; background-color: transparent}

h1 {
	text-align: center;
	color: #c90;
	font-size: 2em;
}

h2 {
	text-align: center;
	color: #666;
	font-size: 1em;
}

h3 {
	text-align: center;
	color: #666;
	font-size: 1em;
	font-weight: normal;
}

h4 {
	text-align: center;
	color: #c90;
	font-size: 1.3em;
	font-weight: normal;
}

h5 {
	text-align: center;
	color: #c90;
	font-size: 1.3em;
	font-weight: bold;
}

h6 {
	text-align: center;
	color: #999;
	font-size: 1.3em;
}

.csc-bulletlist-1  {
	list-style-image: url(../images/startseite/bullet.gif);
} 

ul  {
	list-style-image: url(../images/startseite/bullet.gif);
} 

img {
	border: none;
}

.csc-textpic-intext-right-nowrap {
	text-align: left;
}

.contenttable {
	font-size: 1em;
}

.contenttable tr {
	vertical-align: top;
}
