/* Style Sheet jenaerleben.de */
body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff url(../style/background.gif) no-repeat fixed bottom left;
}

img {
	border: 0;
}

img.whitespace {
	border-right: 1px solid #fff;
}

h1, h2, h3 {
	font-family: Lucida Sans, sans-serif;
	background: transparent;
	color: #a7002c;
	text-transform: uppercase;
}

h1 {
	font-size: 161%;
}

fieldset {
  border: 0;
  margin: 10px 0px 0px 0px;
  padding: 0;
}

legend {
	color: #000;
	background: transparent;
  padding: 0;
  margin: 0;
}

input, textarea {
  margin-left: 9px;
}

ul {
	list-style-type: square;
	text-indent: 0px;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

a:link, a:visited, a:active {
	color: #a7002c;
	background: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	border: none;
}

table {
	font-size: 100%;
}
td {
	text-align: left;
	vertical-align: top;
}

td.label {
	color: #fff;
	background: #c06674;
	padding: 2px 10px 2px 5px;
}

td.field {
	padding: 2px 5px 5px 5px;
	border: 1px solid #999;
	border-left: 0px;
	margin-left: 10px;
}

/* Definition der einzelnen Bereiche */

#main {
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}


#toplogo {
	border: 0;
	margin: 0;
	color: #000;
	background: #fff;
}

#fullcontent {
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 402px;
	color: #000;
	background: #fff;
	text-align: left;
}

#navigation {
	float: left;
	width: 402px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: 0;
	font-size: 91%;
	text-align: left;
	
}

#toplinks {
	border: 0;
	margin: 0;
	padding: 0px 0px 0px 0px;
	color: #fff;
	background: #a7002c;
	font-size: 71%;
	text-align: left;
	height: 80px;
	border-bottom: 1px solid #fff;
}

#searchbox {
	border: 0;
	margin: 0;
	padding-top: 4px;
	padding-right: 20px;
	color: #fff;
	background: #c06674;
	font-size: 71%;
	text-align: right;
	height: 25px;
}

#realcontent {
	clear: right;
	padding: 0px;
	border: 0px;
	margin: 0px;
	background: #fff;
	color: #000;
	font-size: 76%;
	text-align: left;
}

#realtext {
	padding: 40px 6% 30px 30px;
	max-width: 600px;
}

#menu {
	border-right: 1px solid #a7002c;
	padding: 20px 20px 50px 20px;
}

div.menulink {
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
}
a.menu1, a.menu1sel {
	display: block;
	clear: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 12px;
	text-decoration: none;
}

a.menu1, a.menu1:hover, a.menu1:visited {
	text-decoration: none;
	background: #fff;
	color: #a7002c;
	font-weight: bold;
	text-align: right;
}
a.menu1sel, a.menu1sel:active, a.menu1sel:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	background: #fff;
	text-align: right;
}
a.menu1:hover, a.menu1sel:hover {
	background: #fff;
	color: #000000;
}
a.topmenu:link, a.topmenu:visited, a.topmenu:active {
	color: #fff;
	background: transparent;
	text-decoration: none;
}
a.topmenu:hover {
	text-decoration: underline;
	color: #fff;
	background: transparent;
}

#morelinks a {
    color: #a7002c;
    background: transparent;
    text-decoration: none;
}

#morelinks a:hover {
	text-decoration: underline;
}

#morelinks {
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 0;
	border: 0;
	color: #000;
	font-size: 91%;
	background: #fff;
	text-align: left;
}

div.moretext {
	border-left: 1px solid #a7002c;
	padding: 10px 0px 30px 10px;
}