/*-----------------------------------------------------------------------------
Dietrich Display Screen Stylesheet

version:   1.0
date:      11/05/10
author:    Heike Autenrieth-Häfner
email:     heike@autenrieth-haefner.de

website:   www.autenrieth-haefner.de

-----------------------------------------------------------------------------*/



/*  layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
	display: none;

}



.right
	{
	float: right;
}



.left
	{
	float: left;
}

/* document
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.5  Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #333;	
	text-align: center;
	background-color: #fff;
	margin: 20px 0 0 0;
	padding: 0;
}




#wrapper {
width: 980px;
margin: 0 auto;
text-align: left;
}

#header {
width: 980px;
height: 210px;
background-color: #1B1B1B;
}

#inhalt {
position: absolute; 
width: 980px; 
margin-top: 8px; 
z-index: 1; 
visibility: visible;
}

#news {
	width: 980px;
	margin-top: 10px;
	visibility: visible;
	z-index: 3;

}
#subtext p {
text-decoration: none;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 1em;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
margin-right: 0.5em;
margin-left: 0.5em;
line-height: 1.4em;
}

#footer {
	width: 980px;
	margin-top: 10px;
	height: 215px;
	padding-top: 10px;
	visibility: visible;
	z-index: 2;
	
}
#content {
width: 980px;
}

/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 1.6em; 
	font-weight: normal;
	margin-bottom: 5px; 

}

h2
	{
	font-size: 1.2em; 
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase; 
}
h3
	{
	font-size: 1.2em; 
	font-weight: bold;
	margin-bottom: 5px; 
}
	

p
	{
	font-size: 1.2em; 
	margin: 0 0 10px 0;
}
.small {
font-size: 1.1em;
}
.bigimage {
	background: url(icon_animated_busy.gif) no-repeat center center;
}

ul.subnavi {
list-style: none;
margin: 0;
padding: 0;
font-size: 1.2em; 
}

ul.subnavi li  {
list-style: none;
height: 22px;
margin: 0;
padding: 0;
font-size: 1.0em; 
}

ul.subnavi li a {
font-size: 1em;
text-decoration: none;
color: #333;
display: block;
}
ul.subnavi li a:hover {
text-decoration: none;
color: #fff;
display:block;
}

ul.subnavi li a.current {
text-decoration: none;
color: #fff;
display:block;
}

/* Links allgemein
-----------------------------------------------------------------------------*/
a {
text-decoration: none;
color: #333;
}
a:hover {
text-decoration: none;
color: #444;
}

a.weiss {
text-decoration: none;
color: #333;
font-weight: bold;
}
a.weiss:hover {
text-decoration: none;
color: #fff;
}

#footer a {
text-decoration: none;
color: #333;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 1em;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
margin-right: 0.5em;
margin-left: 0.5em;
line-height: 2em;
}
#footer a:hover {
text-decoration: none;
color: #000;
}
#footer a.current {
text-decoration: none;
color: #666;
}


/* Farben
-----------------------------------------------------------------------------*/

.tuerkis {color: #61A8C5;}
.hellgrau {color: #EEEEEE;}

/* Blättern
-----------------------------------------------------------------------------*/


#fwd {
position:absolute;
top: 100px;
left: 940px;
width: 40px;
z-index: 100;
}

#back {
position:absolute;
top: 100px;
left: 0px;
width: 40px;
z-index: 100;
}
#fwd a img, #back a img  {
opacity:0.7; filter:alpha(opacity=70);
}
#fwd a:hover img, #back a:hover img  {
opacity:1.0; filter:alpha(opacity=100);
}

#trans_navi {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 350px;
	z-index: 120;
	cursor: pointer;
	overflow: hidden;
	opacity:0.9;
	filter:alpha(opacity=90);
	border-right: 10px solid #fff;
	
}

#trans_navi_open {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 155px;
	height: 350px;
	z-index: 120;
	cursor: pointer;
	overflow: hidden;
	opacity:0.9;
	filter:alpha(opacity=90);
	border-right: 10px solid #fff;
	}

.bgopen {
background: url(../images/naviplus.gif) no-repeat left 100px;
}
/* Tables 
-----------------------------------------------------------------------------*/



table
 	
	{ 
  	border-spacing: 0;
	border-collapse: collapse;
}

td 
	{
	font-weight: normal;
}

td.beige {background-color: #8E8A7F;}
.grau {background-color: #DEDEDB;}

