html, body {
	height: 100%;
}

body {
	background: url(../../images/bg_verlauf.jpg) repeat-x #003649;
}

p {
  margin: 0 0 1.5em 0;
}

em {
  font-style: italic;
}


/* structure */

#main, #bottom {
	margin: 0 auto;
	width: 865px;
}

#main {
	min-height: 100%;
	background: url(../../images/content_bg.gif) repeat-y;
}

* html #main {
	height: 100%;
}

/** header **/

#header {
	background: url(../../images/header1.jpg) no-repeat;
	height: 260px;
}

/** navi **/

#navi {
	padding: 190px 0 0 360px;
}

#navi ul li {
	display: inline;
	margin: 0 10px 0 0;
}

#navi ul ul {
	background: #fff;
	position: absolute;
	padding: 4px;
}

#navi ul ul li {
	display: block;
	padding: 3px 2px;
	white-space: nowrap;
}

#navi ul ul li a {
	display: block;
}


/** topnews **/

#topnews {
	background: #fff;
	padding: 18px;
	border-top: solid 1px #ccc;
}

/** post **/

.post {
	margin-bottom: 2em; /* Abstand = Hoehe des Footer */
	border-top: solid 1px #ccc;
}

/** left **/

.left {
	float: left;
	width: 292px;
	padding: 120px 0 0 0;
}

.left .side {
	padding: 0 1px;
}

.left .side p {
	padding: 0 0 0 20px;
	margin: 10px 20px 20px 20px;
}

/*** gallery view ***/

.gallery .post .left {
	width: 550px;
	padding: 22px 22px 40px 22px;
}

/*** icons ***/

.left .side p.gallery {
	background: url(../../images/icon_galerie.gif) no-repeat 0 3px;
}

.left .side p.movie {
	background: url(../../images/icon_film.gif) no-repeat 0 3px;
}

p.gallery a, p.movie a {
  color: #bbb;
}

p.gallery a:hover, p.movie a:hover {
  color: #000;
}

/** right **/

.right {
	float: right;
	width: 572px;
}

.right .content {
	padding: 45px 45px 0 45px;
}

.right .content h1 {
	margin-bottom: 45px;
}

/*** gallery view ***/

.gallery .post .right {
	width: 270px;
}

.gallery .post .right .content {
	padding: 348px 22px 40px 22px;
}

.gallery .post .right .content h1 {
	margin-bottom: 25px;
}

/*** top ***/

.right .content p.top {
	padding: 0 0 0 20px;
	margin: 45px 0 30px 0;
	background: url(../../images/icon_nach_oben.gif) no-repeat 0 3px;
}

/** bottom **/

#bottom {
	background: #fff;
	margin-top: -36px;
}

#footer {
	border-top: solid 1px #ccc;
	padding: 11px;
}

/* fonts */

body {
	font-family: Verdana, Arial, sans-serif;
}

#navi, .gallery .post .right .content h1 {
	font-size: 12px;
}

#navi {
	text-transform: uppercase;
}

#topnews {
	font-size: 12px;
	color: #1b6679;
}

#bottom {
	font-size: 11px;
	color: #bbb;
}

.side p, .content p.top {
	font-size: 11px;
	color: #bbb;
	line-height: 1.6em;
}

.content h1, .content h2 {
	font-size: 25px;
	color: #1b6679;
	font-weight: normal;
}

.content h2 {
  font-size: 16px;
  margin-bottom: 20px;
}

.post .left {
	font-size: 11px;
}

.content p, .post li {
	font-size: 12px;
	line-height: 1.7em;
}

/* links */

a {
	text-decoration: none;
color: #1b6679;
}

a:hover {
  color: #000;
}

#navi ul li a {
	color: #bbb;
}

#navi ul li a:hover {
	color: #1b6679;
}

#navi ul li a.active, #topnews a {
	color: #1b6679;
}

#topnews a:hover {
	text-decoration: underline;
}

#bottom a, p.top a {
	color: #bbb;
}

#bottom a:hover, p.top a:hover {
	color: #000;
}

/* misc */

.clear {
	clear: both;
}

strong {
  font-weight: bold;
}

/* changes jan 09 */

input.input {
  width: 250px;
  border: solid 1px #e1e9eb;
  padding: 3px;
}

.submit input {
  width: 150px;
}

.content ul li {
  font-size: 12px;
  margin: 0 0 8px 0;
}

.content ul li a {
  color: #003346;
  padding: 5px;
  background: #ebebeb;
  display: block;
}

.content ul li a:hover {
  background: #fff;
}

.content ul.liste li {
  margin-left: 20px;
}

.content ul.liste li a {
  color: #1b6679;
  padding: 0;
  background: none;
  display: inline;
}

.content ul.liste li a:hover {
  color: #000;
}

.post ul li {
  list-style-type: disc;
  margin-left: 30px;
}

/**** admin */

.admin-input, .admin-area {
  width: 80%;
}

.admin-area {
  height: 300px;
}

.admin-form {
  margin-bottom: 35px;
}

.arrow {
  font-size: 14px;
}

ul.ledge {
  margin: 0;
}

ul.ledge li {
  list-style-type: none;
  float: left;
  margin: 0 0 2px 0;
}

ul.ledge li a {
  text-align: center;
  margin: 0 2px 0 0;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.4em;
  min-width: 26px;
  padding: 2px 4px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.admin-msg, .admin-error {
  border: 1px solid;
  padding: 1px 6px;
  margin: 15px 0 0 0;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.admin-msg {
  background: #ffffe0;
  border-color: #e6db55;
}

.admin-error {
  background: #ffebe8;
  border-color: #c00;
}

label.error {
  color: #c00;
}

.no-margin {
  margin: 0;
}

.top-msg {
  margin-bottom: 20px;
}

#old-news {
  margin-bottom: 30px;
}

#old-news>div {
  font-size: 12px;
  line-height: 1.6em;
  margin: 0 0 3px 0;
  padding: 0 0 3px 18px;
  background: #f7f7f7;
}

#old-news div.inner {
  margin: 0;
  padding: 0;
}

#old-news .admin-error, #old-news .admin-msg {
  width: 430px;
  margin-bottom: 20px;
}

#old-news div>a {
  font-size: 15px;
}

.edit-form {
  margin-top: 20px;
}

.edit-form input, .edit-form textarea {
  width: 440px;
}

.edit-form input.submit {
  width: auto;
}


/** galerie */

.gallery {
  /*background: url(../../images/content_bg_gallery.gif) repeat-y;*/
}

.gallery .left {
  padding: 20px;
  width: 550px;
  height: 385px;
}

.gallery .right {
  width: 270px;
}

.gallery .right .content {
  padding: 20px;
  position: absolute;
  bottom: 45px;
  width: 200px;
}

.gallery .right .content h4 {
  font-size: 14px;
  color: #1b6679;
  margin-bottom: 20px;
}

.gallery .right .content p {
  margin: 0;
  font-size: 12px;
}

p.error-not-found {
  color: #c00;
  font-size: 15px;
}

.post-image, .post-video {
  margin-bottom: 8px;
}

ul.upload-list {
  margin: 0 0 10px 20px;
}

ul.upload-list li {
  list-style-type: none;
  margin: 0;
}

ul.upload-list li a {
  display: inline;
  background: none;
  color: #1b6679;
  padding: 0;
}


#old-news a.delete-file {
  font-size: 11px;
  color: #c00;
  margin: 0 5px 0 -10px;
}

#old-news a.delete-file:hover {
  background: none;
  color: #000;
}


