body {
	margin: 0px;
	padding: 2px;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	}
h1 {
	text-align: center;
	line-height: 200%;
	border-bottom: 2px dashed rgb(50,50,50);
	font-size: 130%;
	}
cite {
	font-size: 100%;
	font-style: normal;
}
img {
	border: 0px solid white;
}
h2 {
	border-bottom: 1px dashed rgb(50,50,50);
	font-size: 110%;
	}
#welcome_message {
	margin-top: 20px;
	font-size: 150%;
	font-weight: bold;
	color: rgb(187,127,33);
}
#slogan {
	text-align: center;
	font-size: 120%;
}
#content {
	border: 1px solid rgb(200,200,200);
	width: 70%;
	margin-left: 210px;
	color: rgb(50,50,80);
	line-height: 150%;
	}
#content a {
	font-weight: bold;
	color: rgb(0,0,120);
	}
#content a:hover {
	font-weight: bold;
	color: rgb(0,0,0);
	}
.right {
	float: right;
	padding: 2px;
	}
.left {
	float: left;
	padding: 2px;
	}
#header {
	width: 100%;
	text-align: center;
	}
#navigation {
	width: 200px;
	text-align: left;
	float: left;
	background-color: rgb(96,126,186);
	border-right: 1px solid rgb(46,76,136);
	border-bottom: 1px solid rgb(46,76,136);
	}
#navigation a {
	color: rgb(200,200,230);
	text-decoration: none;
	}
#navigation a:hover {
	color: rgb(0,0,0);
	text-decoration: none;
	}
#navigation ul {
	margin: 0px;
	border-bottom: 1px solid rgb(255,255,255);
	padding-left: 2px;
	list-style-type: none;
	list-style-position: inside;
	color: rgb(30,30,60);
	line-height: 180%;
	font-size: 110%;
	}
#navigation li {
	border-bottom: 1px solid white;
	}
#navigation li.active {
	border: 1px solid rgb(0,0,120);
	background-color: rgb(255,255,255);
	}
ul#sprachbox {
	background-color: rgb(166,196,255);
	font-size: 80%;
	list-style-type: none;
	list-style-position: inside;
	width: 198px;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	}
#sprachbox a {
	color: rgb(0,0,0);
	text-decoration: none;
	font-weight: normal;
	}
#sprachbox a:hover {
	color: rgb(100,100,130);
	text-decoration: none;
	font-weight: normal;
	}
#bild {
	background-color: rgb(255,255,255);
	font-size: 80%;	
}
#bild a {
	color: rgb(50,50,50);
	text-decoration: none;
}
