/* GENERAL fonts */
P, OL, UL, DIV, H1, H2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
H1 { font-size: 16px;
margin: 20px 20px 10px 20px;}
H2 { font-size: 13px;
margin: 20px 20px 10px 20px;}

P {
	margin: 0px 20px 0px 20px;
	font-size: 10px;
	line-height:150%;
}
li {
	list-style-type:none;
	line-height:150%;
	font-size:10px;
}
body {
	color: #000;
	
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #9C6;
}
a:active {
	color: #999;
}
.footer{color: #999;}
H1, .csc-header csc-header-n2 {
font-size:12px;
}

#all {
	position: absolute;
	left:0px;
	margin-left:20%;
	top:50px;
	width:80%;
	height:90%;
	z-index: 1;
}
#start_menu {
	position:relative;
	left:50%;
	margin-left:-10em;
	margin-top: 2em;
	width: 20em;
	height:auto;
	text-align:center;
	z-index: 4;
	
}
#logo {
	position:absolute;
	left:1em;
	top: 2.5em;
	width: 132px;
	background-image:url(../image/logo_6.gif);
	background-repeat:no-repeat;
	margin:0px;
	z-index: 3;
	height: 100px;
}
#title {
	position:absolute;
	top:0.5em;
	width:80%;
	z-index:5;
}
#title H1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color:#006633;
	font-style: italic;
	margin:0px 0px 0px 20px;
	vertical-align:baseline;
	padding:0px;
}
#head {
	position:absolute;
	height:11.5em;
	width:80%;
	border-top-style:dotted;
	border-top-width:2px;
	border-top-color:#99CC66;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	border-bottom-color:#99CC66;
	z-index:6;
	
}
#right{
	position:absolute;
	width:65%;
	right:20px;
	top:20px;
	z-index:7;
	height: 101px;
}
#zitat{
	position:absolute;
	text-align:left;
	width:100%;
	z-index: 20;
	left: 0px;
	top: 0px;
}
#right P {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#006633;
	/*font-weight: bold;*/
	font-size: 11px;
	margin:0px 0px 15px 0px;
	padding:0px;
}
#main {
	position: absolute;
	background: #EEE;
	top: 3em;
	width:80%;
	text-align: left;
	z-index: 8;
	background-color: #F1FAED;
}
#content{
	width:100%;
	margin-top:25px;
	margin-bottom:25px;
}
#content a:link, a:hover, a:active, a:visited {
	color:#063;
	font-weight:bold;
}
#footer {
	position: absolute; 
	left:50px;
	width: 85%; 
	height: 20px; 
	z-index: 9; 
	text-align: center;
	bottom:-30px;
	margin-bottom:-30px;
font-size: 10px;
}

/*  MENU 1, level 1, normal state (NO) */
.menu1-level1-no  {
 	padding:0px;
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:145%;
	font-weight: bold;
}
/*  MENU 1, level 1, active state (ACT) */
.menu1-level1-act {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:145%;
	font-weight: bold;
}
