/* Allgemeine Formatierungen */
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    color: #000000;
    background: #fff;
    height : 100%;
}
html {
/*    overflow: auto;*/
}
* {
    margin: 0px;
    padding: 0px;
}
h1 {
    font-size : 1.2em;
    line-height: 1.68em;
}
h2 {
    font-size : 1.1em;
    line-height: 1.54em;
}
h3 {
    font-size: 1em;
    line-height: 1.4em;
}
p {
    font-size : 1em;
    line-height: 1.4em;
}
a {
    color : #000000;
    outline: none;
}
img {
    margin : 0;
    padding : 0;
    border : none;
}
/* Der Seitenbereich */
div#seite {
    width : 994px;
    margin : 20px auto;
    color : #000000;
    background: url(Seite.jpg) repeat-y;
}
/* Der Kopfbereich */
div#header {
    padding: 12px 0px 0px 0px;
    height: 170px;
    color: #FFFFFF;
    background: url(header.jpg) top right no-repeat;
}
.filmstreifen {
    width: 753px;
    height: 150px;
    margin-top: 10px;
    margin-left: 217px;
    overflow: hidden;
}
/* Das Hauptmenue */
div#menue {
    height: 25px;
    margin: 0px 12px;
    color: #000000;
    background: url(menue.jpg) repeat-x;
    border-bottom: 1px solid #000000;
}
div#menue ul {
    margin : 0;
    padding : 0;
    text-align : center;
}
div#menue ul li {
/*   width: auto;*/
    list-style : none;
    float : left;
    position : relative;
    display: inline;
}
div#menue ul li a {
    height : 25px;
    padding: 0px 10px;
    margin: 0px 1px; /* Ausgleich für border bei a:hover */
    line-height : 25px;
    letter-spacing : 0.07em;
    text-decoration : none;
    color : #FFD700;
    font-weight : bold;
}
div#menue ul li.menu-first a {
    width : 198px;
    margin: 0px 1px; /* Ausgleich für border bei a:hover */
    padding: 0px;
    display : block;
}
div#menue ul li a:hover,
div#menue ul li.menu-current a {
    margin: 0px;
    color : #FFFFFF;
    display : inline-block;
    border-left: 1px solid #C03030;
    border-right: 1px solid #530000;
}
div#menue ul li a:active {
    outline:none;
}
div#menue ul li.menu-last {

}

/* Container */
* html #wrapper {
    position: relative;
}
#wrapper {

    overflow: hidden; /* This hides the excess padding in non-IE browsers */
    display: block; /* this time Operas 7 + 8 need block, not inline-block */
}
/* but that makes IE go crazy */
* html #wrapper {
    display: inline-block;
}
/* easy clearing */
#wrapper:after {
    content: '[DO NOT LEAVE IT IS NOT REAL]';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
/* end easy clearing */

/* Linker Bereich */
div#left {
    width: 212px;
/*    margin-left: 12px;
    padding: 0px 10px;*/
    float: left;
    color: #000000;
/*    background: url(left.jpg) repeat-y;*/

}

/* Inhaltsbereich */
div#content {
    width: 730px;
    min-height: 500px;
    padding: 20px;
    margin-right: 12px;
    float: right;
    overflow: auto;
/*    background: #FFE373;*/

}
* html #content {
    display: inline;
}

/* Fusszeile */
div#footer {
    clear: left;
    height: 40px;
/*    margin-bottom: 10px;*/
    padding-left: 50px;
    color: #FFFFFF;
    background: url(Footer.jpg) bottom left no-repeat; /*#cc0000;*/
/*    border-top: 1px solid #ffffff;*/
}
div#footer p {
    color: #000000;
    line-height: 28px;
}
div#footer a {
    color: #FFD700;
    text-decoration: none;
}

/* Inhaltsformatierung */

/* Sie sind hier: */
.breadcrumb {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
.breadcrumb a {

}

#content h1, #content h2, #content h3 {
    color: #000000; /*#1240AB;*/
    background: transparent;
}
#content p {
    padding: 3px 0px;
/*    text-align: justify;*/
}
#content a:hover {
	color: #FFFFFF;
	background: #000000;
}
#content img {
    border-top: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}
#content img.right {
    padding: 3px 0px 0px 10px;
    float: right;
}
#content table.kategorie {
    width: 100%;
    empty-cells: hide;
}
#content table.kategorie td {
    width: 140px;
    height: 140px;
    vertical-align: top;
    text-align: center;
    background: url(dia_140.gif) no-repeat;
}
#content table.kategorie td img {
    padding: 10px 10px 3px 10px;
    border: none;
}
#content table.kategorie td a {
    width: 120px;
    height: 35px;
    margin: 0px auto 0px auto;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}
