body{
	background: #C3D0E0 url(/template/bg_top_big.jpg) repeat-x;
	font: 15px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

/* in manch alten Browsern reicht die Angabe durch body nicht aus */
a, p, td, li, ul, ol, h1, h2, h3{
	font: 15px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#aligner{
	width: 964px; 
	margin: 0 auto;
}

/* Trick, damit divs gleiche Höhe haben:
http://www.positioniseverything.net/articles/onetruelayout/equalheight */
#left_sidebar, #right_sidebar, #content{
	padding: 0;
	margin-top: 18px;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
	float: left;
}
#wrapper{
	border: 0;
	width: 964px; 
	background: #C3D0E0 url(/template/content_top_big.png) 217px 7px no-repeat;
	overflow: hidden;	
	clear: both;
}

#left_sidebar{
	width: 217px;
}
#right_sidebar{	
	width: 191px;
}
#right_sidebarMenu{
	border-right: 1px dashed #043C77;
}

.hide{
	display: none;
	/* text-indent: -5000px;  Phark Methode */
}

.invisible{
	visibility: hidden;
}

#footer{
	clear: both;
	width: 964px;
	background: #C3D0E0 url(/template/content_bottom_big.png) 217px top no-repeat;
}
#footer p{
  font-size: 13px;
  line-height: 30px;
  border-top: 2px solid #fff;
  margin: 4px 0 0 0;
  padding: 0 0 0 6px;
  text-align: right;
}
#footer img{
  margin-left: 12px;
}


#masthead{
	width: 883px;
	margin: 0 auto;
	height: 141px;
	background-color: #f7d1a4 url(/template/header.jpg) center center no-repeat; /* EE9B3D */
}


/* ---- menue top ---- */
#contactmenue{
	width: 964px;
	height: 19px;
	background-color: #043C77;
	color: #fff;
	font-size: 14px;	
	text-align: right;
}

#contactmenue ul{
	margin: 0;	
}
#contactmenue ul, #contactmenue li{
	display: inline;
	padding: 0 3px 0 3px;	
}
#contactmenue li{
	/* Trennzeichen für horizontales Menü */
	background: #043C77 url(/template/border_white.gif) 0 0 repeat-y;	
}
#contactmenue .first{
	/* kein Trennzeichen vor erstem Menüitem */
	background: none;
}


#contactmenue a, #contactmenue a:link, #contactmenue a:visited, #contactmenue a:active{
	font-size: 14px;	
	color: #fff;
	padding: 0 5px 0 5px;
	text-decoration: none;
}

#contactmenue a:hover{
	color: #FF6500;
}
/* ---- END menue top ---- */


/* ---- mainmenue ---- */
#mainmenue{
	margin: 0;
	padding: 2px 0 0 0;
	list-style-type: none;
	border-top: 1px dashed #043C77;	
	border-bottom: 1px dashed #043C77;
	border-left: 1px dashed #043C77;
}

#mainmenue a{
	display: block;
	width: 198px;	/* für IE<=6, andere Browser überschreiben dies in folgender Regel; verhindert auch "doppelte Höhe" Bug im IE */
	margin: 0 0 0 16px;
	padding: 5px 2px 5px 0;
	color: #000;
	text-decoration: none;
}
/* diese Regel wird von IE<=6 ignoriert */
#left_sidebar>ul a{ 
	width: auto;	
}

#mainmenue a:hover, #mainmenue a.active:hover{	
	padding-left: 16px;
	margin-left: 0;	
	background: #fff url(/template/menue_arrow.gif) 4px 10px no-repeat;	
}
#mainmenue a.active{
	padding-left: 16px;
	margin-left: 0;
	background: #fff url(/template/menue_arrow_active.gif) 4px 12px no-repeat;	
}

/* Submenue */
#mainmenue ul{
	padding: 0;
	margin: 0 0 10px 12px;
	list-style-type: none;
}
#mainmenue ul li{
 	padding-left: 0;
 	margin: 0;
}
#mainmenue ul a{
	width: 186px;
	padding: 2px 2px 2px 0;
	margin: 0 0 0 16px;
}
/* diese Regel wird von IE<=6 ignoriert */
#mainmenue>ul a{ 
	width: auto;	
}

#mainmenue ul a:hover, #mainmenue ul a.active:hover{
 	margin: 0;
 	padding-left: 16px;
 	background: #fff url(/template/menue_arrow.gif) 4px 7px no-repeat;	
}
#mainmenue ul a.active{
	margin: 0;
	padding-left: 16px;
	background: #fff url(/template/menue_arrow_active.gif) 3px center no-repeat;	
}

/* ---- END mainmenue ---- */


/* ----- right_sidebar ----- */
#font-resize, #news, #contact{
	border-bottom: 1px dashed #043C77;
	padding: 12px 8px; /* vorsicht bei zu großem Padding links/rechts -> falls Wort zu lange IE6 fehler */
}
#font-resize{
	border-top:  1px dashed #043C77;
	text-align: center;
}

