
.contentpaneopen {
    width: 100%;
}


table.blog  {
    padding: 0px;
}


body {
    background-color: #efebe7; /*url(../images/grund.gif) center center repeat-y fixed;*/
    background-image: url(../images/balkentop.gif);
    background-repeat: repeat-x;
    text-align: center;
    margin: 0;
    padding: 0;
    font: 62.5% verdana, sans-serif;
    color: #333;
}

blockquote {
    border-left: 5px solid #ccc;
    margin-left: 10px;
    padding-left: 5px;
}

img {
    border: none;
}

pre, code {
    font: 1em 'courier new', courier, monospace;
    color: #900;
}
ins {
    text-decoration: none;
    border-bottom: 1px dashed #f60;
}
acronym, abbr, dfn {
    border-bottom: 1px dashed #333;
    font-style: normal;
}

dt {
    font-weight: bold;
}
dd {
    margin: 2px 0 7px 0;
}

.bild-links {
    float: left;
    margin: 2px 10px 5px 0;
}
.bild-rechts {
    float: right;
    margin: 2px 0 5px 10px;
}

.nach-oben {
    text-align: right;
    margin: 10px 0;
}

.center {
    text-align: center;
}

.weiter {
    margin: 1em 0;
    text-align: center;
}

.erster {
    margin-top: 0; padding-top: 0;
}

.pagination {
    text-align: center;
    margin: 1.2em 0;
}


.unsichtbar, hr {
    display: none;
}

h1 {
    margin: 0;
    padding: 5px 15px/* 2px 15px*/;
    font: 2.4em arial, sans-serif;
    line-height: 1;
}
h1 a {
    text-decoration: none;
    color: #005D1F;
}

div.dropdownmenu{
	width: 770px;	
}

div.seperator1{
    height: 7px;
}

div.seperator2{
    height: 13px;
}

/* Ende allgemeine Formatierungen */

table.top {
    width: 100%;
    text-align: center;
    background-image: url(../images/header.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;
}

table.bigtable{
    width: 770px;
    background-color: #ffffff;
}

#top_menu {
    width: 770px;
    text-align: left;
    padding-left: 0px;
    /*padding-top: 115px;*/
}

#header {
    border: 0px;
    /*height: 113px;*/
    background-image: url(../images/header.gif);
    top: 0px;
    position: absolute;
}

#rand {
    width: 770px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background: #ffffff;
}

#header {
    
    padding-top: 0;
}

#inhalt {
    text-align: left;
    vertical-align: top;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

/* Navigation */
#navi {
    width: 220px;
    float: right;
    color: #666;
    font-size: 1.1em;
    line-height: 1.5;
    padding-top: 20px;
}


#navi-innen {
    padding-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
    /*border-left: 1px dotted #aaa;*/
    background: url(../images/dotted.gif) left repeat-y;
}

#navi ul {
    list-style: none;
    margin: 5px 0 .5em 0;
    padding-top: 10px;
}

#navi ul ul.children {
    margin: 0 0 .5em 10px;
}

#navi a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
#navi a:hover {
    color: #000;
}

#navi h2 {
    text-align: left;
    font: bold 1.1em verdana, sans-serif;
    text-transform: uppercase;
    color: #555;
    padding: 0;
    margin: 0;
    margin-top: 1em;
    border-bottom: 1px solid #ddd;
}

#navi h2.erster {
    margin-top: 0;
}

#navi h3 {
	border-bottom: 2px solid #aaa;
        font-size:  small;
}

#navi form {
    margin: 10px 0;
}

#navi input {
    border: 1px solid #646464;
    background: #eee;
    color: #646464;
    font-size: 1.0em
}

#navi .search-button {
    margin-top: 3px;
}

#navi .navi-bild {
    text-align: center;
    margin: 1em 0;
}

#navi .news ul {
    line-height: 90%;
}

#navi .news li {
    margin-bottom: 3px;
}

#navi .news li a {
    font-weight: normal;
}
/* Ende Navigation */

/* Der Inhalt */

#text-inhalt {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.1em;
    line-height: 1.5;
}


#text-inhalt h2 {
    font: 1.55em 'trebuchet ms', arial, sans-serif;
    color: #555;
    margin: 1px 0 .3em 0;
    background: #eee;
    padding: 2px 5px /*2px 30px*/;
}

#text-inhalt h3 {
    font: 1.6em 'trebuchet ms', arial, sans-serif;
    margin: .5em 0;
    border-bottom: 1px solid #ddd;
}

#rand #inhalt #text-inhalt h2 a {
    text-decoration: none;
    border: none;
}

#text-inhalt a {
    color: #007636;
    text-decoration: none;
}
    #text-inhalt a:visited {
}

#text-inhalt a:hover {
    color: #f60;
}

#text-inhalt ul li {
    line-height: 135%;
    margin-bottom: 1px;
}

#text-inhalt .meta {
    text-transform: lowercase;
}

#text-inhalt .feedback {
    margin-bottom: 1.5em;
    font-weight: bold;
}

#text-inhalt .fussbanner {
    text-align: center;
    margin-top: 2em;
}

#text-inhalt .fussbanner a {
border: none;
}
/* Ende Inhalt */

#footer {
    /*background: #646464;*/
    background: #000000;
    color: #fff;
    clear: both;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

#footer a {
    color: #fff;
}
#footer a:hover {
    text-decoration: none;
}

	
div.componentheading {
	padding:8px 8px 0 8px;
	font:bold 15px Verdana, Arial;
	color: #000;
	}
	
td.contentheading {
	font:bold 18px Verdana, Arial;
	color: #000;
	}
	
/* Tables*/
table.contentpane .category {
	width: 100%;
	}

table.contentpane table {
	margin: 1em 1px; 
	font-size: 1em; 
	border-collapse: collapse; 
	border: 1px solid #E5E5E5; 
	}

table.contentpane table  th { 
	background-color: #EFEFEF; 
	color: #000; 
	font-weight: bold; 
	padding: 0.4em; 
	text-align: left; 
	border-bottom: 1px solid #e5e5e5; 
	border-right: 1px solid #E5E5E5;  
	}

table.contentpane table  th img { 
	margin: 0 0 5px 5px; 
	vertical-align: middle; 
	border: none; 
	}

table.contentpane  table  td { 
	padding: 0.4em; 
	border-bottom: 1px solid #e5e5e5; 
	border-right: 1px solid #E5E5E5; 
	vertical-align: top; 
	}

table.contentpane table  tr.sectiontableentry2 td { 
	background: #F4F4F4; 
	}

table.contentpane tbody tr td form table tbody tr.sectiontableentry1:hover td,table.contentpane tbody tr td form table tbody tr.sectiontableentry2:hover td { 
	background: #F8F8F8 
	}

table.contentpane table  th td .title { 
	text-align: left; 
	width: 20%;  
	}

table.contentpane table  th td .introtext { 
	text-align: left; 
	width: 70%;  
	}

table.contentpane table  th td .hits { 
	text-align: center; 
	width: 10%;  
	}
	
	
#artikel_written_by{
    /*Geschrieben von...bei jeweiligem Artikel*/
    font: 85% verdana, sans-serif;
    color: #9f9f9f;
    
}

#artikel_info {
    /*Datum und Bereich bei jeweiligen Artikel*/
    font: 85% verdana, sans-serif;
    color: #9f9f9f;
}

#artikel_info a {
    /*Datum und Bereich bei jeweiligen Artikel*/
    font: 100% verdana, sans-serif;
    color: #838383;
}

