/* 0. reset / alle elemente zuruecksetzen */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent none repeat scroll 0%;
    border: 0pt none;
    font-size: 100%;
    margin: 0pt;
    outline-color: invert;
    outline-style: none;
    outline-width: 0pt;
    padding: 0pt;
    vertical-align: baseline;
}

ol, ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

*:focus {
    outline-color: invert;
    outline-style: none;
    outline-width: 0pt;
}

table {
    border-collapse: collapse;
    border-spacing: 0pt;
}

/* 1. struktur / seitengeruest */
html {
    background: #dfdbca;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    color: #212f54;
    font: 13px/1.7 Arial, sans-serif;
}

/* 1.1 kopf */
#kopf-wrapper {
    display: block;
    background: #1d3664 url(../img/bg_header.jpg) top center no-repeat;
    border-bottom: solid 7px #212f54;
    margin-bottom: 4em;
    padding: 2em 0em 1em 0em;
}

#kopf {
    color: #fff;
    display: block;
}
/*
#kopf h1 {
    display: block;
    height: 73px;
    width: 313px;
    margin: 38.5px auto;
}*/

#home #kopf h1,
#kopf h1 a {
    display: block;
    background: transparent url(../img/logo.png) 0 0 no-repeat;
    height: 93px;
    width: 129px;
    text-indent: -10000px;
	border: none;
}

#kopf ul {
    display: block;
    font-size: 0.9em;
	list-style: none;
	margin-left: 0px;
	margin-bottom: 4em;
	float: right;
}

#kopf ul li {
	float: left;
	margin-left: 2em;
}

#kopf ul a {
    display: block;
	color: #919eb5;
    text-decoration: none;
	border-bottom: solid 1px transparent;
}

#kopf ul a:hover {
    background-color: transparent;
	border-bottom: solid 1px #919eb5;
}

#kopf ul li.active a,
#kopf ul li.active a:hover {
    color: #fff;
}

#kopf h2 {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
}

#kopf h3 {
    color: #fff;
    font-size: 1em;
    margin-bottom: 1em;
}

/* 1.5 container */
.container_3,
.container_6,
.container_9 {
	margin: 0px auto;
}

.container_9 {
    width: 910px;
}

.container_6 {
    display: inline;
    float: left;
	width: 620px;
}

.container_3 {
    display: inline;
    float: left;
	width: 310px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9 {
    display: inline;
    float: left;
    padding-left: 20px;
}

.grid_1 {
    width: 110px;
}

.grid_2 {
    width: 235px;
}

.grid_3 {
    width: 250px;
    padding-right: 20px;
}

.grid_4 {
    width: 380px;
}

.grid_5 {
    width: 470px;
}

.grid_6 {
    width: 560px;
    padding-right: 20px;
}

.grid_7 {
    width: 690px;
}

.grid_8 {
    width: 780px;
}

.grid_9 {
    width: 870px;
}

.grid_last {
    padding-right: 0px;
}

.prefix_1 {
    margin-left: 125px;
}

.prefix_2 {
    margin-left: 250px;
}

.suffix_2 {
    margin-right: 250px;
}

/* 2. formatierungen */

/* 2.0 allgemein */
hr {
    display: none;
}

/* 2.1 content */
h2 {
    color: #009ee0;
    font-size: 1.7em;
    font-weight: normal;
    margin-bottom: 1.5686em;
    line-height: 1.1765em;
}

#content h2 {
    color: #bfb795;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 0em;
}

#content h3 {
    color: #223d6b;
    font-size: 1.44em;
    margin-bottom: 2em;
    font-weight: normal;
}

#content h4 {
    color: #223d6b;
    font-size: 1em;
    margin-bottom: 1em;
}

#home #content h3 {
    color: #223d6b;
    font-size: 1.44em;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 1em;
}

#home #content h4 {
    color: #bfb795;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0em;
}

p, ul, dl {
    margin-bottom: 0.857em;
}

#content ul {
    list-style: square;
    margin-left: 15px;
}

#content ul li {
    margin-bottom: 0.5em;
}

p.breadcrumb {
    margin-bottom: 0em;
}

a {
	color: #212F54;
	font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #8ec3e2;
}

div.hentry {
    margin-bottom: 2em;
}

#home div.hentry {
    margin-bottom: 1em;
}

#home p.entry-title {
    margin-bottom: 0.5em;
}

a.more {
    color: #8ec3e2;
    background: transparent url(../img/pfeil_blau.gif) left center no-repeat;
    padding-left: 10px;
}

a.more:hover {
	color: #212F54;
}

ul.mitglieder {
    list-style: none !important;
    margin-left: 0px !important;
}

ul.mitglieder li {
    float: left;
    margin: 0px 20px 20px 0px;
}

ul.mitglieder li.odd {
    margin: 0px 0px 20px 0px;
}

#submenu ul {
    background-color: #8ec3e2;
    margin-left: 0px;
}

#submenu ul li {
    color: #fff;
    line-height: 2.4em;
    margin-bottom: 0em;
}

#submenu ul li a {
    background: transparent url(../img/pfeil_weiss.png) 1em center no-repeat;
    color: #fff;
    display: block;
    height: 2.4em;
    padding-left: 2.4em;
}

#submenu ul li.active a,
#submenu ul li a:hover {
    background-color: #5880a6;
}

#submenu ul ul li a {
    background-image: none;
    padding-left: 2.4em;
    color: #eee;
}

#submenu ul ul li a:hover {
    color: #fff;
}

table.filelist {
    width: 560px;
}

table.filelist thead td {
    color: #c6e1f0;
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: solid 5px #c6e1f0;
    padding-bottom: 0.5em;
}

table.filelist tbody td {
    border-bottom: solid 1px #c6e1f0;
    padding: 0.5em 2px 0.5em 0px;
}

table.filelist tbody td img {
    vertical-align: middle;
    margin-bottom: 3px;
}

/* 2.1.1 fuss */
#fuss-wrapper {
    display: block;
    background: #dfdbca url(../img/bg_footer.jpg) 0 0 repeat-x;
    margin-top: 2em;
}

#fuss {
    color: #474437;
    font-weight: bold;
    font-size: 0.85em;
    padding: 2em 0px;
}

#fuss ul li {
	float: left;
	margin-right: 1em;
}

#fuss a {
    color: #474437;
    text-decoration: underline;
}

#fuss a.active,
#fuss a:hover {
    text-decoration: none;
}

/* 3. zusatz */
*:focus { outline: none; }
.hide { display: none; }

.clearfix:after {
    clear:both;
    content:".";
    display:block;
    height:0pt;
    visibility:hidden;
}
