body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #000;
	font: x-small Verdana,Sans-serif;
	font-size: small;
} 
html>body {font-size: small;}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.5em 0;
	color: #EC361D;
}
h1 { font-size: 180%; }
h2 { font-size: 110%; }
h3 { font-size: 100%; }
a img {
	border: 0;
}
p {
	line-height: 150%;
	margin: 0 0 1em 0;
}
em {
	font-weight: bold;
	font-style: normal;
}
tt{
    font-size: 130%;
}
ul{
	padding-top:0.5em;
	padding-left:0;
	margin:0;
	list-style-position:inside;
}
li {
	list-style-image:url(/images/w6.gif);	
	padding: 0 0 0.3em 0;
	line-height: 100%;
}

a:link, a:visited {
	color: #5B52CB;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* ist für Schachtelung mitte und rechts  */
#rechts {
	margin-left:auto;
}
/* Zum zentrieren der Überschrift. War ganz schön schwer */
#hcenter {
	position:relative;
	padding-top:25px;
	top:-.5em;
	line-height:100%;
	font-size: 300%;
	text-align: center;
	color: #EC361D;	
}

/* Höhe des gesamten Headers */
#headerlinks, #headerrechts{
	height:85px;
}
#headerlinks, #headerrechts, #header, #headermitte {
	min-height:85px;
}
/* Breite der Seitenleisten */
#headerrechts, #headerlinks, #aussen, #seitenleiste {
	width:20%;
}
/* rechte Bausteine */
#aussen, #headerrechts{
	float:right;
	margin-right:auto;
}
/* linke Bausteine */
#seitenleiste, #headerlinks{
	float:left;
}
/* Das was nach dem Header kommt */
#hauptseite{
	position:relative;
	margin-top:-1px; /* Bugfix für Gecko */
	padding-top:2px;
}
/* Design von header&footer */
#footer {
	margin-top:auto;
	width: 100%;
	border-top:dotted 1px #D6CCBD;
	clear:both;
}
#header {
	border-bottom: dotted 1px #D6CCBD;
	width:100%;
}

/* Design der headerteile */
#headerlinks {
	background: url(/images/abakus50x50.gif) center no-repeat;
}
#headermitte {
}
#headerrechts {
	background: url(/images/tum60x32.gif) center no-repeat;
}

/* eingerahmte Elemente */
#news dt,#seitenleiste {
	border:solid 1px #fff;
	border-right-color:#BEBCFF;
	border-bottom-color: #BEBCFF;
}
/* Farbe der Hervorhebung */
#news dt,#seitenleiste, #fenster dt {
	background: #EEECF6;	
}
/* Vordergrund bei Hervorhebung */
#news dt, #fenster, #seitenleiste dd {
	color: #554FA0;
}

/* Seitenleiste */
#seitenleiste {
	margin: -1px;
}
#seitenleiste h2 {
	margin-top: 5px;
	padding-top:5px;
	padding-left: 16px;
	background: url(/images/w1.gif) 0 6px no-repeat;
}
#seitenleiste dl {
	margin-left:auto;
	margin-right:auto;
	width:95%;
	margin-top:0;
}
#seitenleiste dt {
	font-weight: bold;
	display: inline;
	font-size: 87%;
}
#seitenleiste dd {
	background: #fff;
	padding: 2px 0px 0 2px;
	margin: 0 10px 1em 0;	
	font-size: 87%;
	/* Border invertiert */
	border-left:solid 3px #BEBCFF;
}
#seitenleiste ul {
	padding: 0;
}

/* Mittelteil */
#mainContent {
	width:80%
	line-height: 150%;
}

/* Fenster */
#fenster dl{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#fenster dd{
	border: dotted 1px #D6CCBD;
	margin: 0em 0px 15px 0;	
}

/*what's new*/

#news img {
    padding:5px;
}

#news {
	width:55%;
	float:left;
	padding:10px;
}
#news dt {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 3px;
	clear:left;
}
#news p {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size: 87%;
	margin-top: 0;
}

#news dl {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}
#news dd {
	line-height: 150%;
	margin: 0 0 1.1em 3px;
	text-align:justify;
}
#news img {
	margin: 4px 4px 4px 4px;
}
#news li {

}
#download {
    clear: left;
    width:90%;
    margin: 2em 0 0 0;
    margin-left: auto;
    margin-right: auto;
}
#download h2 {
    color: #554FA0;
    background-color: #EEECF6;
    background-position: center left;
    padding: 7px 7px 7px 19px;
    border: dotted 1px #D6CCBD;
    border-right: 0;
    border-left: 0;
}
#download dl {
    margin: 0;
}
#download dt {
    margin: 0 0 0 60px;
    padding-top: 0.7em;
    border-left: dotted 1px #D6CCBD;
}
#download .im {
    clear: left;
    float: left;
    width: 60px;
    text-align: center;
    border: 0;
    margin: 0em 15px 0 0;
    padding: 1px 0 0.5em 0;
}
#download dd {
    margin: 0 0 0 60px;
    padding-left: 15px;
    padding-bottom: 1em;
    border: 0;
    border-bottom: dotted 1px #D6CCBD;
    border-left: dotted 1px #D6CCBD;
}
#download dd p{
    border: 0;
}
#download .dl {
    color: #666
}
#footer img {
	float:left;
	padding:2px;
}
#footer p {
	float:right;
	padding:5px;
}


