/* CSS Document by Dieter Schneider 2006 */

* {margin: 0;
   padding: 0;
}

html {
	height: 100%;
	font-size:100.01%;
}

body {
	height: 100%;
	font-size:1em;
	background-image: url(images/body_bgtest.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 789px;
	margin: 0px auto;
	background-color: #91b3df;
	font-size:.9em;
	background-image: url(images/containertest.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 173px;
	background-image: url(images/index.jpg);
	background-repeat: no-repeat;
}

#subheader {
	height: 71px;
	clear: both;
	background-image: url(images/sub_headertest.jpg);
	background-repeat: no-repeat;
}

#content {
	margin-right: 202px;
	background-color: #91b3df;
	padding: 10px;
}

#right {
	width: 168px;
	float: right;
	clear: both;
	background-color: #b9dbff;
	padding-top: 3px;
	font-size: 0.8em;
}



/*********************************************  linkbar start **************************************/

 #navcontainer ul
{
	font-size: small;
	background-image: url(images/linkbar_bgtest.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: #92b4e1;
	background-image: url(images/hovertest.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}

/********************************************   linkbar end ***********************************/


/********************************************    linkpanel start************************************/

.navcontainer {
	text-decoration: none;
}

.navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	background-color: #D3D582;
}

.navcontainer a
{
	display: block;
	padding: 4px 0 4px 10px;
	width: 158px;
	border-bottom: 1px solid #7C7C3C;
	background-image: url(images/linkpaneltest.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.navcontainer a:link,
{
color: #FFFFFF;
text-decoration: none;
}

.navcontainer a:hover
{
	color: #00284b;
	background-image: url(images/linkpanel_hovertest.jpg);
	background-repeat: no-repeat;
	background-color: #00284b;
}

/************************************************* linkpanel end **********************************/

h1 {
	padding-top: 62px;
	font-size: 2em;
	color: #FFFFFF;
	text-align: right;
	margin-right: 67px;
	font-style: italic;
}

h2 {
	background-image: url(images/h2test.jpg);
	background-repeat: no-repeat;
	font-size: 1em;
	height: 39px;
	padding-top: 20px;
	padding-left: 40px;
	clear: left;
	color: #FFFFFF;
} 

h3 {
	font-size: 1em;
	background-color: #e2cf8d;
	padding-left: 13px;
	color: #000000;
	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;
	color: #CC0000;
	list-style-image: url(images/arrow.gif);
} 
