* {
  margin:0;
  padding:0;
}

html {
  font-size:13px;
  font-family: 'Open Sans', 'Tahoma', 'Arial', 'Helvetica', sans-serif;
}

body {
  color: #444;
  background: #eee;
  overflow-y:scroll;
}

a {
  color: #800;
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration:underline;
}

a img { border:0; }

#container {
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0px auto;
}


#header {
  position: relative;
  text-align: left;
  height:50px;
  margin-top: 0;
  color:#000;
  border-bottom:1px solid #aaa;
}

#header .slogan {
  font-style: italic;
  font-size: 0.9em;
}

#header h1 {
  font-size:1.5em;
  padding: 12px 0 0 15px;
}

#header p {
  padding: 5px 0 0 28px;
}

#footer {
  position: relative;
  text-align: left;
  background:url("../images/footer.png");
  color:#aaa;
  padding: 30px;
}

#footer a {
  color: #fff;
}

#sidebar {
	width: 253px;
	float:left;
	position:relative;
	background: url('../images/sidebar.png') no-repeat;
	min-height: 600px;
	z-index:999;
}


#navi_top {
  z-index:99999;
  position: fixed;
  top:0;
  width:100%;
  height:40px;
  background:#eee;
  border-bottom:1px solid #888;
  box-shadow:5px 5px 0 0 #8888;
  color:#000;
}

#navi_top ul ul {
  display:none;
}

#navi_top li {
  display: inline;
  float: left;
  height: 41px;
  margin: 0 3px;
  padding: 0 7px;
}

#navi_top li.active {
  height: 33px;
  border: 4px solid #508845;
  border-width: 4px 0;
}


#navi_top a {
  color: white;
  display:block;
  padding: 11px 0;
  font-size: 1em;
  font-weight: bold;
}

#navi_top li.active a {
  padding: 7px 0;
}

#login_link {
  position: absolute;
  top: 0px;
  right: 28px;
}

#login {
  position: absolute;
  right: 5px;
  top: 41px;
  width: 190px;
  background: #0d0d0d;
  z-index: 9999;
  border-radius: 0 0 5px 5px;
}

#login_username, #login_password {
	width:174px;
	border: 1px solid;
	border-color: #aaa #666 #666 #aaa;
	padding: 2px 4px;
	margin: 0 0 8px 0;
}

#login input[type="submit"] {
	border: 1px solid;
	border-color: #666;
	background: #f6f6f6;
	padding: 1px 4px;
	margin: 3px 5px 3px 0;
}

#login a {
	color: #aaa;
	text-decoration: none;
}

#navi {
	width: 253px;
	padding:0;
	margin:0;
}

#navi ul {
	list-style-type: none;
	margin: 20px 28px 20px 20px;
}

#navi ul ul {
	list-style-type: none;
	margin: 0 0 0 15px;
}

#navi li {
	border-bottom:1px solid #d1d1d1;
}

#navi ul ul li {
	border-bottom:0;
}

#navi li.first {
	/*border-top:1px solid #102200;*/
}

#navi li a {
	outline: 0;
	padding:4px 8px;
	position:relative;
	display:block;
	color: #444;
	text-decoration: none;
}

#navi li a:hover, #navi li a.active {
    color: #000;
}

#navi li a.act {
    color: #000;
    border:0;
    font-weight:bold;
}

#login {
	padding:8px;
}

#content_main {
}

#content {
  padding: 15px 0px 10px 20px;
  position:relative;
}

#content_header {
  position:relative;
  left: -9px;
  height: 222px;
  width:633px;
  overflow: hidden;
  /* background: url('../images/header.jpg') right no-repeat; */
}

#content h2 {
	font-size: 1.3em;
	margin-bottom: 15px;
	color: #444;
}

#content h3 {
	font-size: 1.15em;
	margin-bottom: 10px;
	color: #444;
}

#content p {
	margin-bottom: 10px;
}

#content ul {
  margin: 10px 0;
}
#content li {
  margin-left:25px;
}

#seowrapper {
  position: absolute;
  top:222px;
  right: -24px;
}

#toggleseo {
  position: absolute;
  bottom:0;
  right:0;
  border-radius: 5px 0 0 0;
  background:#600;
  padding: 4px 12px;
  font-weight: bold;
  color:#fff;
}

#seo {
  display:none;
  background: #eee;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  width: 592px;
  padding: 10px 20px;
  margin: 0 0 0 -8px;
}


#changeimagewrapper {
  position: absolute;
  top:222px;
  right: -24px;
}

#toggle_changeimage {
  position: absolute;
  bottom:0;
  right:450px;
  width: 160px;
  border-radius: 0 5px 0 0;
  background:#600;
  padding: 4px 12px;
  font-weight: bold;
  color:#fff;
}

#imageuploadwrapper #imageupload {
  display:none;
  background: #eee;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  width: 592px;
  padding: 10px 20px;
  margin: 0 0 0 -8px;
}

/* Debug Messages
**************************************************/
#debugIcon {
	width:48px;
	height:48px;
	z-index:1000000;
}

#debugIcon img {
	border:0;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px !important;
  }
}

#debugMessages {
	text-align:left;
	font-family: monospace;
	font-size: 14px;
	position:fixed;
	top:0px;
	right:0px;
	width:100%;
	height:100%;
	z-index:999999;
	overflow:auto;
	background:url("../images/black-semitrans.png");
	color:#eee;
}

#debugMessages ul {
	list-style-type: none;
	margin:10px 20px;
}

#debugMessages li {
	list-style-type: none;
	border-bottom:1px solid #fff;
	padding:3px 0;
}

/* Allgemeine Meldungen (Erfolg, Fehler, Hinweis)
**************************************************/
#successMessages, #hintMessages, #errorMessages {
	padding:3px 5px;
	border:1px solid #000;
/*
	border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
*/
	background:#fff;
	margin-bottom:10px;
}

#successMessages ul, #hintMessages ul, #errorMessages ul {
	list-style-type:none;
}

#successMessages {
	background:#cfa;
	border-color: #080;
	color: #040;
}

#hintMessages {
	background:#ffa;
	border-color: #440;
	color: #440;
}

#errorMessages {
	background: #fca;
	border-color: #800;
	color: #800;
}

