body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFE5;
	text-align:center; /* zentriert im Internet Explorer */
	
	margin:20px;
	padding:0px;
	}
body.wolfgang
	{color:#333333;
	background-color:#B0E0E6;
	}
	
body.grazyna
	{color:#333333;
	background-color:#99DDBB;
	}
	
body.detlef
	{color:#333333;
	background-color:#FFC527;
	}
	
body.matthias
	{color:#333333;
	background-color:#FE9D36;
	}
	
#container {
	width:300px;
	background-color:#F2F0DC;
	border:1px dashed black;
	text-align:center; /* zentriert im Internet Explorer */
	margin:0px auto; /*zentriert in anderen Browsern */
	}
	
/* textauszeichnung */
p,h1,h2,h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	}
h1,h2,h3 {
	color: #4682B4;
	}
p {
	font-size: 12px;
	}
h1 {
	font-size: 17px;
	}
h2 {
	font-size: 14px;
	}
h3	{font-size:12px;
	font-weight:bold;
	margin-bottom:4px;
	}
	
.detlef {color: #DBA100;}
.grazyna {color: #598873;}
.matthias {color: #CB6901;}
.wolfgang {color: #4682B4;}
	
p.klein {
	font-size: 11px;}
	
p.winzig {
	font-size: 10px;
	}

a.unsichtbar {text-decoration:none;color:#000000;}

	
a.gross	{font-size:1em; color:#476B6B;text-align:left;}
a.klein	{font-size:0.8em; color: #000000;text-align:left;}

a.gross:link {text-decoration:underline;}
a.gross:visited {text-decoration:underline;}
a.gross:active {text-decoration:underline overline;}
a.gross:hover {text-decoration:underline overline;}
a.klein:link {text-decoration:underline;}
a.klein:visited {text-decoration:underline;}
a.klein:active {text-decoration:underline overline;}
a.klein:hover {text-decoration:underline overline;}

/* mittlere Rubrik */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 210px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* Dadurch wird bei schmalen Fenstern das rechte Menü von der Rubrik Inhalt überlappt */
	}

#navAlpha {
	position:absolute;
	width:200px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#F5F5F5;
	padding:10px;
	z-index:2;

/* Tantek Celik hack - Detail s. http://glish.com/css/hacks.asp */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

body>#navAlpha {width:200px;}
		
#navBeta {
	position:absolute;
	width:150px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:150px;}

.bildlinks {
	float:left;
	margin-right:10px;
	margin-top:6px;
	margin-bottom:10px;}
	
.bildrechts {
	float:right;
	margin-left:10px;}

/* Link-Auszeichnung */
	
div#clink {
left: 0px; font: 12px verdana, arial, sans-serif; width: 160px; top: 450px
}

div#clink a {
border-left: #ffffff 3px solid; padding-right: 10px;
display: block; padding-left: 10px; border-left-width: 0px;
background: #B0E0E6; border-bottom-width: 0px;
padding-bottom: 5px; margin: 0px 0px 2px; color: #625b55; padding-top: 5px; text-align: center; text-decoration: none; }

div#clink a:hover {
border-left: #4682B4 3px dashed; background: #87CEEB; color: #dd0000; }
