@import url("form.css");
@import url("content.css");

/*--Style Bestattungen LAYOUT--*/

*{ margin: 0 ; padding: 0 ; }

body   {font-size: 0.7em; font-family: Verdana, Arial, Helvetica, sans-serif; color: #5F5F5F;
		/*background-image: url(../images/bg.jpg); background-position: 0px 0px;*/}

/*--Links allgemein --*/
a:link		{color: #660000; text-decoration: none;}
a:visited	{color: #660000;text-decoration: none;}
a:active	{color: #660000;text-decoration: none;}
a:hover		{color: #CCCCCC;text-decoration: none;}



.pixline{
	background-image: url(../images/pixel.gif);
	background-repeat: repeat-x;
	height: 2em;
	background-position: 0 center;
}

a img { border:0; }

li { list-style-type: none; }

ul { list-style-type:none; display: block; }

h1,h2,h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 150%;
}
blockquote {text-align: justify;}
p {line-height: 140%;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/*--- Basiscontainer ---*/	
#container {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	}
/*--- Header ---*/	
#header{ height: 130px;	background-image: url(../images/header.jpg); background-repeat: no-repeat; }

/*---Navigation + Formatierung ---*/	
#nav{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AAAAAA;
	border-left-color: #AAAAAA;
	text-align: left;
	background-image: url(../images/hg_navbar.jpg);
	background-repeat: repeat-x;
	height: 40px;
	}
#nav ul {
	font-size: 1em;font-weight: bold;
	list-style-type: none;
	padding-top: 0.9em;
	padding-left: 30px;
	
}

#nav ul li {display: inline;}

#nav ul li a {
	margin: 0 2.5em 0 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	background-image: url(../images/icon_arrow_open.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#nav a:hover{
	text-decoration: none;
	background-image: url(../images/icon_arrow_close.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#nav a.current{
	text-decoration: none;
	background-image: url(../images/icon_arrow_close.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	color: #999999;
}
/*---Footer---*/	
#footer{
	clear: both;
	height: 35px;
	padding-top: 7px;
	padding-left:30px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
		}

