/***************************
 * Übergreifende Formate
 ***************************/
* {
    font-family: verdana, sans-serif;
    color: #444444;
    font-size: 13px;
}
body {
    width: 824px;
    margin: auto;
    background-image: url("toastbrot.jpg");
}

p, img {
	margin-top: 0px;
}


.float-ende {
    clear: both;
}

blockquote {
    font-style: italic;
	outline:1px solid black; padding:20px; margin:0px;
}

ol {
    padding-left: 25px;
}

figure {
    margin-left: 0px;
}
figcaption {
    font-size: 11px;
}

@font-face {
    font-family: 'walkway_blackregular';
    src: url('Walkway_Black-webfont.eot');
    src: url('Walkway_Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('Walkway_Black-webfont.woff') format('woff'),
         url('Walkway_Black-webfont.ttf') format('truetype'),
         url('Walkway_Black-webfont.svg#walkway_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*hr {
	border: none;
	border-top: 1px solid #000000;
	margin-bottom: 50px;
	
}*/


/***************************
 * Haupt-Strukturen
 ***************************/

#mainbox {
    margin-top: 40px;
    background-color: #BEBAA4;
    padding: 0px;
}

#header-part {
    position: relative;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
}

#logo-img {
    position: relative;
    top: -14px;
    left: 10px;
    width: 135px;
    height: 85px;
    z-index: 2;
}

#scene-img {
	padding-top: 30;
    position: absolute;
    top: 30px;
    left: 0px;
    width: auto;
    height: auto;
    z-index: 1;
}

#nav-part {
    position: absolute;
    top: 5px;
    left: 150px;
    width: 671px;
    height: auto;
    z-index: 3;
}

#lauftext {
    margin-top: 194px;
    min-width: 816px;
    /*font-size: 12px;*/ /* Schriftgröße wird für den IE benötigt - der IE erbt diese nicht korrekt */
    background: #000000;
}

#content-part {
	margin-top: 50px;
	padding-left: 10px;
    padding-right: 10px;
}






/***   Navigation   ***/

#navi {
    	padding: 0;
		margin-top: 2px;

		}

#navi li {
		list-style-type: none;
		background-color: #000000;
		padding: 2.5px 18.5px;
		text-align: center;
		display: inline;}

#navi li a {
		color: #beb9a4;
/*		font-weight: bold;*/
		font-family: 'walkway_blackregular', Verdana, sans-serif;
		text-transform: uppercase;
		font-size: 16px;
		text-decoration: none;}

#navi li a:hover, #navi #aktuell a {
		color: #526565;}



/***************************
 * Inhalt
 ***************************/

h1 {
	color: #526565;
	font-family: 'walkway_blackregular', Verdana, sans-serif;
    font-size: 28px;
	letter-spacing: 2px;
	font-weight: 100;
    text-transform: uppercase;
/*	text-shadow: #666666 2px 2px;*/
	margin-top: 0px;
	margin-bottom: 26px;
}

h2 {
	color: #333333;
	font-family: 'walkway_blackregular', Verdana, sans-serif;
    font-size: 16px;
	letter-spacing: 2px;
	font-weight: 100;
    text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*h2 {
    background-color: #a8a288;
	color: #666666;
    font-size: 12px;
	font-weight: bold;
    text-transform: uppercase;
	margin-top: 0px;
    padding: 5px;
	-moz-box-shadow: 1px 1px 2px #666666;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
}*/


.memberList {
    padding-left: 30px;
    padding-top: 10px;
}

.memberFotoDiv {
    padding-left: 40px;
    padding-top: 10px;
}


.memberInFocus {
    font-weight: bold;
    color: #222222;
}

.memberNotInFocus {
    font-weight: normal;
    color: #666666;
}


.spalteschmallinks {
    width: 153px;
    float: left;
}

.spaltelinks {
    width: 232px;
    float: left;
}

.spaltegrosslinks {
    width: 567px;
    float: left;
}

.spaltekleinrechts {
    width: 232px;
    float: right;
}

.spaltegrossrechts {
    width: 567px;
    float: right;
}

.spaltegrosshalblinks {
    width: 278px;
    float: left;
}

.spaltegrosshalbrechts {
    width: 278px;
    float: right;
}

.spaltelinksneu {
    width: 261px;
    float: left;
}

.spaltemitte {
    width: 262px;
	margin: auto;
}

.spalterechts {
    width: 261px;
    float: right;
}


/* Start bzw. Teaserseite */
.teaser {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    width: 400px;
    float: left;
    margin-top: 8px;
}

/* Start bzw. Teaserseite */
.teaser-one-col {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    width: 824px;
    float: left;
    margin-top: 8px;
}

.teaser-rechts {
    float: right;
}
/* Alternative Schreibweise: Neuer Selektor in CSS3 - wird nicht vom IE8 untersützt */
.teaser:nth-child(even) {
    float: right;
}


.teaser:nth-child(odd) {
    clear: left;
}
.teaser section {
    min-height: 180px;
    background-color: white;
    padding: 10px 10px 1px 10px;
}

.teaser-one-col section {
    min-height: 180px;
    background-color: white;
    padding: 10px 10px 1px 10px;
}

.teaser h1 {
    font-size: 18px;
    margin-bottom: 4px;
}

.teaser-one-col h1 {
    font-size: 18px;
    margin-bottom: 4px;
}
.teaser h2 {

    background-color: #a8a288;
    color: #444444;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 4px;
    padding: 8px;
    text-transform: uppercase;
    min-width: 400px;
}

.teaser-one-col h2 {
    background-color: #a8a288;
    color: #444444;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 4px;
    padding: 8px;
    text-transform: uppercase;
    min-width: 824px;
}

.teaser p {
    line-height: 1.4em;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

.teaser-one-col p {
    line-height: 1.4em;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

.teaser p a {
    text-decoration: underline;
    color: #5A87A1;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    background-image: url('../img/hg-mehr-link.png');
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: center right;
}

.teaser-one-col p a {
    text-decoration: none;
    color: #cc1511;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    background-image: url('../img/hg-mehr-link.png');
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: center right;
}


.teaser section {
    position: relative;
}
.teaser-mit-bild-links section {
    padding-left: 170px;
}
.teaser-mit-bild-links img {
    position: absolute;
    left: 10px;
    top: 10px;
}
.teaser-mit-bild-rechts img {
    position: absolute;
    right: 10px;
    top: 10px;
}
.teaser-mit-bild-rechts section {
    padding-right: 170px;
}

/***************************
 * Fuß
 ***************************/

#fuss {
	margin-top: 40px;
	padding: 8px;
    width: auto;
	text-align: center;
	color: #333333;
}
#copyright {
    border-top: 1px;
    border-top-color: #a8a288;
    border-top-style: dashed;
    padding: 4px;
    min-width: 100%;
}

