

* {margin: 0;
   padding: 0;
}

html {
	height: 100%;
	font-size:100.01%;
}

body {
	height: 100%;
	font-size:1em;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-color: #d4d0c8;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 750px;
	margin: 0px auto;
	background-color: #f6eacf;
	font-size:.9em;
	background-image: url(images/container.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 220px;
	background-color: #999999;
}



#content {
	
	
	padding: 10px;
}



#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 21px;
	font-size: 0.7em;
	padding-top: 10px;
	padding-left: 20px;
}


/*********************************************  linkbar start **************************************/

 #navcontainer ul
{
	font-size: small;
	background-image: url(images/linkbar_bg.jpg);
	height: 37px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-left: 20px;
	padding-top: 8px;
}

#navcontainer ul li a:hover
{
	color: #2a4d73;
	background-image: url(images/hover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}

/********************************************   linkbar end ***********************************/



h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.5em;
	color: #003366;
	text-align: left;
	margin: 7px;
	font-style: italic;
}

h2 {
	
	font-size: 1em;
	height: 20px;
	padding-top: 20px;
	clear: left;
	color: #003366;
} 

h3 {
	font-size: 1.2em;
	padding-left: 13px;
	color: #0099CC;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: 15px;
	background-repeat: no-repeat;
	height: 18px;
}

p {
   margin: 7px;
} 

ul.generell {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 0.9em;
	
} 

