/* www.hoerterer.de - Typo3 */

/* Hintergrundfarbe global
   text-align: center wg. IE6 Quirks-Mode */

body {
	background-color: #fcfbe7;
	text-align: center;
	background: #fcfbe7 url(back-shadow.png) repeat-y center;
	}

img, a, p, div, body, ul, li, dl, dt, dd {
	border: 0;
	padding: 0;
	margin: 0;
	color: #675b50;
	}
	
#content div.csc-frame.csc-frame-indent ul {
	list-style-position: outside;
	list-style-image: url(pfeil.png);
}


/* Hervorhebungen global */

em, i, b {
	font-weight: bold;
	font-style: italic;
}

hr {
	width: 80%;
	text-align: center;
}

/* Box fuer gesamte Homepage - Breite 950px - Ausrichtung in der Mitte des Browsers */

div#box {
	text-align: center;
	margin: 0 auto;
	width: 950px;
	position: relative;
	top: 0;
	/*border: 1px solid black;*/	
	}

/* @group Sprachmenu */

div#sprache {
	position: absolute;
	right: 0px;
	top: 170px;
	background-color: #fcfbe7;
	padding: 10px;
	z-index: 300;
}

div#sprache img {
	vertical-align: middle;
}
	
/* @end */

/* @group Navigation */

div#navigation {
	
}

/* Positionierung der Maske des Stimmungsbilds */
#head-schild {
	position: absolute;
	margin: 0 auto;
	left: 0;
	top: 0;
	z-index: 100;
	width: 950px;
	height: 210px;
/*	background-image:url(../menu/background/schild-sockel.png);*/
	background-image:url(../menu/background/schild-sockel-no-transp.png);
/*	background-image:url(../menu/background/schild-sockel-no-transp.gif);*/
}

#head-slideshow1 {
	position: absolute;
	left: 0;
	top: 0;
}

#head-slideshow2 {
	position: absolute;
	left: 474px;
	top: 0;
}

/* Positionierung des Logos vor dem Stimmungsbild */

div#head-image img#head-vorn {
	position: absolute;
	margin: 0 auto;
	left: 350px;
	top:  40px;
	z-index: 200;
}

div#head-image img#head-hinten {
	
}

/* @group Menu */

/* Menu - Level 1 */

div#menu1-level1 {
	top: 210px;
}

div#menu1-level1 div {
	display: inline;
}

/* Menu - Level 2 */

div#menu1-level2 {
	text-align: center;
	padding: 5px 0 10px;
}

div#menu1-level2 div {
	display: inline;
}

div#menu1-level2 .tilde {
	position: relative;
	bottom: 13px;
	padding: 0;
	margin: 0 10px 0 0;
}

/* @group Level 3 */

div#menu1-level3 {
	text-align: left;
	position: absolute;
	left: 15px;
	width: 180px;
	padding-top: 25px;
	/*border-right: 1px dotted #675b50;
	border-bottom: 1px dotted #675b50;*/
}

div#menu1-level3 ul {
	list-style-position: outside;
	list-style-image: url(pfeil.png);
}

div#menu1-level3 a {
	text-decoration: none;
	/*font-weight: bold;*/
	/*font-style: italic;*/
	/*color: black;*/
	text-align: left;
}

div#menu1-level3 a:hover {
	text-decoration: underline;
	/*font-weight: bold;*/
	/*font-style: italic;*/
	color: black;
}

div#menu1-level3 li#ebene3-aktiv{
	font-weight: bold;
	color: black;
	padding-left: 10px;
}


/* @end */
	
/* @end */
	
/* @end */

/* @group Content allgemein */

/* Box fuer alle Content-Elemente */

div#content-box {
	font-family: "Times New Roman", Times, serif;
	margin: 0 auto;
	font-size: 1em;
	/*position: relative;*/
	/*border: 1px solid black;*/
}

/* Grundeigenschaften für alle Elemente */

div#content-box h1, div#content-box h2, div#content-box h3, div#content-box p, div#content-box ul, div#content-box form {
	position: relative;
	padding: 5px 10px;
	margin: 0;
	}
	
