/* root.css - Grundlegende Definitionen und Formate */
/* Seitenspezifische Styles in main.css bzw sub.css */

/* ###### Globale Standardformatierungen ###### */


*{
 padding: 0px;
 margin: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 text-decoration:none;
 line-height:1.4em;
}

h1
{
 font-size:20px;
 margin-bottom: 12px;
}

/* Schriftfarbe schwarz */

div, p, h3, b, strong
{
 color:black;
}
 
/* gepunkteten Rahmen um verlinkte Bilder ausblenden */ 

a:focus { outline: none;} 


/* ###### Globale Positionselemente ###### */ 

#eins_0 {
	float:left;
	height:22px;
	padding:0px;
	margin-top:18px;
	width:350px;
}

#eins_1 {
	height:22px;
	z-index:2;
	float:left;
	margin-right:13px;
}

#eins_2 {
	width:55px;
	height:22px;
	z-index:3;
	display:inline;
}

#eins_3 {
	width:100px;
	height:22px;
	margin:18px 11px 0 0;
	float:right;
	z-index:2;
}

/* ###### Globale Formatierungen ###### */ 

/* --- Top-Navigation (Meta Menu) --- */

#eins_1 ul {
	margin-left: -15px;
	height:40px;
	list-style-type:none;
	margin-top:0px;
}

#eins_1 li {
	float:left; 
	width:70px;
	height:40px;
	position:relative;
	text-align:center;
	background-image:url(../img/submenu_vert_trenner.gif);
	background-repeat:no-repeat;
	background-position:69px 0;
}

#eins_1 li.metamenu_no a {
	display:block;
	text-decoration:none; 
	font-size:11px;
	color:#FFFFFF;
	margin-bottom:10px;
}

#eins_1 li.metamenu_no a:hover {
	color:#000;
}

#eins_1 li.metamenu_act a {
	display:block;
	text-decoration:none; 
	font-size:11px;
	color:#000;
	margin-bottom:10px;
}

#eins_1 li.metamenu_act a:hover {
	color:#FFF;
}
 
/* ###### Globale Klassendefinitionen ###### */ 


/* back macina Box */
.back
  {
  background-image:url(../img/grey/metaSrcBox_back.gif);
  background-repeat:no-repeat;
  }
  
  
/* Go-Button für Suche */
.button
  {
	width:15px;
	height:15px;
  }
  
  
/* Such-Elemente */
.inputfield
 {
	color: #3a3a3a;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	background-color:#959796;
	border:0px solid #fff;
	color:#FFFFFF;
	padding:0 2px 2px 2px;
	height:10px;
	width:78px;
	margin:0 5px 9px 0;
 }
 
/* RTE Detaillink */
a.startseite-weiter
{
 padding:0 20px 0 0;
 /*
 background: url(../img/grey/more_grey.gif) no-repeat right scroll;
 */
 color:#696767;
} 