* {
	margin: 0;
	padding: 0;
}
html {
	background: #021C44;
  /*url(layout-new/body.png) repeat-x scroll 0;*/
}
body {
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
}

a {
	text-decoration: none;
}

a.buttonR {
	display:block;   
	width:30px;    
	height:30px;   
	background:transparent url('images/arrowR.png') no-repeat top left;
}

a.buttonR:hover {
	display:block;   
	width:30px;    
	height:30px;   
	background:transparent url('images/arrowR.png') no-repeat top left;
	background-color: #76baff;
}

a.buttonL {
	display:block;   
	width:30px;    
	height:30px;   
	background:transparent url('images/arrowL.png') no-repeat top left;
}

a.buttonL:hover {
	display:block;   
	width:30px;    
	height:30px;   
	background:transparent url('images/arrowL.png') no-repeat top left;
	background-color: #76baff;
}

h1, h2, h3, h4 {letter-spacing:0.05em; font-family: Trebuchet MS, Verdana, Arial, sans serif; font-style:normal; font-weight:normal; }
h1 {font-size:1.6em; line-height:1.7em; color:#FFF;}
h2 {font-size:1.4em; line-height:1.7em; color:#000;}
h3 {font-size:1.3em; line-height:1.6em; color:#000;}
h4 {font-size:1.1em; line-height:1.3em; color:#000;}


#container {
	margin-left:auto; margin-right:auto; margin-top:20px; margin-bottom:0px;
	padding: 0 0 0px;
	width: 800px;
	text-align: left;
	position: relative;
}
#header {
	text-align:center;
	/*background: transparent url(layout-new/header.png) no-repeat scroll 0;*/
	height: 64px;
	width: 610px;
	margin-left:190px; margin-right:0px; margin-top:0px; margin-bottom:0px
	padding: auto;
}

#header h1 {font-size:19px; line-height:64px; color:#FFF;} 	
	

#logo {
	margin-left:00px; margin-right:00px; margin-top:-64px; margin-bottom:0px;
	padding: 0px 0 0;
  	outline-style: none;
  	outline-color: none;
	clear: both;
	width: 128px
	float: left;
	height: 128px;
	
}

#nav {
	text-align:left;	
	margin: 36px 0px 0 15px;
	padding: 0px 0 0;
  	outline-style: none;
  	outline-color: none;
	float: left;
	clear: both;
	width: 140px
	height: 58px;
}
#inhalt {
	margin-left:190px; margin-right:0px; margin-top:-64px; margin-bottom:50px;
	width: 610px;
	background:white;
}
#footer {
	color:#FFF;
	margin: 0;
	padding: 0;
	clear: both;
	height: 58px;
	width: 800px
}
#nav a, #nav span {
	background: transparent no-repeat scroll 93% 0;
	height: 28px;
	display: block;
	color: #FFF;
}
#nav a:hover {
	text-decoration:none;
	color:#76baff;
}
#nav ul {
	/*background: transparent url(layout-new/mainulbg.gif) repeat-y scroll 0;*/
	width: 150px;
	padding: 0px 0 0;

  	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
#nav ul li.main {
	background: transparent /*url(layout-new/mainlibg.gif)*/ no-repeat scroll 0;
	line-height: 24px;
}

#nav ul li {
	text-indent: 0em;
}

#nav ul li.main span {
	background: transparent no-repeat scroll 93% -48px;
}

#nav ul ul li {
	text-indent: 2em;
	font-size: 0.9em;
}


#inhalt p {
	margin-left:50px; margin-right:50px; margin-top:40px; margin-bottom:40px;
	padding: 0 0 0em;
	font-size: 1em;
}
#inhalt p.clear {
	clear: both;
}

#inhalt div {
	margin-left:50px; margin-right:50px; margin-top:30px; margin-bottom:30px;
	padding: 0 0 0em;
	font-size: 1em;
}

# inhalt explanation{
	margin:0;
	padding: 0 0 0em;
	font-size: 1em;
}

#inhalt img {
	border:0px;
	margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;
	padding: 0;
	position:relative;
  	left: 0px
}
#inhalt ul {
	margin: 0;
	padding: 0 0 2em 1.3em;
	text-indent: 2px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1em;
}

#inhalt ol {
	margin: 0;
	padding: 0 0 2em 1.3em;
	text-indent: 2px;
	list-style-position: outside;
	font-size: 1em;
}

#inhalt span.headline {
	margin: 0;
	padding: 0 0 0.5em;
	font-weight: bold;
}

#inhalt a {
	color: #223344;
}

#inhalt a:hover {
	text-decoration:none;
	color:#ff0000;
}

#inhalt table img {
	border: 0px;
}

table.border {
	border-style: solid;
	border-width: 0 0 1px 1px;
}

table.border td {
	border-style: solid;
	border-width: 1px 1px 0 0;
	margin: 0;
	padding: 4px;
}
