@charset "UTF-8";
/* CSS Document */

/*
---------------------------------------------------
www.mpu-pruefungsvorbereitung.de

-------- Matthias Frank Schmidt -----------
------- internet design schmidt -----------

----------------------------------------------------
*/


*{
	padding:0;
	margin:0;
	border:0;
}


body,html{
	height:100%;
	text-align:center;
	margin:auto;
	background-color:#fff;
	color:#666;
}

div, p, table, span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;

}

#mitte {
	width:955px;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	font-size:16px;
	margin-top: 20px;
	margin-bottom:5px;
}

h2 {
	font-size:12px;
	margin-top: 10px;
	margin-bottom:5px;
}

h3 {
	font-size:12px;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom:5px;
}

h4 {
	font-size:14px;
	margin-top: 10px;
	margin-bottom:5px;
	color:#0000CC;
}

/* ------------------------- Navigation --------------------- */

#Navigation {
	position:relative;
	left:0px;
	top:0px;
	width:560px;
	height:25px;
	float: left;
	background-image:url(img/button.jpg);
}

ul {
	margin: 0;
	padding: 0;
	list-style:none;
	width:560px;
	background:url(img/button.jpg) repeat-x;
	}
	
ul li {
float: left;
line-height:25px;
}

ul a {
	display:block;
	float: left;
	width:140px;
	height:25px;
	background:url(img/button.jpg) repeat-x;
	text-decoration:none;
}

a:hover, .selected a {
	background-position:right;
	}

ul a:hover { color: #090; }
ul a { color:#eee;}

#link_klein {
	font-size:10px;
	color:#999999;
}

#text_klein {
	font-size:10px;
	
}
