* {
margin: 0;
padding: 0;
}
body {
background: #000000;
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px;
color:#ebebeb;
}
a {
text-decoration: underline;
color:#ebebeb;
}
a:hover {
text-decoration: underline;
color: #ebebeb;
}
#block {
margin: 0px auto;
width: 998px;
}
#header {
width: 998px;
height: 70px;
background: #000;
}
#header h1 {
float: left;
width:200px;
padding: 15px 0 0 29px;
font-size: 24px;
color: #e4e7ea;
font-weight: bold;
}
#header p {
padding: 26px 0 0 0;
font-size: 14px;
color: #e4e7ea;
}
#navi {
height: 33px;
line-height: 33px;
background: #000 url(../images/topnavi.gif) no-repeat;
text-align:left;
border-bottom: #000 1px solid;
}
#navi ul {
list-style-type: none;
padding-left: 30px;
}
#navi ul li {
color: #e4e7ea;
display: inline;
}
#navi ul li a {
background:url(../images/teiler.gif) no-repeat right top;
color: #e4e7ea;
padding: 0 15px 0 10px;
text-decoration: none;
font-size: 14px;
}
#navi ul li a:hover {
color: #e4e7ea;
text-decoration: underline;
}
#content {
background: #000000;
padding: 0;
}
.main {
float: left;
width: 998px;
text-align: left;
}
.main h2 {
font-size: 14px;
font-weight: bold;
margin: 24px 0 7px 0;
color:#8fbff9;
}
.main p {
font-weight: normal;
font-size: 12px;
padding: 0 10px 0 0;
}
.main a {
color: #ebebeb;
font-weight: normal;
font-size: 12px;
text-decoration:underline;
}
.main a:link {
color: #ebebeb;
font-weight: normal;
font-size: 12px;
text-decoration:underline;
}
.main a:visited {
color: #f9f9f9;
font-weight: normal;
font-size: 12px;
text-decoration:underline;
}
#misc {
margin: 20px 0 20px 0;
color:#ebebeb;
}
#misc ul {
list-style-type: none;
}
#misc ul li {
color: #e4e7ea;
display: inline;
}
#misc ul li a {
background:url(../images/teiler_misc.gif) no-repeat right top;
color: #e4e7ea;
padding: 0 12px 0 7px;
text-decoration: none;
}
#misc ul li a:hover {
text-decoration: underline;
}
#intern {
margin: 20px 0 20px 0;
color:#ebebeb;
}
#intern ul {
list-style-type: none;
}
#intern ul li {
color: #e4e7ea;
display: inline;
}
#intern ul li a {
color: #e4e7ea;
padding: 0 5px 0 5px;
text-decoration: none;
}
#intern ul li a:hover {
text-decoration: underline;
}

#inside{
background-color:#000;
width:998px;
height:2100px;
overflow-x: hidden;
overflow-y: hidden;
}
#footer {
height: 33px;
line-height: 33px;
background: #000 url(../images/footer_bg.gif) no-repeat;
text-align: center;
font-size: 11px;
color: #ebebeb;
margin-top:15px;
margin-bottom:10px;
}
#footer a { color: #f9f9f9;
}
#clear {
clear: both;}
