/* CSS Document */

body {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000000;
	margin: 10px 0;
	padding: 0;
	/*background-image: url(images/p7exp_pbg.jpg);
	background-repeat: repeat-x;*/
	overflow: auto;
}

txt {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
	}
	
a:link  {
    font: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: none;
	color: #b0cb2f;
}

a:hover {
	color: #b0cb2f;
	
}

a:visited {
	color: #b0cb2f;
	text-decoration: none;
	
}

#head {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	height: 156px;
	width: 800px;
	background-image: url(menu/images/head_bg_new.gif);
	}
	
#menu {
	position: absolute;
	background-image: url(menu/p7exp/images/menu_bg.gif);
	background-repeat: repeat-x;
	margin-top: 156px;
	margin-left: 0px;
	height: 22px;
	width: 1400px;
	z-index: 2;
}

#content {
	position: absolute;
	margin-top: 225px;
	margin-left: 90px;
	width: 800px;
	height: auto;
	overflow: auto;
	}
	
#maintxt {
	position: absolute;
	margin-top: 0px;
	margin-left: 145px;
	width: 600px;
	height: auto;
	z-index: 1;
	}
	
#mainpic {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 130px;
	}
	

	
	
/*  Tags für show_news   */
.datum {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #979797;
	}

.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b0cb2f;
	}
	
.headstart {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b0cb2f;
	}
	
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	}