body {
	color:#333;
	background-color:white;
	margin:0;
	padding:0px;
	font:66% verdana, arial, helvetica, sans-serif;	
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:2.8em;
	font-weight:bold;
	color:#ccc;
	}
h2 {
	font:bold 1.2em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
}

h3 {
	font:bold 1.4em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
}

h4 {
	font:bold 1.3em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
}

h5 {
	font:bold 1.2em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
}

h6 {
	font:bold 1.1em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
}

p {
	font:1.1em/2.0em verdana, arial, helvetica, sans-serif;	
	padding:0px;
	}
.content>p {margin:0px;}

.left span{
	float:left;
}
a {
	color:#09c;
	font-size:1.1em;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#000;}
a:visited {color:#000;}
a:hover {color:#000;}

input {font-size:100%; border:1px solid #ccc;}
select {font-size:100%; border:1px solid #ccc; width:250px}

.input {font-size:100%; border:1px dashed; width:250px}
.textarea {font-size:100%; border:1px dashed; width:380px; height:80px}
.button {font-size:110%; border:1px solid; width:150px}

#history {
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
	text-align:right
}

#history a {
	font-weight:normal;
	font-size:95%;
}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	top:9px;width:auto;
	min-width:12em;
	margin:0px 22em 20px 19.5em;
	background-color:white;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	padding:0;	
	}
.content #header {
	background-image:url(../images/bg-pfeil.jpg);background-repeat:repeat-x;
	width:100%;height:123px;margin:0;padding:0 0 5px 0;
	position:relative;top:0px;left:0;right:20em
}
#div1,#div2,#div3,#div4 {
	width:25%;text-align:left;
}
#div1 {
	position:absolute;
	left:0;
}
#div2 {
	position:absolute;
	left:28%;
}
#div3 {
	position:absolute;
	left:56%;
}
#div4 {
	position:absolute;
	left:75%;
	text-align:right;
}	
.content ul {
	list-style-image: url(../images/navmarker_top.gif);line-height:2em;
	font-weight:bold;font-size:1.1em
}
.content li {
	display:inline;margin:10px
}
.ccontent {
	padding:10px;
	margin-top:35px;
	margin-left:20px;
	margin-right:20px;
}
.ccontent p{
	line-height:1.5em
}

.ccontent h2 {
	font:bold 1.2em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding-left:20px;padding-bottom:3px;
	background-image:url(../images/contentmarker.gif);background-repeat:no-repeat;
	background-position: 0px 0;
	border-bottom: solid 1px
}

.ccontent li {
	display:block;
	list-style-image:none;
	font-weight:normal;
	line-height:normal;
}

.ccontent a {
	font-weight:normal;
	text-decoration:underline;
}

.ccontentBottom {
	width:48%;
	margin: 0 0 0 10px;
	background-color:#EEE;
	float:left;	
}

.ccontentBottomTitle {
	padding-bottom:3px;
	background-image:url(../images/documentmarker.gif);background-repeat:no-repeat;
	background-position: 95%;
	height:30px	
}
.ccontentBottom h2 {
	font:bold 1.2em verdana, arial, helvetica, sans-serif;
	text-transform:Uppercase;
	margin:0;
	padding: 5px 0 0 5px
}
.ccontentBottom .subtitle{
	margin:0;
	padding: 0 0 0 5px;
	font-weight:bold	
}
.ccontentBottom p{
	padding: 5px;
	line-height:1.5em
}
.ccontentBottom .morelink{
	line-height:1.5em;
	text-align:right;
	width:98%;
	font-weight:bold;
	padding-bottom:3px
}

#navAlpha {
	position:absolute;
	width:19.5em;
	top:12px;
	left:0;	
	background-color:#DBE8CE;
	z-index:2;
	

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:19.5em;
}
#navAlpha ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}

#navAlpha li {
	border-bottom:solid 1px;
	margin-left:-1px;margin-top:10px;
	padding-bottom:5px;
	font-size:96%;
}
/* 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:19.5em;}

#logo {
padding-top:0px;
padding-left:20px;
padding-bottom:22px;
background-color:white;
background-image:url(../images/header_bglogo.jpg);background-repeat:no-repeat;background-position:top right
}
*html #logo {
padding-bottom:24px;	
}		
#navBetaHeader {
	position:absolute;
	width:22em;
	top:71px;
	right:0px;
	padding:0;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:22em;
}
#navBetaHeader H2 {
	font-size:14px;color:#888;text-align:left; padding-left:10px;text-transform:uppercase;
	line-height:25px;
}
	
#navBeta {
	position:absolute;
	top:143px;
	right:0px;
	padding:0;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:22em;
}
#navBeta p{
	padding-left:5px;margin:0;font-size:1.1em;line-height:1.5em;padding-top:3px
}
#navBeta ul {
	list-style-image: url(../images/navmarker_top.gif);
	line-height:1.5em;
	font-weight:bold;
	font-size:100%;
 	margin-left:10px;
 }
#navBeta li {
	display:inline;margin:10px
}
#navBeta
/* Again, "be nice to Opera 5". */
body>#navBeta {width:22em;}

#navBeta h3 {
	margin:0;
	padding-left:20px;padding-bottom:3px;font-size:1.2em;
	background-image:url(../images/linkmarker_active.gif);background-repeat:no-repeat;
	background-position:5px 1px;
	border-bottom:solid 1px #7DAE2E;
	font-size:105%;
}

#navBeta .rightHeaderL {
	background-image:url(../images/kasten_lio.gif);
	height:14px;width:21px;float:left
}
#navBeta .rightHeaderM {
	background-image:url(../images/kasten_mo.gif);
	height:14px;width:183px;float:left
}
#navBeta .rightHeaderR {
	background-image:url(../images/kasten_reo.gif);
	height:14px;width:21px;float:left
}
#navBeta .rightContent {
	clear:left;
	padding-left:10px;padding-right:15px;
	background-image:url(../images/kasten_m.gif);background-repeat:repeat-y;
	margin:0px;
	font-size:98%;
}
/*#navBeta .rightContentL {
	background-image:url(../images/kasten_li.gif);background-repeat:repeat-y;
	height:100%;width:21px;float:left;
}*/
#navBeta .rightContentM {
	padding-left:10px;padding-right:10px;
}
/*#navBeta .rightContentR {
	background-image:url(../images/kasten_r.gif);background-repeat:repeat-y;
	width:21px;height:100%;float:left;
}*/
#navBeta .rightBottomL {
	background-image:url(../images/kasten_liu.gif);
	height:16px;width:18px;float:left
}
#navBeta .rightBottomM {
	background-image:url(../images/kasten_mu.gif);
	height:16px;width:185px;float:left;background-repeat:repeat-x
}
#navBeta .rightBottomR {
	background-image:url(../images/kasten_reu.gif);
	height:16px;width:21px;float:left;background-repeat:no-repeat;
}
.sbutton {
	background-color:#5e5858;;color:#FFF;
	font-weight:bold;
	margin-top:15px;
	border: solid 1px #5e5858;
}