#font-resize a.smaller, #font-resize a.smaller:link, #font-resize a.smaller:visited, #font-resize a.smaller:active {	
	color: #000;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}
#font-resize a.bigger, #font-resize a.bigger:link, #font-resize a.bigger:visited, #font-resize a.bigger:active{
	padding-right: 12px;
	color: #000;
	font-size: 31px;
	font-weight: bold;
	text-decoration: none;
}
#font-resize a.smaller:hover, #font-resize a.bigger:hover{
	color: #FF6500;
}

#news, #news p{	
	font-size: 14px;
	line-height: 1.2em;
}

.news_entry{
	margin-top: 14px;
	padding: 10px 0 0 0;
	background: transparent url(/template/border_news.gif) 27px top no-repeat;	
}

#news .first{
	padding: 0;
	margin: 0;
	background: none;
}

#right_sidebar h2, #right_sidebar .first{
	font-size: 15px;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}

#right_sidebar h2.sb{	
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	padding: 0 0 6px 0;
	margin: 7px 0 10px 0;
	background: transparent url(/template/border_news.gif) 27px bottom no-repeat;	
}
/* ----- END right_sidebar ----- */


/* ---- content frame ---- */
#content{
	width: 530px;	
	background-color: #fff;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	text-align: left; /* justify */
	border-right: 1px solid #043C77;
	border-left: 1px solid #043C77;
}

#content ul, #content li{
	list-style-type: square;
	padding-left: 3px;
	margin-left: 10px;
}

#content p{
	padding: 0;
	margin: 0 0 1em 0;	
}

h1{
	margin: 0 0 16px 0;
	font-size: 18px;
	font-weight: bold;
	color: #FF6500;
	text-align: center;
}
#content h2{
	margin: 20px 0 8px 0;
	font-size: 16px;
	font-weight: bold;
	color: #FF6500;
	text-align: left;
}
img{
	border: 0;
}
/* ---- END content frame ---- */



/* ---- standard links ---- */
a, a:link, a:visited, a:active{
	color: #205189;	
	text-decoration: none;
}
a:hover{
	color: #FF6500;
}


a.download{
	display: block;
	margin: 20px 5px 0 5px;	
	padding: 0 0 5px 25px;
	background: transparent url(/template/download.gif) 0 0 no-repeat;	
}


a.zurueck{
	display: block;
	margin: 20px 0 0 0;
	text-align: center;
	font-weight: bold;
}


/* ----- Bildausrichtung (float) von/für Administration @TinyMCE ----- */
img.left {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
img.right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}



/* DB Query Meldungen */
.db_erfolgreich, .db_fehler{
	padding: 5px;
	border: 2px solid #006600;
	background-color: #CCFFCC;
	font-weight: bold;
	color: #006600;
}

.db_fehler{
	color: #990000;
	border: 2px solid #990000;
	background-color: #FFB0B0;
}


/* ==============================================================================	*/
/* ********************** beginning particular site styles ********************** */

/* ----- kontakt.php ----- */
.tel{
	padding: 5px 0 2px 28px;
	background: transparent url(/template/telefon.gif) 5px bottom no-repeat;
	font-weight: normal;
}

span.tel{
	background: none;
	padding: 0 10px 0 0;
	margin: 0;
}

.email{
	margin-bottom: 10px;
	padding: 5px 0 2px 28px;
	background: transparent url(/template/email.gif) 5px bottom no-repeat;
	font-weight: normal;
}

#demenzforum, #beratung_alzheimer{
	margin: 24px 10px 24px 10px;
	padding: 0;
	font-weight: bold;		
}
#demenzforum p, #beratung_alzheimer p{
	margin: 0;
	padding: 0;
}
/* ----- kontakt.php ENDE ----- */


/* ----- aktuelles.php ----- */
#aktuelles h2{
	font-size: 15px;
	font-weight: bold;
	color: #FF6500;
	margin: 0;
	padding: 0;
}
#aktuelles p{
	margin: 0;
	padding: 0;
}
.news{
	margin: 20px 0;
	padding: 8px;
	border: 1px dotted #C3D0E0;
	background: #F0F7FD;
}
/* ----- aktuelles.php ENDE ----- */


/* ----- partner.php ----- */
#partner ul, #partner li{
	clear: both;
	padding: 30px 0 0 0;
	margin: 0;
	list-style-type: none;
}
#partner h2, #partner p{
	margin: 0;
	padding: 0;
}

#partner div.ptext{
	float: right;
	width: 74%;
	margin: 0;
	padding: 0 0 0 10px;
}
#partner ul img{
	float: left;
	text-align: right;
}
/* ----- partner.php ENDE ----- */
