/* Stylesheet für www.verwandtschaftsrat.net */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;

	color: #000;	

}



body {
	background-color: #fff;
	font-family: Helvetica, Arial, Sans-Serif; 
	
	line-height:110%;
	
}

p {
	margin-bottom: 10px;
}

a {
	text-decoration:underline;
	color: #de7724;
	
	font-family: Helvetica;
	font-size: 100%;

	

	}




div#noJavaScript {
display: none;
}

div#header div#menu {
	height: 31px;
	
	width: 100%;
	background-color: #fff;
	background-image: url(../img/hback.gif);
	background-repeat: repeat-x;
	padding-left: 100px;
	margin-top: 30px;

	display:none;
}

div#header div#menu ul{
	display:none;
}





/*+++++ SpamSpan einstellungen  ++++++*/

.t, .u , .d {
	color:#888;
}




/*++++++++++++++++++*/
div#container {
	margin-top: 20px;

	font-size: 0.8em;
}


div#container p {
	margin-top: 10px;
}


div#container ul {

	list-style-type: none;
	line-height: 20px;
	margin-bottom: 20px;

}


div#container h3 {
	margin: 20px 0px 20px 5px ;
	font-family: Garamond, serif;
	color: #444;
}

div#container em {
	color: #de7724;
}


img#print {
display:none;
	}
	
div#container span#title {
	margin: 0px 0px 20px 50px;
	
	display:block;
	padding-left:20px;
	width: 624px;

	color: #444;
	font-size: 18px;
	line-height: 25px;

}	
div#container div#text {


	margin-left: 50px;	
	margin-bottom: 50px;
	width: 400px;
	float:left;

}

div#container div#foto {
	display:none;

}

 
div#footer {
	clear:both;




	margin-left: 50px;

	width: 624px;
	border-top: 1px solid #eee;
	padding: 10px;
	font-size: 0.6em;
	
}

