/*** Allgemeine Einstellungen ***/

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000057;
	background-color: #ffffff;
	margin-right: 10%;
}

a:link {
	text-decoration: none;
	color: #1010c0;
}

a:active {
	text-decoration: none;
	color: #ff1000;
}

a:visited {
	text-decoration: none;
	color: #701070;
}

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

img {
	border-style: none;
	border-width: 0;
}

hr {
	height:0;
	border-width: 1px 0 0 0;
	color: #e2eef6;
}

ul li {
	margin-bottom: 1em;
}

.justify {
	text-align: justify;
}

/*** Seitenkopf ***/

div#head {
	padding-top: 1em;
}

div#logo {
	float: left;
	position: relative;
	top: -1em;
}

div#head hr {
	width: 60%;
	margin-left: 0;
	text-align: left;
}

div#menu {
	margin-left: 320px;
}

div#menu ul {
	list-style-type: none;
}

div#menu li {
	display: block;
	min-width: 22%;
	float: left;
	margin-bottom: 0;
	padding-left: 1em;
}

div#body {
	clear: both;
}

/*** Module ***/

div.module {
	border-style: solid;
	border-width: 1px;
	border-color: #5a86aa;
	background-color: #e2eef6;
	margin-bottom: 2em;
	padding: 0 1em 1em 1em;
	clear: both;
}

div.module h1 {
	font-size: 1em;
	background-color: #b2d0ee;
	margin: 0 -1em 1em -1em;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #5a86aa;
	padding-left: 2em;
}
div.module h1:before {
	content: ":: ";
}
div.module h1:after {
	content: " ::";
}

div.announce {
	border-left: 5px solid #b2d0ee;
	margin: 5px;
	padding: 5px;
}

.warning {
	text-align: justify;
	border-color: #c80000;
	border-style: solid;
	border-width: 1px 0 1px 5px;
	margin: 5px;
	padding: 5px 5px 5px 55px;
	background-color: #f6e2e2;
	background-image: url(images/achtung.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

div.module h2 {
	font-size: 1em;
}

/*** Box ***/
.box {
	border-style: solid;
	border-width: 1px;
	border-color: #5a86aa;
	background-color: #e2eef6;
	padding: 1px;
}


/*** Seitenfuß ***/
div.footer {
	text-align: center;
	font-size: small;
}

/*** News ***/
h2.news {
	margin: 0;
	font-size: 1em;
	display: run-in;
}
h2.news:after {
	content: "; ";
	margin-right: 1em;
}
h2.news .date {
	font-weight: normal;
	font-style: italic;
}
.news p {
	text-align: justify;
}

/*** Formate für einzelne Seiten ***/

/* Home */
div#atlas_tux {
	float: right;
	margin-left: 1em;
}
div#rssbutton {
	float: right;
}

/* Mailingliste */
dl#subscribe dt {
	display: compact;
	/* eigentlich wäre display:compact ausreichend */
	float: left;
	clear: both;
}
dl#subscribe dd {
	margin: 0 0 0 3em;
}

/* Märchen */
div#maerchen {
	position: relative;
	padding: 120px;
	z-index: 0;
}
div#maerchen div#content {
	z-index: 2;
	position: relative;
}
div#maerchen h1 {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 1.4em;
}
div#maerchen div#maerchenbild {
	float: right;
	margin-left: 1em;
	margin-bottom: 1px;
}
div#maerchen div#bol {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:1;
}
div#maerchen div#bor {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:1;
}
div#maerchen div#bul {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index:1;
}
div#maerchen div#bur {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index:1;
}

/* Lageplan Uni */
div#lageplan {
	float: left;
}
div#lagefoto {
	float: right;
}
