* {
	margin:0;
	padding:0;
}


/* IE6 Hack */
* html{	
	margin:0;
	padding:0;
}
	
/* margin-bottom für Überschriften, Absätze, Listen etc. */
h1, h2, h3, h4, h5, h6, 
p, blockquote, address, pre, 
ul, ol, dl, table {
   margin-bottom: 1em;
}

code {
	font-size: 12px;
}

hr {
  margin: 15px 0;
}

/* Adress-Element */
address {
	font-style:normal;
	}

address span {
	font-weight: bold;
}


/* Tabellen */
table { 
   border-collapse: collapse;
   background: none;  
   color: black;
}

table p, table h4{ 
   margin-bottom: 0;
   padding-bottom: 0.5em;
}

/* Tabellenzellen gestalten */
td {  
   padding: 0.3em 1em 0 0.3em; 
   text-align: left;
   vertical-align: top;  
}

.tab_impressum {
	vertical-align: top;
}


.tab_impressum td{
	padding: 0 0.3em 0 0;
}

.tab_impressum p{
	padding: 0 0 0.5em 0;
}


/* Alle Listen etwas einrücken */
ul, ol, dl { margin-left: 1em; }

/* Listenelemente etwas mehr einrücken */
li { margin-left: 1em; } 

/*  Überschriftengrößen auf Basis von small (13px) */
h1 { font-size: 150%; }      
h2 { font-size: 134.62%; }  
h3 { font-size: 103.85%; }   
h4 { font-size: 88.46%; }  
h5 { font-size: 73.08% }   
h6 { font-size: 40%; }  	
	

html { height: 101%; }


img {
	border: 2px solid;
}


#shadow { 
	background: transparent url(images/containerschatten.png) repeat-y;
	background-position: top;
	background-attachment:fixed; 
   	width: 860px;
   	margin: 0 auto;
}

* html #shadow { 
	background: none;
   	margin: 0 auto;
}


/* Header*/

#header {
	position: relative;
	overflow:auto;
	width:800px;
	height:183px;
}

.invisible_link {
	position:absolute;
	top:97px;
	right:0;
	visibility:visible;
	z-index:50;
}

.invisible_link a {
	display:block;
	width:180px;
	height: 81px;
}

#header h1 {
	text-indent: -9999px;
}

.styleswitcher li.orange a{
	background-color: #FFCC00;
}

.styleswitcher li.green a{
	background-color: #669811;
}

.styleswitcher {
   	font-size: 11px;
    position:absolute;
    top: 1px ;
    right: 0;
    padding: 5px 0 5px 0;
    margin: 0;
	list-style-type:none;
   }

.styleswitcher li {
   float: left;
   margin:0;
   padding-right: 7px; 
}

.styleswitcher li a {
   padding: 2px;
   text-decoration:none; 
   color:#000;
}

.styleswitcher li a:hover {
   color:#FFFFFF;
   text-decoration:underline;
}



/* Menu */


#suckerfishnav, 
#suckerfishnav ul {
    position: relative;
	float:left;
    list-style:none;
    line-height:30px;
    padding:0;
    margin:0;
    width:100%;
	z-index: 100;
    }
	
#suckerfishnav a[href^="http:"]{ 
   background: none;
}

#suckerfishnav a[href^="http:"]:visited {
   background-image: none;
}
	
	
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:149px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
	margin:0;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:130px;
    font-size:12px;
    color:#ddd;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }

#suckerfishnav li ul li:hover a, 
#suckerfishnav li ul li li:hover a, 
#suckerfishnav li ul li li li:hover a {
    color:#000;
    }
	
#suckerfishnav li:hover a {
    color:#000;
    }

#suckerfishnav li:hover li a, 
#suckerfishnav li li:hover li a, 
#suckerfishnav li li li:hover li a, 
#suckerfishnav li li li li:hover li a {
    color:#ddd;
    }
#suckerfishnav li:hover ul ul, 
#suckerfishnav li:hover ul ul ul, 
#suckerfishnav li:hover ul ul ul ul, 
#suckerfishnav li.sfhover ul ul, 
#suckerfishnav li.sfhover ul ul ul, 
#suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, 
#suckerfishnav li li:hover ul, 
#suckerfishnav li li li:hover ul, 
#suckerfishnav li li li li:hover ul, 
#suckerfishnav li.sfhover ul, 
#suckerfishnav li li.sfhover ul, 
#suckerfishnav li li li.sfhover ul, 
#suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#000;
    }


/* Content*/
#content {
	position:relative;
	background: transparent url(images/mix1.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	width:760px;
	padding:50px 20px 180px 20px;
	>padding:20px 20px 180px 20px; /* IE 6 Hack */
}


.headline{
	position:absolute;
	top:30px;
	>top: 0;
	left: 0;
}

.headline img{
	border: none;
}

#startseite .title{
	font-size: 200%;
	font-variant:small-caps;
	display: none;
}

	
#startseite table {
	padding:0;
	background:none;
}

#startseite td {
	padding:0 5px 5px 0;
}

.start {
	float:right;
	padding-left: 20px;
	padding-right: 0;
	margin-top:0;
}

.zitat blockquote{
	letter-spacing: 0.15em;
	line-height: 1.5em;
	padding:0;
	margin-bottom:0;
	text-align:center;
}

.autor{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-size: 9px;
	margin: 0;
	padding:0;
	padding-right: 7em;
}

.code {
	background-color:#FFF;
	padding: 10px 20px;
}


/* Überblick Seitenauswahl ul */

.overview {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-top: 20px;
}

.overview li h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	line-height: 1;
	margin-top: 0;
}

.overview li {
	position: relative;
	min-height: 120px;
	padding:0;
	margin:0;
}

/***** --> min-height-patch für IE lt. 7 */
* html .overview li {height: 120px;}

.overview li h3, .overview li p {
	padding-left: 120px;
}

.overview li img, .overview li span {
	position:absolute;
	top:0;
	left:0;
}


.linktabelle {
	width: 700px;
}

.linktabelle a[href^="http:"]{ 
   background: none;
   padding-left: 0;
}

.linktabelle a[href^="http:"]:visited {
   background-image: none;
}

.spalterechts {
	font-size:16px;
	width:300px;
	vertical-align:middle;
}


/* Footer */
#footer {
	background: #333333 url(images/footer_bg.png) repeat-x;
	position: relative;
	width:800px;
	height: 42px;
}

#footer p {
	position:absolute;
	top: 12px;
	left: 12px;
	padding:0;
	font-size: 80%;
	/*width:100px;*/
	color:#ffffff;
	}
#footer a {
	color:#ffffff;
	}

#footer a[href^="http:"]{ 
   background: none;
   padding-left: 0;
}

#footer a[href^="http:"]:visited {
   background-image: none;
}

.infoleiste {
   	font-size: 80%;
    position:absolute;
    top: 12px;
    right: 0;
    padding: 0;
    margin: 0;
	list-style-type:none;
   }

.infoleiste li {
   float: left;
   margin:0;
   padding-right: 2em; 
}

.infoleiste li a {
   color:#FFFFFF;
   text-decoration:none; 
}

.infoleiste li a:hover {
   color:#FFFFFF;
   text-decoration:underline;
}
	