#content table.kategorie td a:hover {
    color: #000000;
    background: none;
}
#content table.liste {
    width: 100%;
    margin-bottom: 10px;
}
#content table.liste td {

}
#content table.liste td.vorschau {
    width: 220px;
    vertical-align: top;
}
#content table.liste td.vorschau img {
    padding-right: 10px;
    margin: 0px;
    border: none;
}
#content table.liste td.info {
    vertical-align: top;
}
#content table.detail {
    width: 490px;
    float: right;
}
#content table.detail td {
    padding: 6px;
}
#content table.detail td.rubrik {
    width: 140px;
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    color: #000000;
    background: #FFEA96;
    border: 1px solid #BFA330;
}
#content table.detail td.inhalt {
    color: #000000;
    background: #FFF0B2;
    border: 1px solid #BFA330;
}
ul#a-z {
    padding : 0px;
    text-align : center;
}
ul#a-z li {
    width: 28px;
    list-style : none;
    float : left;
    position : relative;
    display: inline;
    background: url(a-z.gif) no-repeat;
}
ul#a-z li a {
    width: 28px;
    height : 28px;
    display: block;
    line-height : 28px;
    text-decoration : none;
    color : #FFFFFF;
    background: transparent;
    font-weight : bold;
}
#content ul#a-z li a:hover,
ul#a-z li a.aktiv {
    color: #000000;
    background: none;
}
#content h2.abisz {
    margin: 10px 0px;
    text-align: center;
    color: #000000;
    background: #FFD940;
    border: 1px solid #BFA330;
}
/* Kontaktformular */
table#kontakt {
    width: 728px;
    padding: 10px;
    margin-top: 20px;
    background: #FFEA96; /*#FFD940;*/
    border: 1px solid #BFA330;
}
table#kontakt td.label {
    width: 170px;
    vertical-align: top;
}
/* News */
.loop-header {
    background: #FFF0B2;
    border: 1px solid #BFA330;
}
.post_date,
.public-info {
    display: none;
}
.post_title, .post_date {
	/*border-bottom: 1px solid #DDDDDD;*/
}
.post_title {
   padding: 6px 10px;
   background: #FFEA96;
   border-bottom: 1px solid #BFA330;
	font-weight: bold;
	color: #000000;
}

.post_date {
	text-align: right;
	font-weight: bold;
}

.post_short {
	text-align: justify;
	/*padding-bottom: 5px;*/
    padding: 10px;
    border-bottom: 1px solid #BFA330;
}

.comment_title {
	font-weight: bold;
}

.comment_text {
	font-weight: bold;
	background-color: #FDFDFD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}

.comment_title, .comment-text {
	border-left: 1px solid #DDDDDD;
}

.comment_info {
	text-align: right;
	border-right: 1px solid #DDDDDD;
}

.comment_title, .comment_info {
	border-top: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

.selected_group_title {
	text-align: center;
}


.loop-header {
	width: 100%;
}

.page-header {
    padding-top: 10px;
	width: 100%;
}
.post-header {
	width: 100%;
}

.page-left {
    width: 30%;
	text-align: left;
}
.page-center {
    width: 40%;
	text-align: center;
}

.page-right {
    width: 30%;
	text-align: right;
}

.comment-header {
	width: 100%;
}

.public-info {
	text-align: right;
}

.group-page {
	text-align: center;
}
/* Neue Forenbeiträge */
#mod_last_forum_entries {
    width: 728px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    background: #FFEA96;
    border: 1px solid #A68C00;
}
#mod_last_forum_entries h3 {
    background: #FFE166;
    padding: 4px 10px;
    border-bottom: 1px solid #A68C00;
}
.mod_last_forum_hits_f,
#mod_last_forum_entries p.mod_last_forum_entries_hits_text_f {
    /*font-size: 12px;*/
    padding: 4px 10px;
}
#mod_last_forum_entries p.mod_last_forum_entries_hits_text_f  {
    padding-left: 30px;
    background: #EEEEEE;
}
/* Inhalt Linker Bereich */

/* Suche */
#search_box {
    margin-top: 20px;
    margin-left: 22px;
}
#search_string {
    width: 120px;
}
/* Logo */
div.logo {
    margin: 20px 0px 20px 12px;
    text-align: center;
}
div.logo h3 {
    color: #000000;
    background: none;
}
div.logo img {
    border-top: 1px solid #ffff00;
    border-left: 1px solid #ffff00;
    border-bottom: 1px solid #715610;
    border-right: 1px solid #715610;
}
div.logo a {
    margin: 5px 0px 0px 0px;
    width: 178px;
/*    height: 70px;*/
    display: inline-block;
    outline:none;
}
div.logo a:hover {
    background: #d7ae0d;
}
/* Anmeldung */
form.login_table {
    margin: 10px 0px 0px 0px;
    background: #FFEA96;
    border: 1px solid #A68C00;
    /*text-align: center;
    border-top: 1px solid #ffff00;
    border-left: 1px solid #ffff00;
    border-bottom: 1px solid #715610;
    border-right: 1px solid #715610;*/
}
h3#login {
    background: #FFE166; /*#FFD940;*/
    padding: 4px 10px;
    border-bottom: 1px solid #A68C00;
}
form.login_table table {
    width: 728px;
    /*cellspacing: 3px;*/
    padding: 4px 10px;
}
form.login_table input {
    margin: 3px 0px;
}


/************* User Definitions here *************/
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */

/* allgemeine Klassen */
.clear {
    clear: both;
}
.mitte {
    text-align: center;
}
.links {
    text-align: left;
}
.rechts {
    text-align: right;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}
ul.liste li {
	margin-left: 35px;
}
.vorschau {
    float: left;
    margin: 6px 10px 6px 0px;
    border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.einzug_links {
	margin-left: 20px;
0
