@charset "UTF-8";

/* CSS Document */
/*************************************************************************************/
/****                              ****   CCCCCCCCCCC     SSSSSSSSSS     SSSSSSSSSS  */
/****  Webdesign, xHTMl code, css, ****  CCCCCCCCCCCC   SSSSSSSSSSSS   SSSSSSSSSSSS  */
/****  php, MYSQL database and ma- ****  CCCCC          SSSSS          SSSSS         */
/****  nagement by Franz Wilding   ****  CCCCC          SSSSSSSSSS     SSSSSSSSSS    */
/****       CMS: r e d a x o       ****  CCCCC            SSSSSSSSSS     SSSSSSSSSS  */
/****                              ****  CCCCC                 SSSSS          SSSSS  */
/****     www.franz-wilding.eu     ****  CCCCCCCCCCCC   SSSSSSSSSSSS   SSSSSSSSSSSS  */
/****                              ****   CCCCCCCCCCC   SSSSSSSSSS     SSSSSSSSSS    */
/*************************************************************************************/

/* Standardangaben *************************************************************/

body{
	margin:0;
	padding:0;
	text-align:left;
	background: #D2EEFC url(img/bg.gif) no-repeat top center;
	font-family: Verdana, Geneva, Arial;
	font-size: 12px;
	}


a {
	text-decoration:none;
	}
	
.d {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 40px;
}
.d1 {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 16px;
}
	
a img {
	border:none;
	}

.c {
	margin:0;
	padding:0;
	height:0;
	clear:both;
	}

.v {
	visibility:hidden;
	display:none;
	}

.h {
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	}
	
p.n {
	margin:0;
	}

em {
	visibility: hidden;
	}

/* ************ Standard Werte, die mit dem TinyMCE - Editor ausgew�hlt werden k�nnen ************ */

/*Rohdaten*/
pre {
	}

/*Adresse*/
adress {
	}

/*Ungeordnete Liste*/
ul {
	}

ul li {
	}

/*geordnete Liste*/
ol {
	}

ol li {
	}

/*tiefgestellt*/
sub {
	}

/*hochgestellt*/
sup {
	}

	
/* Ueberschriften *********************************************** Ueberschriften */
h1 {
	margin:0;
	padding:0;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial;
	font-weight: bold;
	}
		
h2 {
	margin:0;
	padding:0;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial;
	font-weight: bold;
	}
	
h3 {
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial;
	font-weight: bold;
	}

h4 {
	margin:0;
	padding:0;
	}

h5 {
	margin:0;
	padding:0;
	}

h6 {
	margin:0;
	padding:0;
	}
	
#header {
	float: left;
	width: 100%;
	height:370px;
	position: relative;
	}

#header #wirwollenmehr {
	width: 188px;
	height: 94px;
	background: url(img/wirwollenmehr.gif) no-repeat;
	display: block;
	position: absolute;
	left:0;
	top:0;
}

#header #bildungsmilliarde {
	width: 744px;
	height: 200px;
	display: block;
	position: absolute;
	top:50px;
	left:220px;
	background: url(img/bilungsmilliarde.gif) no-repeat;
}

#header #datum {
	width: 350px;
	height: 50px;
	display: block;
	position: absolute;
	top:160px;
	left:40px;
	background-color:#FFFFFF;
	z-index:10;
	text-align:center;
}
#header #datum1 {
	width: 500px;
	height: 16px;
	display: block;
	position: absolute;
	top:215px;
	left:5px;
	background-color:#FFFFFF;
	z-index:10;
	text-align:center;
}

#content {
	float: left;
	width: 90%;
	min-height: 500px;
	margin-left: 50px;
	}

#content a {
	background: white;
	color: #1A1A1A;
	padding:2px 4px;
	}

#content a:hover {
	background: #1A1A1A;
	color: white;
	}

#footer {
	float: left;
	width: 100%;
	background: url(img/footer.gif) no-repeat bottom center;
	height:360px;
	text-align: right;
	}	

#schild {
	margin-right: 50px;
	float: right;
	}
	
	
#menu {
	position: absolute;
	left:100px;
	top:270px;
	list-style: none;
	}

#menu li {
	float: left;
	margin:0 20px;
	}

#menu li a {
	color: #1A1A1A;
	background: white;
	padding:3px 6px;
	font-size: 1.7em;
	font-weight: bold;
	}

#menu li a:hover {
	background: #1A1A1A;
	color: white;
	}

.submenu {
	list-style: none;
	float: left;
	width: 100%;
	margin:10px 0;
	padding: 0;
	}

.submenu li {
	margin:10px;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	}

form fieldset {
	background: white;
	border: none;
	padding:10px;
	}

form fieldset legend {
	background: #1A1A1A;
	color: white;
	padding: 3px 6px;
	font-size: 1.3em;
	font-weight: bold;	
	}
	
form fieldset ul {
	list-style: none;
	margin:0;
	padding: 0;
	width: 100%;
	float: left;
	}

form fieldset ul li {	
	float: left;
	width: 100%;
	margin:5px 0 5px 20px;
	}

form fieldset ul li label {
	float: left;
	background: #1A1A1A;
	color: white;
	padding:2px 4px;
	text-align: right;
	width: 100px;
	margin-right:6px;
	}

form fieldset ul li input, form fieldset ul li textarea {
	border:1px solid #1A1A1A;
	padding:3px;
	float: left;
	width: 250px;
	}
	
form fieldset ul li textarea {
	height: 100px;
	}

form fieldset ul li button {
	background: #1A1A1A;
	color: white;
	margin-left:114px;
	border:none;
	font-size: 1.3em;
	}
	