/* ------------ CSS Document  ------------------
	General style sheet, Website Martin Reuthner
	
	Mediatype:	#screen	
	Author: 	Marc zur Oven
	Version:	1.0
	Date:		2008-03-12 
   -------------------------------------------- */ 
   
   
/* --------------------------------------
 			HTML-Tags 
----------------------------------------- */

html,body, #container, #kopf, #koerperhuelle, #inhalt, #navigation, #nachrichten, #fussleiste	{
	margin:0;
	padding:0;
}

body	{
	font-family: Verdana, Helvetica, Arial, "Lucida Grande", sans-serif;
	font-style: normal;
	font-size: 84%;
	line-height: 1.5;
	text-align:center;
	color: #222;
	margin:0px auto;
	background-color: #A45118;
	background-image:  url(../img/mr-site-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: scroll;
	}
	
h1, h2, h3, h4, h5	{
	color: #A45118;
	font-weight: bold;
	line-height: 1.25;
	padding: 0 0 12px 0;
	}
	
h1		{ font-size: 160%; }
h2		{ font-size: 140%; }
h3		{ font-size: 120%; }
h4, h5	{ font-size: 100%; }
h5		{ color: #444; }
p		{ 
	margin-bottom: 1em; 
	}
strong	{font-weight: bold;}
em		{font-style: italic;}

a,
a:active
		{ 
	text-decoration: none;
	color: #55B;
	}
a:visited	{
	color: #55B;
	}
a:hover		{ 
	color: #66E; 
	text-decoration: underline;
	}
a img 	{ border: none; }
hr	{	
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #999;
	margin: 10px 0px;
	}
/* --------------------------------------
 			Container 
----------------------------------------- */

div#container	{
	z-index: 1;
	text-align:left;
	width:950px;
	margin:0px auto;
/*	background-color: #999; */
	}

/* --------------------------------------
 			Kopf 
----------------------------------------- */

div#kopf	{ z-index: 2; } 
div#kopf img {
	display: inline;
	vertical-align: text-top;
}

/* --------------------------------------
 			Schatten 
----------------------------------------- */

div#schatten	{
	z-index: 2;
	float:left;
	width:950px;
	background-image: url(../img/mr-schattenlinie-r.gif);
	background-repeat: repeat-y;
	background-position: 900px; 
	}
#schattenecke 	{
	float: right;
	width: 51px;
	margin: 0;
	margin-right: -1px;

	}
/* --------------------------------------
 			Inhalt 
----------------------------------------- */
div#inhaltshuelle	{
	z-index: 3;
	float:left;
	width:898px;
	background-color: #FFF;
	background-image: url(../img/mr-bg-content.gif);
	background-repeat: repeat-y;
	background-position: 0px; 
	border: 1px solid #fff;
	border-bottom: 0px;
	}
div#inhalt	{
	background-color: #FFF;
	z-index: 5;
	margin: 41px 40px 40px 231px;
	min-height: 320px;
	}
div#inhalt img	{
	margin-bottom: 20px;
	}
div#inhalt a img, div#inhalt span img	{
	border: 0px none;
	}
div#inhalt table#hoerbeispiele 	{
		background-color: #FFC;
	}
div#inhalt table#hoerbeispiele tr	{
		border: 2px solid #000;
	}
div#inhalt table#hoerbeispiele td	{
	margin: 0px;
	padding: 4px;
	border-bottom: 1px solid #DDA;
	border-top: 1px solid #FFD;
	vertical-align: top;
	}
div#inhalt table#hoerbeispiele img	{
		vertical-align: bottom;
		margin: 0px;
		padding: 0px;
	}	
div#inhalt img.rahmenbild-re	{
	margin-left: 25px;
	border: 4px solid #CCC;
	}
div#inhalt img.rahmenbild-li	{ 
	clear: left;
	margin-right: 25px;
	border: 4px solid #CCC;
	}
div#visitenkarte	{
	margin-top: 15px;
	font-size: 1em;
	width: 300px;
	border: 1px dotted #CCC;
	padding: 20px 30px;
	}
div#visitenkarte h4	{
	margin-top: 0;
	margin-bottom: 10px;
	}
