/* ============================================
// Stylesheet fuer das Projekt www.kitz-magazin.de
// Medien: Druck (print)
// Version / Approb.: 2008-10-27
// -------------------------------------------------------------------------------
// Sektionen:
// S01: Container
// S02: Formularbefehle
// S03: Tabellenbefehle
// S04: Listenbefehle
// S05: Bilder
// S06: Headlines
// S07: Absaetze
// S08: Ankerbefehle
// S09: Freie Klassen
// S10: Spezial-Tags

// -------------------------------------------------------------------------------
// Farben:
// alarmrot: #F00
// basis:	#DFDFD4, vorher: #FEFFE8
// berlin-grau:	#CCC
// grundgrau:   #999
// kitzrot: 	#970000
// orange a:	#F90
// teufelsgrau: #666
// weiss: 	#FFF
// ========================================= */

/* ----------------- S01: Container ------------------------------ */

body	{
		font-family:verdana,arial,helvetica,sans-serif;
		background-color:#FFF; /* Farbe: weiss */
		}
		


		
#bereich_z2	{
		display:none;
		}
		


#bereich_z3	{
		display:none;
		}
		
#bereich_z4	{
		width:100%;
		padding-bottom:40px;
		}
		
#bereich_z4l	{
		/* display:none; */
		border-top:dotted 1px #000;
		}
		
#bereich_z4mu	{
		display:none;
		/* margin-top:22px; */
		}
		
#bereich_z4r	{
		/* display:none; */
		border-top:dotted 1px #000;
		}
		
#sanfang	{
		display:none;
		}
		

		
/* ----------------- S02: Formularbefehle ------------------------------ */
fieldset	{
			font-size:12px;
			}

/* ----------------- S03: Tabellenbefehle ------------------------------ */
table	{
	width:100%;
	}

th,td	{
	text-align:left;
	vertical-align:top;
	font-size:14px;
	line-height:140%;
	font-family:arial,helvetica,sans-serif;
	}

td	{
	width:50%;
	font-size:14px;
	line-height:140%;
	font-family:arial,helvetica,sans-serif;
	}

table.eng th	{
	width:30%;
	}

table.eng td	{
	width:70%;
	}

table.enger th	{
	width:120px;
	}

table.enger td	{
	width:380px;
	padding-bottom:22px;
	}

/* ----------------- S04: Listenbefehle ------------------------------ */


/* ----------------- S05: Bilder ------------------------------ */
img	{
		border:thin outset #990000;
		}
		
#bereich_z1 img,
#bereich_z2 img		{
					border:none;
					}
		
#bereich_z2 a img	{
					margin-right:10px;
					}
		
/* ----------------- S06: Headlines ------------------------------ */
h1 ,h2 ,h3   {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

h1 {
	font-size:17px;
	color: #999;
}

h2 {
	font-size:14px;
}

h3{
	font-size:12px;
	font-weight:bold;
}


/* ----------------- S07: Absaetze ------------------------------ */
p	{
	font-size:12px;
	line-height:140%;
	
	}
	
/* ----------------- S08: Ankerbefehle ------------------------------ */
a	{
	text-decoration:none;
	}
	
#bereich_z2 a	{
			position:relative;
			top:4px;
			left:0px;
			}
	
#bereich_z2 a:link,
#bereich_z2 a:visited	{
						color:#FFF; /* Farbe: weiss */
						}
#bereich_z2 a:hover,
#bereich_z2 a:active,
#bereich_z2 a:focus,
#bereich_z2 a.aktiv	{
						color:#F90; /* Farbe: orange a */
						}
						
						
#bereich_z2 a.startlink	{			margin-left:20px;
					margin-right:140px;
					}

#bereich_z3 a	{
				font-size:12px;
				margin-right:30px;
				}
				
#bereich_z3 a.letzter,
#bereich_z3 a.letzteraktiv	{
				margin-right:0px;
				}
	
#bereich_z3 a:link,
#bereich_z3 a:visited	{
					color:#970000; /* Farbe kitzrot */
					}
					
#bereich_z3 a:hover,
#bereich_z3 a:active,
#bereich_z3 a:focus	{
					color:#F90; /* Farbe: orange a */
					}
					
#bereich_z3 a.aktiv,
#bereich_z3 a.letzteraktiv	{
					color:#F90; /* Farbe: orange a */
					}
					
#bereich_z4 a.navi_top_typostyle_01aktiv  {
        color:#F90; /* Farbe: orange a */
        }
					
#bereich_z4l a	{
				/* display:block; */
				color:#970000; /* Farbe: kitzrot */
				
				font-size:13px;
				margin-bottom:12px;
				}
				
#bereich_z4l a.aktiv	{
				color:#F90; /* Farbe: orange a */
				
				}
				
#bereich_z4m a	{
				color:#970000; /* Farbe: kitzrot */
				text-decoration:none;
				}
				
#bereich_z4m a.text_link	{
				font-size:11px;
				}
				
#bereich_z4mu a	{
				font-size:11px;
				margin-right:22px;
				
				color:#999; /* Farbe: grundgrau */
				}
				
#bereich_z4mu a.aktiv,
#bereich_z4mu a.letzteraktiv	{
				color:#F90; /* Farbe: orange a */
					}
				
#bereich_z4mu a.letzter,
#bereich_z4mu a.letzteraktiv	{
				margin-right:0px;
				}

#bereich_z4r a	{
		display:none;
		}

#bereich_z4r a img,
#bereich_z4r img	{
		display:inline;
		float:left;
		margin-left:10pt;
		}
				
				

/* ----------------- S09: Freie Klassen ------------------------------ */
.Stil1	{
		color:#F00; /* Farbe: alarmrot */
		}

