/**********************************/
/* Minimal CSS - general settings */
/**********************************/
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

#wrap {
	min-height:100%;
}

/* IE Win only \*/
* html #wrap {
	height:100%;
}
/* */

#content {
	min-height:100%;
}

/* IE Win only \*/
* html #content {
	height:100%;
}
/* */

#header {
		height:100px;
}

#footer {
	height:26px;
	margin-top:-3em;
	padding-top:5px;
}

/********************/
/* Styling settings */
/********************/

body {
	background-color:#DCDCDC;
	background-image:url(../images/background_all3.png);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center; /* horizontal zentrieren fuer IE5 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;

}


/* Titles */

h1 {
    font-size: 1.4em;
    margin: 0.2em 0;
}

h2 {
    font-size: 1.1em;
    margin: 0.2em 0;
}

h3 {
    font-size: 1.0em;
    margin: 0.2em 0;
}

/* general link */

a {
	color: #315ca3;
	text-decoration: none;
}

/* wrap settings includes header, content, navigation_h */
#wrap {
	width:990px;
	background-color:white;
	background-image: url(../images/background.png);
	color:black;
	margin:0 auto;
	text-align:left;
}

#header {
	background-color: #315ca3;
	background-image:url(../images/header.png);
	color:white;
	border-bottom:1px solid #999999;
}

#navigation_h{
	text-align:right;
	padding:10px 20px 10px 20px;
	border-bottom:1px solid #999999;
	background-color:#FFFFFF;
}
#navigation_h a img{
	border:none;
}

/* content settings includes navigation_v, main */
#content {
	width:966px;
	background-color:white;
	background-image: url(../images/background.png);
	background-repeat:repeat-y;
	color:black;
	margin:0;
	text-align:left;
}

/* Navigation vertical */
#navigation_v{
	margin-top: 0px;
	margin-bottom: auto;
}
ul#navigation_v  {
	width:200px;
	float: left;
	padding: 1em 0 0 0;
	margin:0;
}
ul#navigation_v li {
    list-style: none;
    margin: 0; padding: 0.5em;
}
ul#navigation_v a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
}
ul#navigation_v a:link {
    color: black;
}
ul#navigation_v a:visited {
	color: #FFFFFF;
}
ul#navigation_v a:hover {
    color: black; background-color: #eee;
}

/* Main Section */
#main {
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 220px;
	padding: 1em 1em 2em 1em;
	color:#336699;
}

ul#main {
	margin-left: 20px;
}

* html ul#main { /* Für IE */
	margin-left: 35px; 
}
* html div#main {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
}
#main ol {
	margin:25px;
}
#main li {
	list-style-position: outside;
	text-align: justify;

}
#main p {
    font-size: 1em;
    margin: 1em 0;
}
#main a img {
	border:none;
}

/* Footer Section - not in wrap div*/
#footer {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background-color: #315ca3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	}
	
#footer a{
	color:#333333;
}

/* REST */
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
a {
	color: #315ca3;
	text-decoration: none;
}

#table1 td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #315ca3;
}
#table1 a {
	color: #315ca3;
	text-decoration: none;
}