div#content-box h1 {
	color: #087d49;
	font-size: 1.2em;
	padding-top: 10px;
}

div#content-box h2 {
	font-weight: bolder;
	font-size: 1.2em;
	padding-top: 10px;
}

div#content-box h3 {
	font-weight: bolder;
	font-size: 1em;
}

/*div.csc-frame, */
div.csc-frame-frame1 {
	border: 1px #888 solid;
	padding: 7px;
	/*evt. noch problematisch*/
	margin: 3px;
}

div#content-box p.bodytext {
	position: relative;
}

div#content-box .align-right {
    text-align: right;
}

div#content-box ul {
	position: relative;
	left: 15px;
	list-style-position: outside;
}

/*Box für linkes Nav-Menu*/
#content div.left-box {
	position: absolute;
	left: 0;
	padding-top: 5px;
	width: 225px;
	/*border-right: 1px dotted #675b50;
	border-bottom: 1px dotted #675b50;*/
}

#content div.left-box ul {
	list-style-position: outside;
	list-style-image: url(pfeil.png);
}

/* Box für rechte Elemente */
#content div.right-box {
	position: absolute;
	right: 0;
	padding-top: 5px;
	width: 225px;
}

#content div.right-box table {
	position: absolute;
	right: 30px;
}

/* Bild wird ganz rechts angeordnet */
div#content-box div.csc-textpic-intext-right-nowrap {
	position: absolute;
	right: 0;
	padding-top: 5px;
}
/* Bild wird ganz links angeordnet */
div#content-box div.csc-textpic-intext-left-nowrap {
	position: absolute;
	left: 0;
	padding-top: 5px;
}


div#content-box .csc-textpic-caption {
	text-align: center;
	font-style: italic;
}

div#content-box a {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: black;
}

#content div.csc-frame.csc-frame-indent {
	position: absolute;
	left: 0;
	padding-top: 5px;
	width: 225px;
	/*border-right: 1px dotted #675b50;
	border-bottom: 1px dotted #675b50;*/
}


div#content-box a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	color: black;
}
	
/* @end */

/* @group Content "normal" */

/* Standard Box zentrierte fuer eigentlichen Content */

div#content {
	font-family: "Times New Roman", Times, serif;
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	width: 450px;
	/*position: relative;*/
	/*border: 1px solid black;*/
}

div#content-box .csc-textpic-center {
	position: relative;
	text-align: center;
	padding: 10px 0;
}

.csc-textpic-center div {
	display: block;
	margin: 0 auto;
}
	
/* @end */

/* @group Content "widecontent" */

/* Standard Box zentrierte fuer eigentlichen Content */

div#widecontent {
	font-family: "Times New Roman", Times, serif;
	margin: 0 auto;
	font-size: 1em;
	width: 550px;
	text-align: left;
	/*border: 1px solid black;*/
}

div#widecontent .csc-textpic-center {
	position: relative;
	text-align: center;
	padding: 10px 0;
}

div#widecontent .csc-textpic-center div {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* */

div#widecontent dt, div#widecontent dl, div#widecontent dd {
	border: 0;
	padding:0;


}

	
/* @end */

/* @group Bildergallerie */

div#fotopage {
	font-family: "Times New Roman", Times, serif;
	margin: 0 auto;
	font-size: 1em;
	width: 750px;
	/*border: 1px solid black;*/
}

div#fotopage h1 {
	text-align: center;
}

div.tx-gooffotoboek-pi1 table {
	margin: 0 auto;
	padding: 0.4em 0;
	font-size: 1em;
}

div.tx-gooffotoboek-pi1 td {
	padding: 5px 5px 0 0;
}

	
/* @end */

/* @group Base */

/* Formatierungen fuer Footer */

div#base a {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: black;
}

div#base a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	color: black;
}

div#base {
	width: 100%;
	padding: 30px 5px;
	margin: 50px 0 0;
	text-align: center;
	font: 14px "Times New Roman", Times, serif;	
}
	
/* @end */
