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

html, body, div, img, h1, h2, h3, p, ul, li {
	margin:0px;
	padding:0px;
	border:0px none;
}

body {
	text-align: center;
	background: #fff;
	font-family:Georgia;
	color:#444;
	font-size:62.5%; /*--- Endausgabe der Schriftgrösse ist variabel: reduziert auf 10px; 1em = 10px ---*/
}

#page {
	font-size: 1.2em;
	color: #000;
	z-index: 1;
	background: #ccc;
	margin-right: auto;
	margin-left: auto;
	text-align: center; /*--- reset center from IE ---*/
	padding: 0px 0px 0px 0px;
	
	width: 360px;
}

#content {
	z-index: 2;
	font-size: 1.1em;
	font-size: 100;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	text-align: left; /*--- reset center from IE ---*/
	padding: 320px 20px 0px 20px;
	
	width: 380px;
		line-height: 1.6em;
}

#links {
	width: 410px;
	height: 245px;
	margin-right: auto;
	margin-left: auto;
	text-align: center; /*--- reset center from IE ---*/
	position: fixed;
	z-index: 5;
	background: #fff;
	margin-top: 30px;
	
	border-top: 1px;
	border-style: solid;
	border-color: black;
	border-bottom: 5px;
	border-style: solid;
	border-color: black;
}

#list {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center; /*--- reset center from IE ---*/


	text-align: center; /*--- reset center from IE ---*/
	width: 200px;
	z-index: 5;
	background: #fff;
	
	border-top: 1px;
	border-style: solid;
	border-color: black;
	border-bottom: 1px;
	border-style: solid;
	border-color: black;
}

h3 {
	font-size: 0.8em;
	font-weight: 100;
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 a{
	font-size: 1em;
	font-weight: 100;
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}

h2 a{
	font-size: .9em;
	font-weight: 100;
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
}

h2 a:hover{
	font-size: .9em;
	font-weight: 100;
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: underline;
}

h4 {
	text-align: center;
	font-family: Georgia;
	font-size: 1.2em;
	font-weight: 100;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;

}

a {
text-decoration: underline;
color: #000;
}

a:hover {
text-decoration: underline;
color: #000;
}

.img {
	margin-top: 5px;
	margin-bottom: 5px;
}
