/*-----------------------------------------------------------------------------
version:   1.0
date:      21/04/08
author:    mike bernthaler
website:   www.bernthaler.com
-----------------------------------------------------------------------------*/

* 
	{
	margin: 0;
	padding: 0;	
	border: 0;
}

/* Set up the document
-----------------------------------------------------------------------------*/
html
{
	width: 100%;
	height: 100%;
}

body
{
	/*background: url(/images/background.png) repeat;*/
	color: #333333;
	line-height: 1.166;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 70%;
}

#spyder {
position:absolute;
visibility: hidden;
width:200px;
left:-200px;
}

#abstand {
height:100px;
}

#wrapper
{ 
	/*clear: both;
	position: absolute;
	top:25%;
	left:20%;*/
	
	position: relative;
	margin: 0px auto;
	/*margin-left:auto; 
	margin-right:auto;*/
	width: 1000px; 
	height: 390px; 
	text-align:left;
	/*background-color: #ffffff;*/
	overflow: hidden;
	border: 0px;
	padding: 0px;
}

.clear
	{
	clear:both;
}


#flash {
	clear: both;/**/
	z-index: 20;
	position: relative;
	display: block;
	width: 330px;
	height: 252px;
	background-color: #e7e7e7;/**/
	padding: 10px 0px 10px 0px;
	float: left;
	overflow: hidden;
}

#content {
	/*margin-left: 24px;*/
	position: relative;
	display: block;
	width: 670px;
	height: 360px;
	/*background-color: #e7e7e7;*/
	padding: 0px 0px 0px 0px;
	float:left;/**/
	overflow: hidden;
}

#sprache {
	position:absolute;
	left:0px;
	top:295px;
	width:51px;
	height:32px;
	z-index:1;
}

#scroller {
	position:absolute;
	left:0px;
	top:0px;
	width:670px;
	height:250px;
	overflow: auto;
	z-index:1;
	color: #333333;
	line-height: 1.166;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 85%;
}
/* Typography
-----------------------------------------------------------------------------*/

h1 {
	color: #999999;
	font-weight: normal;
	font-family: Georgia, serif;
	font-size: 2em;
	line-height: 1.1em;
	padding-bottom: 20px;
}
	
h2
	{
	font-size: 2.0em; /* Equivalent to 20pt */
}
	
h3
	{
	font-size: 1.8em; /* Equivalent to 18pt */
}
	
h4
	{
	font-size: 1.6em; /* Equivalent to 18pt */
}
	
h5 {
	color: #7F0033;
	color: #444444;
	font-weight: normal;
	font-family: Georgia,serif;
	font-size: 3em;
	line-height: 1.1em;
}
	
p, q, cite
	{
	color: #666666;
	margin-top: 1.5em;
	/*width: 548px;*/
	font-size: 1.2em;
	line-height: 1.45em;
}

ul, ol, dl
	{
	list-style: none;
	font-size: 1.2em; /* Equivalent to 12pt */
	color: #b4b4b4;
}

li, dd, dt
	{
	color: #b4b4b4;
	/* font-size: 1.2em; Equivalent to 12pt */	
}


.fliesstext, .spalte p {
	font-size: 1em;
}

.spalte p {
	margin: 2px 0 0 0;
	width: auto;
}


.spalte {
	/*position: relative;*/
	width: 262px;
	margin-right: 21px;
	float: left;
	text-align: justify;
}

.klein {
	font-size: 9px;
	color: #666666;
}



/* Header
-----------------------------------------------------------------------------*/



/* Navigation
-----------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #000000;
}

.active a {
	color: #000000;
	cursor: default;
}


#nav {
	position: relative;
	width: 100%;
	height: 140px;
	z-index: 1;
}

.navtitle {
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.2em;
	/*letter-spacing: 1px;*/
}

.nava {
	text-decoration: none;
	color: #b4b4b4;
}

.nava:hover {
	color: #666666;
}

.active nava {
	color: #000000;
	cursor: default;
}

/* Footer
-----------------------------------------------------------------------------*/

#footer
	{
	clear:both;
	margin-left:418px;
	width:360px;
	font-size: 8px;
	color: #CCCCCC;
	text-align: right;
}


/* Forms
-----------------------------------------------------------------------------*/



input.text
{
	padding: 3px;
	border: 1px solid #999999;	
}



/* Tables 
-----------------------------------------------------------------------------*/


table
 	
{ 
  	border-spacing: 0;
	border-collapse: collapse;
	
}

td 	
{

}
.navtitle2 {

	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.2em;
}
.active {
	color: #000000;
	cursor: default;
	font-weight: bold;
}
