
* {
	padding: 0;
	margin: 0;
}
body, html {
	height: 100%;
	font-family:'Arial', sans-serif;
	font-size: 12px;
	background: #888;
}
h1 {
	background: url('img/studienseminar_logo.jpg') no-repeat #fff;
	height: 110px;
	text-indent: -9999px;
	font-size: 1px;
	border-bottom: 1px solid #ddd;
}
a {
	color: #009;
}
#container {
	padding-bottom: 2px;
}
p {
	margin: 10px; 
	text-align: justify;
	margin-right: 20px;
}
#info {
	background: #fafafa;
	border: 1px solid #050;
	padding: 5px;
}
ul {
	list-style: inside;
}
#menu {
	list-style-type: none;
	background: #eee;
	border-bottom: 1px solid #ddd;
	height: 17px !important;
	height: 23px;
	padding-top: 3px;
}
#menu li {
	float: left;
	margin-left: 10px;
}
#menu li a {
	color: #000;
}
#impress {
	clear: both;
	text-align: right;
}
#impress a {
	color: #eee;
}
#container div {
	float: left;
	margin: 10px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #050;
	background: url('img/innerbg.gif') no-repeat #fafafa;
	width: 270px;
	height: 500px;
}
#container h2 {
	padding: 10px 0 0 60px;
	margin: -5px;
	height: 60px;
	margin-bottom: 5px;
	font-size: 15px;
}
#container ul {
	margin-left: 10px;
}
#allgemein h2 { background: url('img/Allgemein.png') no-repeat 5px 10px; }
#sekreteriat h2 { background: url('img/Sekreteriat.png') no-repeat 5px 10px; }
#bibliothek h2 { background: url('img/Bibliothek.png') no-repeat 5px 10px; }
#container #allgemein, #container #sekreteriat, #container #bibliothek { height: 200px; }

#asu h2 { background: url('img/asu.png') no-repeat 5px 10px; }
#faecher h2 { background: url('img/Faecher.png') no-repeat 5px 10px; }
#ausbildung h2 { background: url('img/Ausbildung.png') no-repeat 5px 10px; }
#container #asu, #container #ausbildung, #container #faecher { height: 300px; }

#formulare h2 { background: url('img/Formulare.png') no-repeat 5px 10px; }
#links h2 { background: url('img/Links.png') no-repeat 5px 10px; }
#intern h2 { background: url('img/Intern.png') no-repeat 5px 10px; }
#container #formulare, #container #links, #container #intern { height: 200px; }

#container div#bigcontent {
	margin: 20px ;
	width: 90%;
	height: inherit;
	padding: 15px;
	background: #fafafa;
}

#container div#bigcontent li {
	list-style-position: inside;
}

#container div#bigcontent div {
	float: none; margin: inherit; padding: inherit; padding: inherit; border: none;
	background: none; width: auto; height: auto; 
}
