body {
	background-color:#fff;
	font-family:verdana, tahoma, sans-serif;
	font-size:8.5pt;
	line-height:150%;
	margin:0;
	padding:0;
}


/* alte styles */
img {
    border:0;
}
td {
    vertical-align:top;
}
th {
    text-align:left;
    vertical-align:bottom;
}

.todo {
    color:#f0f;
}

#content {
	padding:15px;
}

/* Linkformatierungen Inhalt*/
a {
}
a:link {
	color:#900;
	text-decoration:none;
}
a:visited {
	color:#600;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color:#c41200;
	text-decoration:underline;
}



a.extern {
    background-image:url(../_images/icon-extern.gif);
    background-repeat:no-repeat;
    background-position:left top;
    padding-left:20px;
}


h1 {
  display:none;
}
h2 {
    color:#fe370b;
    font-size:120%;
    line-height:135%;
}
h3 {
    color:#000;
    font-size:100%;
    line-height:135%;
}
img.heading {
    margin-bottom:1em;
}
p.subnav, p.download {
  margin:0;
}


.bg {
    background-color:#ccc;
}
.small {
	font-size:85%;
}
.big {
    font-size:120%;
}
.first {
    margin-top:0;
    padding-top:0;
}
.clear {
    clear:both;
}
.caps {
    color:#f60;
    font-weight:bold;
    text-transform:uppercase;
}
.monotype {
    font-family:courier, mono-space;
}



.box {
    border:4px solid #ff660f;
    clear:both;
    padding:10px;
    margin-bottom:20px;
}
ul.box {
    padding-left:20px;
}
div.icons {
    margin:25px;
    text-align:center;
}


td.guideNav {
    text-align:center;
}
td.guideNav a {
    border-right:1px solid #fff;
    display:block;
    padding:4px;
    text-decoration:none;
}
td.guideNav a:link, td.guideNav a:visited {
    background-color:#c00;
    border-top:1px solid #c00;
    color:#fff;
}
td.guideNav a:hover, td.guideNav a:active, td.guideNav a:focus {
    background-color:#fff;
    border-top:1px solid #c00;
    color:#000;
}
td.guideNav a.current:link, td.guideNav a.current:visited {
    background-color:#fff;
    border-top:1px solid #000;
    color:#000;
}



table.guidetext {
    margin-top:1.0em;
    width:100%;
}
table.guidetext td {
    width:525px;
}
table.guidetext td.illu {
    padding-left:15px;
    width:230px;
}
table.guidetext td.illu img {
    margin-bottom:1em;
    margin-top:1em;
}
table.guidetext td.illu a:link, 
table.guidetext td.illu a:visited {
}
table.guidetext td.illu a.current {
}

