@charset "UTF-8";
/* CSS Document */

/* 

========================================================================================

www.gartendesfriedens.de | Naturfriedhof GmbH & Co. KG

Gestaltung + Programmierung: Graswald & Heiligtag GmbH & Co. KG - www.ghpa.de

========================================================================================

*/



/* 
########################################################################################
#                                                                                      #
#                                       RESET                                          #
#									                                                   #
########################################################################################
*/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size:1em; font-weight:normal; font-style:normal; }
ul,ol { list-style:none; }
fieldset,img { border:none; }
caption,th { text-align:left; }
table { border-collapse:collapse; border-spacing:0; }


/* 
########################################################################################
#                                                                                      #
#                                       BASIC                                          #
#									                                                   #
########################################################################################
*/



html, body {
height: 100%;
margin: 0px;
padding: 0px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
	background-color: #e5f0d9;
}



body { 
	font-size: 70%; /* ----> 1em = 10px*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* IE 6 Zentrierung*/	
	}



/* 
########################################################################################
#                                                                                      #
#                                       LAYOUT                                         #
#									                                                   #
########################################################################################
*/


div#header {
width: 950px; 
height: 100px;
margin:0 auto; /* center, not in IE5 */
background-color: #fff;
}
	
	
div#container {
width: 950px;
margin: 0 auto;
min-height: 100%;
background-color: #fff;
text-align:left;
}	
	

div.clear {
clear: both;
height: 0;
margin: 0;
padding: 0;
line-height: 0;
font-size: 0;
}
	
/*
position:relative;  für footer positionierung 
margin:0 auto;
width:950px;


border-left: 1px solid #b1b1b1;
border-right: 1px solid #b1b1b1;

background-color: #fff;
*/



#flash {
widtH: 950px;
height: 450px;
}


	
	
#menu {
width: 180px;
margin-top: 10px;
margin-bottom: 1px;
color: #FFFFFF;
float: left;

}


	
	
#text {
width: 500px;
padding: 20px;
float: left;
} 	
	
#bilderleiste {
width: 210px;
float: left;
margin-top: 20px;
margin-left: 10px;
}




div#footer {
position:absolute;
width: 160px;
bottom:0; /* stick to bottom */
background:#047dbc;
border-top: 1px solid #FFF;
color: #7ab2cd;
font-size: 10px;
text-align:center; 
padding: 10px; 
}
	






/* 
########################################################################################
#                                                                                      #
#                                       TEXT                                           #
#									                                                   #
########################################################################################
*/

p {
font-size: 13px;
padding-bottom:5px;

vertical-align:top;
color: #405866;
}


h1 {
font-size: 18px; 
letter-spacing: 1px;
font-weight: lighter;
color: #197323;
}

h2 {
font-size: 14px; 
letter-spacing: 1px;
font-weight: lighter;
color: #197323;
margin-bottom: 10px;
}

h3 {
font-size: 10px;
line-height: 12px;
color: #405866;;
}

strong {font-weight:bolder;}



/* 
########################################################################################
#                                                                                      #
#                                       LINKS                                          #
#									                                                   #
########################################################################################
*/

ul li a {
color: #333;
text-decoration: none;
font-size: 12px; 
}

ul.navgiation ul li a {
color: #555;
text-decoration: none;
font-size: 11px; 
margin-left: 10px;
margin-top: -2px;
}

ul li:hover {
background-color: #f5f7f2;
}

div#footer a {
color: #fff;
text-decoration: none;
}

div#footer a:hover {
color: #fff;
text-decoration: underline;
}

#text a, #text a:active, #text a:hover, #text a:visited {
color: #197323;
text-decoration: none;
}

/* 
########################################################################################
#                                                                                      #
#                                       LISTEN                                         #
#									                                                   #
########################################################################################
*/


ul {

}

li {
font-size: 12px;
line-height: 35px;
text-indent: 25px;
/* border-bottom: 1px solid #c1d9c4; */
}




/* 
########################################################################################
#                                                                                      #
#                                       BILDER                                         #
#									                                                   #
########################################################################################
*/


img.float  {
float: left;
margin-right: 10px;
}


/* 
########################################################################################
#                                                                                      #
#                                     SONSTIGES                                        #
#									                                                   #
########################################################################################
*/


