@charset "utf-8";
/* CSS Document */
body{
	margin:0px auto;
	background-color:#000000;
	width:100%;
	height:100%;
	font-family:Helvetica,Arial,sans-serif;;
}
#head{
	background-image:url(Bilder/unterschrift.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFFFF;
	width:100%;
	height:150px;	
}
#content1{
	width:100%;
	color:#ffffff;
	font-size:16px;
}
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:lighter;
  color:#ffffff;
  font-size:14px;
}
a:active, a:hover
{ 
 text-decoration:none;
 font-size:14px;
}
.menu{
	margin-left:15px;
	font-size:10px;
	color:#FF0000;
	font-size:13px;
}
.menu1{
	font-size:13px;
}
#menu{
	margin-top:20px;
	float:left;
	width:14%;
	height:500px;
	font-size:13px;	
}
#inside{
	width:75%;
	margin-top:00px;
	float:left;		
}
.text{
	margin-left:30px;
	margin-right:40px;
	font-family:Arial, Helvetica, sans-serif;
}
#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color: #CCCCCC;
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}


/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #333;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent {
	width:95%;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

/* file info */

#content {
	width:100%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding:8px;
}

#content .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

#contentLast {
	width:95%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	padding-top:6px;
}

#contentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

.marquee{
	color:#C00;
	font-size:20px;
}




