/* [C]ascading[S]tyle[S]heet - created on 2009-08-27 10:35:32 */
/* G R U N D E L E M E N T E */
html {
 height:100%;
 width:100%;
}
body {
 background:url(../img/bg/) repeat top rgb(70,70,72);
 font-family:Tahoma;
 font-size:13px;
 color:rgb(70,70,72);
 margin:0px;
 padding:0px;
 cursor:default;
}
* {
 border:0px;
 padding:0px;
}
p { size:14px; }
br { size:12px; }
/* H E A D L I N E S */
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:18px; }
h5 { font-size:14px; }
h6 { font-size:10px; }
/* A N K E R */
a:link {
 color:rgb(70,70,72);
 text-decoration:none;
}
a:visited {
 color:rgb(70,70,72);
 text-decoration:none;
}
a:hover {
 color:rgb(187,187,192);
 text-decoration:underline;
}
a:active {
 color:rgb(70,70,72);
 text-decoration:none;
}
a:focus {
 color:rgb(187,187,192);
 text-decoration:underline;
}

/* A U F B A U - F A R B E N */
.content {
 background-color:rgb(234,234,240);
}
.seperator {
 background-color:rgb(140,140,144);
}
.navigation {
 background-color:rgb(93,93,96);
}

/* N A V I G A T I O N S B L O C K */
.navi a:link {
 display: block;
 width:160px;
 height:17px;
 text-align: left;
 color:rgb(140,140,144);
 padding-top: 2px;
 font-weight: bold;
 text-decoration: none;
 position: relative;
 background-color:rgb(93,93,96);
}
.navi a:visited {
 display: block;
 width:160px;
 height:17px;
 text-align: left;
 color:rgb(140,140,144);
 padding-top: 2px;
 font-weight: bold;
 text-decoration:none;
 position: relative;
 background-color:rgb(93,93,96);
}
.navi a:hover {
 display: block;
 width:160px;
 height:17px;
 color:rgb(187,187,192);
 padding-top: 2px;
 font-weight: bold;
 text-decoration:none;
 position: relative;
 background-color:rgb(117,117,120);
}
.navi a:active {
 display: block;
 width:160px;
 height:17px;
 text-align: left;
 color:rgb(140,140,144);
 padding-top: 2px;
 font-weight: bold;
 text-decoration: none;
 position: relative;
 background-color:rgb(93,93,96);
}
.navi a:focus {
 display: block;
 width:160px;
 height:17px;
 background-color:rgb(117,117,120);
 padding-top: 2px;
 font-weight: bold;
 text-decoration: none;
 position: relative;
 background-color:rgb(117,117,120);
}

/* H E A D E R */
.header {
 font-size:16px;
 font-weight:bold;
 margin-top:10px;
 margin-bottom:10px;
 margin-left:10px;
 color:rgb(234,234,240);
}

/* E I N T R A E G E - D I V */
.eintrag {
 background-color:rgb(210,210,216);
 padding:2px;
 margin-bottom:5px;
}
.eintrag dl {
 padding:2px;
}
.eintrag dt {
 margin-left:2px;
 font-size:13px;
 font-weight:bold;
}
.eintrag dd {
 padding-left:10px;
}
.eintrag a:link {
 color:rgb(93,93,93);
}
.eintrag a:visited {
 color:rgb(93,93,93);
}
.eintrag a:hover {
 color:rgb(140,140,140);
}
.eintrag a:focus {
 color:rgb(140,140,140);
}
.eintrag a:active {
 color:rgb(93,93,93);
}

