/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #EFF0F8;*/
	background: #D4D0C8;
	color: #333333;
	/*font: normal 62.5% "Arial",sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
}
img {
	border:0px;
}
cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
p, li, td {
	font-size: 12px;
}
h1 {
	color:#000099;
	font-size: 16px;
	margin-bottom: 4px;
}
h2 {
	font-size: 14px;
	margin-top:10px;
	margin-bottom: 4px;
}
a.pName {
	color: #579;
	text-decoration:none;
}
h3 {
	font-size: 12px;
	margin-bottom: 4px;
	margin-top:10px;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

h1,h2,h3 {
	/*color: #579;*/
	/*padding-top: 6px;*/
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 800px; 
}

/* title */
.title {
	float: left;
	margin-top: 22px;
	text-align: center;
	width: 800px;
}
.title h1 {
	color:#000099;
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.titlebar {
	clear: both;
	background: url(img/logo.jpg) no-repeat;
	height:98px;
	padding:0;
	margin:0;
	border:0;
	float:left;
}

.adresse {
	color: #666;
	font-size: 1.1em;
	font-size:10px;
	text-align:center;
	display:block;
	padding:3px;
	/*border-top:1px solid #000;*/
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	margin-bottom: 3px;
}

.copyright {
	color: #666;
	font-size: 1.1em;
	font-size:10px;
	text-align:center;
}



ul#Navigation {
    margin: 4px 30px; padding: 0;
	text-align: center;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    float: left; width: 72px;
    margin: 2px; padding: 0.2em 0.8em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; 
    color: #FFFFFF; background-color: #0A0136;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#Navigation a:hover, ul#Navigation span {
    /*border-color: white;
    border-left-color: black; border-top-color: black;*/
    color: white; background-color: #3300CC;
  }
  ul#Navigation div {
     clear: left;
  }






.menucontainer {
/*border:1px solid #000;*/
background-color:#FFFFFF;
width:120px;
margin-left: 30px;
}
a.menu:link, a.menu:visited
{
 color:#000033;
 background-color:#ECEFFB;
 text-decoration:none;
}
a.menu:active, a.menu:hover
{
 color:#ECEFFB;
 background-color:#000033;
 /*background: #FFF url(img/navhover.jpg) repeat;*/
}
a.menu {
	display:block;
	padding:3px;
	/*border-top:1px solid #000;*/
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	border-top: 1px solid #000033;
	margin-bottom: 3px;
	background-color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	color:#000033;
	text-decoration:none;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
 }
 
/* holders */
.holder {
	width:710px;
	/*height:500px;*/
	float:right;
	padding-left:15px;
	margin-right:0px;
	padding-right:20px;
	padding-top:15px;
}
.holder_top {
	clear: both;
	background: url(img/randO.jpg) no-repeat;
	height:38px;
	padding:0;
	margin:0;
	border:0;
}
.footer {
	clear: both;
	background: url(img/footer.jpg) no-repeat;
	height: 48px;
}
/* footer */
.footer {
	background-position: left bottom;
	color: #666;
	font-size: 1.1em;
	text-align: center;
	font-size:10px;
}
th {
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}

td {
	text-align: left;
	vertical-align: top;	
}

.gstbk {
	padding:5px;
	padding-top:10px;
}

