/* CSS layout */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes table-style */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

span { border: 0; }

/*///* ------------------ Beginn der CSS-Styles ----------------------------------------- */

/* -------- COLORS --------------- */
html {
	background-image: url(../img/bg_1333x1000.jpg);
}

#contentarea, #wrapper {
	margin-top: 40px;
	background-color: #AE742A;
}

/* --------------------------------*/

body {
	font-size: 0.8em;
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	font-style: normal;
	margin: 1em;
}


/* ----------wrapper zentriert das layout-------------- */

#IEcontainer {
	width: 100%; text-align:center;
}

#wrapper {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	
}

#contentarea  {
	position: relative;
	width: 100%;
	text-align: left;
	background-color: #EFDD96;
}

/******* Header fuer alle sekundaeren Seiten ***************/

#header {
	position: relative;
	width: 100%;
	height: 95px;
	text-align: left;
	vertical-align: bottom;
}

#header p {
	/*	position: absolute;*/
	float: left;
	margin-left: 50px;
	padding-right: 120px;
	line-height: 90px;
	font-size: 1.4em;
}

#header h1 {
	float: left;
	line-height: 90px;
	margin-left: 93px;
	font-size: 1.8em;
}

#header img {
	display: block;
	float: left;
	margin-left: 20px;
	width: 85px;
	height: 90px;
	padding-top: 2px;
}

/******************************  CONTENT *****************/
#content {
	width: 100%;
	/*height: 220px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F6F5C3;
	text-align: left;
}


#content_home {
	width: 100%;
	height: 220px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F6F5C3;
	text-align: center;
	/*background-image: url(../img/bg_home840x320.jpg);*/
}
.erlebMain {
	overflow:hidden;
	padding:0 14px 0px 7px;
}
.topText{text-align:left;}
.topText ul{margin-top: 14px;text-align:center;}
.imgRight{
	float: right;
	margin:28px 0px 0px 14px;
}
.erlebLeft {
	width: 165px;
	float: left;
	padding:5px 0px 0 15px;
}
.erlebRight {
	width: 165px;
	float: right;
	padding:55px 15px 0 0px;
}
#content h1 {
	text-align: left;
	margin: 0px 40px 10px 40px;
}

#content h4 {
	color: #AC4025;
	font-size: 1.1em;
	text-align: left;
	margin: 0px 40px 10px 40px;
}

.laden1 {
	padding: 0px 20px 0px 10px;
}
.laden2 {
	float: right;
	padding: 30px 10px 30px 5px;
}
.familie {
	margin: 0px 30px 20px 0px;
}

.adr{margin-top: 24px;}
.adr span {
	text-align: right;
}
/**********   Image-Philosophie auf home wechseln    **********************/
#phil {
	margin: 0px 20px 0px 20px;
}
#phil p {
	text-align: left;
	margin: 0px 80px 0px 60px;
}

#phil h3 {
	text-align: left;
	margin: 0px 80px 0px 80px;
}

#phil p span {
	font-size: 1.8em;
}

.head {
	padding-left: 300px;
	padding-bottom: 20px;
}

.imgphil {
	margin-left: 44px;
	float: left;
	width: 286px;
	height: 102px;
	background-image: url(../img/landschaft.png);
}

.imgphil a {
	width: 286px;
	height: 102px;
	display: block;
}

.imgphil a:hover {
/*	display:block; */
	width: 286px;
	height: 102px;
	background-image: url(../img/gesichter.png);
}

/************** AGB ******************/

.agb {
	font: 0.84em Arial, Helvetica, sans-serif;
	padding: 10px 20px 0px 20px;
	margin-top: 0px; /*height: 280px;*/
	text-align: left; /*overflow: auto;*/
}

.agb li {
	padding-bottom: 10px;
}

/********** Veranstaltungen ******/

/* =switch columns */
div#content_right {
left : 30%; 
/*width : 70%; */
padding : 1em 0;
/*height: 500px;*/
}

div#content_left { 
float: left;
/*height: 500px;*/
left : 0;  
width : 30%; 
padding : 1em 0; }

#content_left ul { 
position : relative;
float : left;
width : 90%;
padding : 0px 10px 20px 10px;
}

#content_right ul { 
width : 90%;
padding : 0px 10px 20px 10px;
}

#content_right h2 { 
	color: #AC4025;
	font-size: 1.4em;
	padding-top: 10px;
}

#content_right span { 
	color: #AC4025;
	font-size: 1.2em;
}

#contentva {
	position: relative;
	width: 100%;
	/*height: 300px;*/
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #F6F5C3;
	overflow: auto;
}

/***************************** FOOTER MENUE ************************/

#footer {
	display: block;
	background-color: #EFDD96;
	text-align: center;
}

.hormenu {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.hormenu li {
	color: #565656;
	padding: 20px 0 0 20px;
	display: inline;
	font-size: 1.0em;
	text-align: center;
}

.hormenu li a {
	font-size: 1.0em;
	text-decoration: none;
}

.hormenu li a:link { color: #565656; }
.hormenu li a:visited { color: #565656; }
.hormenu li a:hover   {	color: #AC4025; }

li.selected  {
	color: #AC4025;
	font-size: 1.2em;
}


/* ---------- generelle Links -------------- */

a {
	text-decoration: none;
}
a:link { color: #AC4025; }
a:visited { color: #9999ff; }
a:hover   {	color: #AC4025; }


/*++++++++++++++++ EMAIL ++++++++++++++++ */

li.email a:link { color: #AC4025; }
li.email a:visited { color: #9999ff; }
li.email a:hover   {	color: #AC4025; }
.email a {
	text-decoration: none;
}

/* sorgt dafuer, dass Fusszeile immer am Ende steht, egal wie hoch die Spalten sind */
.brClear { 
     clear:both; 
     height:0; 
     margin:0;
}

#linie {
	width: 500px;
	height: 5 px;
	background-color: #9999ff;
}

* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */



