html, body {
	margin: 0 0 50px 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/*font-weight: lighter;*/
	font-size: 12px;
	background: url('../images/body.jpg') repeat-x;
	background-color: #ddecf4;
}

a, a:link, a:active, a:visited {
	color: #6c8698;
	text-decoration: underline;
}

a:hover {
	color: #6c8698;
	text-decoration: none;
}

img.pic {
	float: right;
	width: 224px;
	border: 1px solid #8f8f8f;
	padding: 2px;
	margin: 10px;
}

textarea, input {
	padding: 5px;
	border-width: 0px;
	font-weight: bold;
	background: #6c8698;
	color: #cedbe4;
	font-size: 11px;
}

table {
	width: 100%;
}

tr.odd {
	background-color: #ddecf4;
}

div {
	text-align: left;
}

img {
	border-width: 0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#main {
	width: 960px;
	margin: auto;
	min-height: 100%;
}

div#header {
	padding-right: 318px;
	background: url('../images/logo.jpg') no-repeat top right;
	height: 202px;
	border-left: 1px dotted #acb1b6;
}

div#header ul {
	margin: 0;
        padding: 0;
}

div#header ul li {
	width: 128px;
	text-align: center;
	display: inline-block;
	list-style-type: none;
}

div#header ul li a {
	display: block;
	border-right: 1px dotted #acb1b6;
	border-left: 1px solid #ebebeb;
	line-height: 100px;
	letter-spacing: 0.2em;
	text-align: center;
	color: #a4a9ad;
	text-decoration: none;
	text-transform: lowercase;
}

div#header ul li a:hover {
	background: url('../images/hover.jpg') repeat-x;
}

div#header ul li a.rex-current, div#header ul li a.rex-active {
	background: url('../images/active.jpg') repeat-x;
	color: #ca1300;
	letter-spacing: 0.3em;
}

* html div#header ul li {
	display: inline;
}

*:first-child+html div#header ul li {
	display: inline;
}


div#breadcrumb {
	background-color: #C81400;
	color: #ededed;
	font-size: 0.9em;
	clear: right;
	background-color: #C81400;
	padding: 10px;

}

div#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#breadcrumb ul li {
	display: inline;
}

div#breadcrumb a {
	color: #ffffff;
	text-decoration: none;
}

div#breadcrumb a:hover {
	text-decoration: underline;
}

div#login {
	display: inline;
	float: right;
	margin-right: 150px;
}

div#login input {
	color: #000000;
	background-color: #ddecf4;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	margin: 0;
	padding: 1px;
}

div#login input#go {
	background-color: transparent;
	color: #ffffff;
	border-width: 0px;
}

div#submenu {
	background-color: #ffffff;
	border-bottom: 1px solid #6a8698;
	z-index: 3;
}

div#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 3;
}

div#submenu ul li {
	line-height: 26px;
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	position: relative;
}

div#submenu ul li a {
	color: #b9b9bc;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
}

div#submenu ul li a:hover {
	color: #000000;
}

div#submenu ul li a.active {
	color: red;
}

div#submenu ul.rex-navi2 {
	list-style-type: none;
	text-align: center;
	display: none;
	position: absolute;
	background-color: #ffffff;
	border-left: 1px solid #6a8698;
	border-right: 1px solid #6a8698;
	border-bottom: 1px solid #6a8698;
	z-index: 3;
}

div#submenu ul.rex-navi2 li {
	font-size: 0.9em;
}

div#submenu ul.rex-navi2 li a {
	display: block;
}

div#submenu ul.rex-navi2 li a:hover {
	color: green;
}

div#submenu ul.rex-navi2 li a.active {
	color: black;
}

div#submenu ul li:hover ul.rex-navi2 {
	display: block;
}

div#nav {
	clear: right;
	float: right;
	width: 320px;
/*	background-color: #e5e4da; */
	min-height: 100%;
}

div#nav ul {
	margin: 25px 0 0 0;
	padding: 0;
	list-style-type: none;
}

div#nav ul li {
	background: url('../images/nav.gif') no-repeat;
	line-height: 26px;
	margin: 10px 0;
	padding: 8px 0 0 30px;
	color: #f0f6f8;
}

div#nav ul li.rex-current, div#nav ul li.rex-active {
	background: url('../images/nav1.png') no-repeat;
	line-height: 26px;
	margin: 10px 0;
	padding: 8px 0 0 30px;
}

div#nav ul li.rex-current a, div#nav ul li.rex-active a {
	letter-spacing: 0.2em;
}

div#nav ul li a {
	color: #0033a1;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
}

div#nav ul li a:hover {
	letter-spacing: 0.2em;
}

div#nav ul.rex-navi2 {
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	text-align: center;
	border-color: #f0f6f8;
	border-style: solid;
	border-width: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
}

div#nav ul.rex-navi2 li {
	background: url();
	line-height: 26px;
	margin: 0;
	padding: 0;
}

div#nav ul.rex-navi2 li.rex-current a{
	color: red;
}

div#nav ul.rex-navi2 li a:hover {
	color: red;
}

div.quickmenu {
	background: url('../images/siegel.png') no-repeat top left;
	padding: 0 0 0 55px;
	margin: 30px 0 0 0;
	height: 44px;
}

div.quickmenu input {
	width: 245px;
	padding: 3px 5px 3px 5px;
	margin-bottom: 4px;
}

div.buergerwerden {
	background: url('../images/nav.gif') no-repeat;
	line-height: 26px;
	padding: 8px 30px 0 0;
	margin: 0 0 50px 0;
	text-align: right;
}

div.buergerwerden a {
	color: #b9b9bc;
	text-transform: uppercase;
	text-decoration: none;
	font-style: italic;
}

div#content {
	margin: 25px 330px 25px 0;
	min-height: 100%;
	text-align: justify;
	font-size: 0.95em;
}

div#content h2 {
	margin: 0;
	padding: 10px;
	color: #ddecf4;
	background-color: #6C8698;
	line-height: 15px;
	text-transform: uppercase;
	font-size: 1.2em;
}

a.logout {
	color: #d5ebbb;
	text-decoration: underline;
}

a.logout:hover {
	text-decoration: none;
}

div#content div#white, div.white {
	background-color: #ffffff;
	padding: 10px;
	clear: left;
	overflow: hidden;
}

div#white p {
	text-align: justify;
	line-height: 1.5em;
}

div#chardesc, div#funktionen, div#staedte, div#curriculum {
	display: none;
}

a.jquery {
	display: inline-block;
	background-color: #ffffff;
	text-decoration: none;
	color: #6a8698;
	font-size: 0.85em;
	margin-bottom: -10px;
	padding: 6px;
}

a.jquery:hover {
	color: #000000;
}

div.signatur {
	margin: 10px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

div.row {
	clear: left;
	margin: 10px 0;
}

div.row label {
	float: left;
	width: 150px;
	font-weight: bold;
}

div.row ul {
	margin-left: 150px;
}

div.marktext {
	background-color: #f7f9be;
	padding: 10px;
	border: 3px dashed #c5b772;
	margin-left: -10px;
}

div.meta, span.meta {
	font-style: italic;
	color: #919191;
}

div.comments {
	font-size: 0.9em;
	border-top: 1px solid #9aaeb5;
	padding-top: 5px;
}

div.comments h4 {
	margin: 0;
	padding: 0;
}

div#footer {
	clear: both;
	background-color: #C81400;
	color: #ffffff;
	text-align: center;
	padding: 30px;
	margin-bottom: 50px;
}

div#footer a {
	color: #ffffff;
	text-decoration: none;
}