table.tabelle380	{ width: 380px; }
table.tabelle09		{ width: 90%; }	
table.tabelle09, 
table.tabelle380	{
	background-color: #FFF; 
	border: 2px dotted #E3E3E3;
	font-size: 0.8em;
	}
table.tabelle09 a.actionlink, 
table.tabelle380 a.actionlink	{
	font-weight: bold;
	font-size: 1.2em;
	
	}
table.tabelle09 tr td, 
table.tabelle380 tr td	{
	padding: 10px;
	}
table.tabelle09 tr.tr_bg2,
table.tabelle380 tr.tr_bg2	{
	background-color:#F7F7FB;
	}
cite	{
	}
#inhalt table img.thumb, 
#inhalt table img.dl-icon	{
	margin: 0px 0px 0px 20px;
	}
#inhalt table img.thumb	{
	border: 1px solid #999;
	}
.kleiner	{
	font-size: 75%;
	}
table#termine td	{
	padding: 5px;
	}
table#termine td.termindatum	{
	font-weight: bold;
	width: 130px;
	}	
table#termine td.terminort	{
	width: 138px;
	}
table#termine td.terminact	{
	width: 310px;
	}	
tr.zeilegrau	{
	background-color:#F6F6F6;
	}
/* --------------------------------------
 			Inhalts-Spalten 
----------------------------------------- */

div#spalte-re-200, div#spalte-re-300, div#hinweise, div#nachrichten	{
	color: #333;
	font-size: 80%;
	z-index: 5;
	float:right;
	width:200px;
	margin: 0 0 25px 25px;
	padding: 10px;
	border: none;
	}
	
div#spalte-re-300	{ width:300px; }
	
/* --------------------------------------
 			Hinweise 
----------------------------------------- */

div#hinweise		{ 
/*	background-color:#FDFDDF;*/
	background-color:#F6F6F6;
	}
	
/* --------------------------------------
 			Nachrichten 
----------------------------------------- */

div#nachrichten	{
	background-color:#F6F6F6; 
/*	border: 1px dotted #E3E3E3;
*/	}

/* --------------------------------------
 			Navigation 
----------------------------------------- */

div#navigation	{
	z-index: 5;
	float:left;
	width:191px;
	padding-top: 43px;
	margin-top: 1px;
	margin-left:-899px;
	min-height: 240px;
	font-weight: bold;
	color: #fcfcfc;
	font-size: 100%;
	background-color: #BC6428;
/*	background-image: url(../img/notenschluessel.jpg);
	background-repeat: no-repeat;
	background-position: 15px 10px; 
	margin-top: 67px;
	padding-bottom: 60px;	*/
	}
div#navigation li	{
	display: block;
	line-height: 30px;
	}
div#navigation li a	{
	padding: 0px 0px 0px 25px;
	color: #FFF;
	text-decoration: none;
	}
div#navigation li a:hover	{
/*	font-size: 110%;	*/
	background-image:  url(../img/mr-link_symbol_fff.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	}
div#navigation li.currentnav	{
	padding-left: 25px;
	color: #BC6428;
	border-bottom: 1px solid #741;
	background: #FFF;
	}

/* --------------------------------------
 			Fussleiste 
----------------------------------------- */

div#fussleiste	{
	margin-left: -10px;
	text-align: left;
	z-index: 4;
	clear:left;
	}

.invisible	{ visibility: hidden; }
.nodisplay	{ display: none; }
.blau 		{ color: #33E; }
.size84		{ font-size: 84%; }
.noborder	{ border: 0px none; }
.noch-erledigen	{
	color: #E00;
	background: #FFB;
	font-weight: bold;	
	}				

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

Body-Hintergrund:		#A45118;  -> rotbraun
Link:					#55C;	  -> blau
Subnav:					#FFF;	  -> weiss
Subnav aktiv:			#BC6428;  -> rotorange				
Nav:					#FFF;	  -> weiss					
Nav aktiv:				#BC6428;  -> rotorange
Text: 					#222;	  -> dunkelgrau
Newsrahmen:				#FBB26B;  -> hellorange
Zusatzfarbe 1:			#FF8539;  -> orange			
Zusatzfarbe 2:			#B9CAFF;  -> blau
 -------------------------------------------- */
