* {
	padding: 0;
	margin: 0;
	border: none;
}

a, a:link, a:hover, a:visited, a:active { 
	color: #774F2E;
	text-decoration: none; 
}


#nav ul {
	list-style: none;
}

#content ul {
	margin-left: 15px;
	padding-top: 15px;
	list-style-type:square;
}

body {
	background: #FEF0C8;
	font-size: 12px;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
}

div.cont_Nachrichten_Text {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:#fff;
	width: 550px;
	overflow: auto;

}

div.cont_Nachrichten_Bilder {
	position:absolute;
	top:0;
	left:565px;
	height:100%;
	background:#fff;
	width: 240px;
	overflow: none;
}

div.cont_Nachrichten_Bild_klein {
	float: left;
	margin-bottom: 10px;
}

.newLine {
	clear: left;
	margin-right: 5px;
}

.small {
	font-size: 80%;
}

.teaser {
	font-size: 90%;
	font-weight: bold;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 110px;
	width: 100%;
	background: #FEF0C8;
	overflow: hidden;
	border-bottom: 1px solid #C9201E;
	z-index: 1;
}

#main {
	position: absolute;
	top: 111px;
	left: 0;
	width: 100%;
	background: #FEF4D8;
	z-index: 5;
}

#content {
	position: absolute;
	left: 170px;
	top: 20px;
	color: #774F2E;
	z-index: 1;

}

#content h1 {
	color: #C9201E;
	font-size: 130%;
}

#content h2 {
	color: #000;
	font-size: 110%;
	margin-top: 1em;
}

#content p {
	margin-top: 1em;
}

#nav {
	position: absolute;
	height: 100%;
	color: #774F2E;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#nav ul.categories {
	width: 150px;
	margin-right: 15px;
}

#nav li {
	margin: 1px;
	background: #FFFBF1;
	border-bottom: 1px solid #FEF0C8;
}

#nav div.list-item {
	padding: 5px 15px;
	font-size: 11px;
}

#nav div.list-item a:hover { color: Black; }

#nav li.active1 div.accord_title, #nav li.active1 div.title {
	background-color: #C9201E;
	color: #FEF4D8;
}

#nav li.btn_hover div.accord_title, #nav li.btn_hover div.title {
	color: #000;
}

#nav li.active2 div a {
	color: #c9201e;
}


#nav div.accord_content {
	background: none;
	padding: 0;
	margin-left: 10px;
}

#nav li li div {
	font-weight: bold;
}

#nav .imprint {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 5px 15px;
	font-size: 80%;
}

#nav a, #nav a:visited {
	font: inherit;
	text-decoration: inherit;
	color: inherit;	
}


/******* NEWS ****************/
#news_text_inner, #news_pics_inner {
	margin: 10px 22px 30px 20px;
	padding: 0;
	line-height: 150%;
}

#show {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#332F2C;
	z-index:1000;
}

.pics_bottom {
	position:absolute;
	bottom:45px;
	left:-155px;
	width:150px;
}

#schaukasten {
	position:absolute;
	left:0;
	top:0;
	width:630px;
	height:491px;
	background: #FEF4D8 url('nachrichten-schaukasten.jpg') no-repeat;
}

#schaukasten_inhalt {
	position:absolute;
	width:537px;
	height:380px;
	overflow:auto;
	left:50px;
	top:60px;
	padding: 0;
	margin:0;
}

#schaukasten_inhalt h1 {
	font-size: 20px;
}

#schaukasten_inhalt h2, #schaukasten_inhalt a {
	color: #000;
}

#schaukasten_inhalt div.teaser {
	color: #C9201E;
	font-weight: normal;
}

div.schaukasten_nachricht {
	width:225px;
	position:absolute;
	left:0;
	top:30px;
}

div.schaukasten_bild {
	width:300px;
	position:absolute;
	right:5px;
	top:43px;
}

.schaukasten_bild p {
	padding-right: 5px;
}

div.art_in_list {
	width: 258px;
	float: left;
	margin-right:10px;
	margin-top:10px;
	font-size: 90%;
}

.art_in_list img {
	margin-left: 5px;
	float:right;
}

#img_cont_large { width: 600px; }

.liebfrauenlogo {float: left; margin: 10px 10px 10px 7px; padding: 0}
html>body .liebfrauenlogo {float: left; margin: 10px 10px 10px 16px; padding: 0}
.liebfrauenlogo img { margin: 0; padding: 0; }

.weiter {
	padding-right: 15px;
	background: url(pfeil_rot.gif) no-repeat center right;
}
.weiter_b {
	padding-right: 15px;
	background: url(pfeil_schwarz.gif) no-repeat center right;
}

a.weiter { color: #C9201E; }


/**** FORMULAR KRAM *****/
input, textarea { width: 300px; border: 1px solid #FEF4D8; background-color: #FEF4D8; }
input:hover, textarea:hover { border: 1px solid #774F2E; }
.element {
	clear: both;
	padding: 2px 0px;
}

.label, form label {
	float: left;
	width: 125px;
	padding-top: 3px;
	padding-right: 5px;
}
form { padding-left: 20px; }

legend {
	padding: 10px 0 10px 0;
	color: #C9201E;
	font-size: 20px;
}

.netzwerk_link img{
	margin-top: 20px;
}

/* Downloadmodul */
/* Diese CSS-Angaben stammen aus der originalen main.css */
/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p { 
  width:97.3%; /* IE6 Hack */
	margin: 0;
}

#main-block .download-hdl p { 
	padding: 5px 7px;
	background-color: #393;
	font-weight: bold;
	color: #fff;
}

#main-block .download-file { 
	vertical-align:middle;
	padding: 1.2em 7px;
	border-left: 2px solid #393;
	border-right: 2px solid #393;
}

#main-block .download-desc { 
	margin-bottom: 1.2em;
	padding: 1.2em 7px;
	background-color: #e5ffe5;
	border-left: 2px solid #393;
	border-right: 2px solid #393;
	border-bottom: 2px solid #393;
}

#main-block .download-without-desc { 
	margin-bottom: 1.2em;
	border-top: 2px solid #393;
}

/* flowplayer */
#FlowVideo {
  margin:20px 20px 0 20px;
  width:510px;
  height:300px;
  display:block;
}
#content div.embededVideo {
  margin: 0 20px 0 20px;
  width:510px;
}
#content div.caption {
  margin: 0 20px 0 20px;
  background: #FEF4D8;
  width:510px;
  padding: 5px 0;
}
#content div.caption p{
  margin:0;
  font-style: italic;
  padding: 0 10px;
}

/* paypal donation button */
.paypal-donation {
  width: 100px;
  margin: 10px 0;
  position: relative;
  /*
  bottom: 20px;
  font-size: 80%;
  left: 0;
  position: absolute;*/
}
.paypal-donation form{
  padding-left: 0px;
}

