/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */

/**************** Page and tag styles ****************/


ul
{margin:0 0 8px 25px;}

li
{
	margin:0 0 8px 25px;
	font : normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
}

a
{color:#d85d5d; font-weight:bold; text-decoration:none;}

a:hover
{color:#505050; text-decoration:underline;}


a img
{border-color:#d85d5d;}

a img:hover
{
	background:#d85d5d;
	border-color:#d85d5d;

}


/**************** Sidebar area styles ****************/


/**************** Navigation menu styles ****************/


/**************** Content area styles ****************/

#content
{
	width: 85%;
	margin: 0 0px;
	padding:0px;
	background: White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
}

.content_s
{
	width: 85%;
	margin: 0 0px;
	padding:0px;
	background: White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.box {
	font-size: 0.6em;
	border:1px solid #000000;
	background-color: #DDDDDD;
	margin: 1em;
	padding: 0.5em;
	text-align : left;
}


#content p
{	
	margin: 0 20px 20px 0;
	line-height:1.5em;
}

#content h1
{
	clear:both;
	margin:0px 0 10px 0;
	color: #333333;
	font-weight:normal;
	font-size: 1.3em;
	letter-spacing:-1,5px;
}

#content h2
{
	clear:both;
	margin:10px 0 10px 0;
	color: #666666;
	font-weight:normal;
	font-size: 1.5em;
	letter-spacing:-2px;
}

#content h3
{clear:both; margin:25px 0 10px 0; color:#d85d5d; font-weight:normal; font-size: 2em; letter-spacing:-2px;}

.anwalt
{
	margin:5;
	color: #555555;
	font-weight:normal;
	font-size:1.6em;
	letter-spacing:-1px;
	text-align: center;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font : bold;
}

.anwalt2
{
	margin:5;
	color: #555555;
	font-weight:normal;
	font-size:1.5em;
	letter-spacing:-1px;
	text-align: center;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
}

.text
{
	margin:5;
	color: Black;
	font-weight:normal;
	font-size:1em;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}