/* 
CSS Dokument 0815.dj, by fconnection.com
Erstellt: 23.10.06, priekert
Letzte Änderung: 25.10.06, priekert
*/

*{
padding:0; /* Abstände entfernen */
margin:0;
}

body{
	font:12px Arial, Verdana, sans-serif;
	color:#ffffff;
	line-height:1.5em;
	/* Für Zentrierung in älteren Browsern wichtig: */
	text-align: center;
	background: #000000;
	background-color: #4A4a4a;
	background-image: url(/imgs/bgverlauf.gif);
	background-repeat: repeat-x;
	margin-top:1px;
}

/* Allgemeine Formatierungen */
h1 {
font-size:1.25em;
margin-bottom:1em;
}

h2 {
font-size:1em;
}

a, a:link, a:visited {
text-decoration:none;
color:#999999;
}

a:hover {
color:#ffffff;
}

ul {
padding-left:16px;
}
a.pdflinktitel {
font-size: 10px;
font-weight:normal;
}

/* Formulare */
input {
font-size:1em;
color: #ffffff;
background: #000000;
border:none;
border-bottom: 1px dotted #ffffff;
width: 150px;
}
input.button {
padding: 0px;
text-align:left;
width: auto;
border: none;
background: none;
cursor: hand; cursor: pointer;
}
input.checkbox {
width: auto;
background: none;
border:none;
}
select {
font-size:1em;
width:36px;
color: #ffffff;
background: #000000;
border:none;
}
textarea {
font-size:1em;
color: #ffffff;
background: #000000;
border:none;
width: 150px;
}


/* Hauptcontainer */
#box{
width:786px;
margin: 0 auto;  /* Zentrierung */
text-align: center;
background: #000000;
}

/* Header */
#header{
height: 58px;
/*line-height: 70px; *//* vertikale Ausrichtung */
text-align: left;
width:786px;
}

/* Inhalt */
#inhalt{
text-align: left;  /* wichtig */
clear: left; /* wichtig */
min-height: 600px;
}
.cols {
padding-left: 16px;
padding-top: 16px;
padding-right: 8px;
padding-bottom: 16px;
background:url(/imgs/bg_zelle.jpg);
background-repeat:repeat-x;
background-color:#1C1C1C;
}
.hgtable {
background-color:#000000;
}

ul {
margin: 0px;
padding: 0px;
list-style-type:none;
}