/*
Author: Gerd Franke
*/

/* Element Definitions */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	color: black;
	text-align: left;
	}

a,
a:link,
a:visited,
a:active,
a:hover
{
	color: navy;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background-color: transparent;
}

ul,	li
{
/*
	margin: 0px;
	padding: 0px;
*/
	list-style-type: none;
	list-style-position: inside;
}

ul.showlist, ul.showlist li
{
	margin: 0 0 0 10px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: outside;
}

div, h1,h2,h3,h4,h5,h6
	{
	margin: 0px;
	text-align: left;
	color: #333;
	}
h1,h2,h3,h4,h5,h6
	{
	color: #666;
	}
p
	{
	color: #333;
	}
	
div.clearall
	{
	clear: both;
	}
div.center
	{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
	
/* ---------------------------------- */

#pagebox {
	width: 800px;
	min-height: 700px;
	font-size: 14px;
	background-color: transparent;
	border: 0px solid blue;
	text-align: left;
	}
	/* ---------------------------------- */

#headerbox
{
	background-color: transparent;
	margin: 0px;
	font-size: 10px;
}
	#header
	{
	}
		#header h1
			{
			margin: 10px 0 0 0px;
			padding: 0em;
			font-size: 18px;
			text-align: left;
			letter-spacing: 0.1em;
			color: blue;
			background-color: transparent;
			}
		#header h2		
		{
			margin: 0px 0 0 100px;
			padding-bottom: 20px;
		}
		#header h2 a.more		
		{
			color: #333;
			font-size: 14px;
			letter-spacing: 0.1em;
			text-align: left;
			font-weight: normal;
			text-decoration: none ;
		}
		#header a.more:hover		
			{
			text-decoration: underline ;
			}

/* ---------------------------------- */
	
#contentbox {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, 'Lucida Grande', Sans-Serif;
	font-size: 11px;
	}


p.inline_sidebox
	{
	float: right;
	width: 200px;
	margin: 0px 0px 0px 10px;
	padding: 10px;
	border: 1px solid white;
	background-color: #eee;
	font-size: 10px;
	}

h4.vb2, div.vb2 { display:none;}


/* ---------------------------------- */



