/* Stylesheet der Seite */
/*---------------Globale Settings---------------*/

* {
margin: 0;
padding: 0;
}

body {
font: normal 100.01%/1.4 "Lucida Grande", verdana, helvetica, arial, sans-serif;
color: #444;
text-align: center;
}

ul {
margin-left: 15px;
}

ol{
margin-left: 25px;
}

/*---------------Textformatierungen---------------*/

h1 {
clear: both;
font-size: 100%;
font-weight: bold;
margin: 0 0 5px 0;
background: url(./images/back_h1.gif) 0 50% no-repeat;
padding: 5px 5px 5px 25px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

h2 {
margin: 10px 0;
font-size: 120%;
background: #fff url(./images/back_h2.gif) 0 100% no-repeat;
padding-bottom: 12px;
}

div {
margin: 20px;
}

p {
margin: 7px 0;
}

/*---------------Links---------------*/

a:link, a:visited, a.white-text:link, a.white-text:visited {
color: #000;
border-bottom: 1px solid #ff4040;
text-decoration: none;
}

a:hover, a:active, a.white-text:hover, a.white-text:active {
color: #ff4040;
text-decoration: none;
border: none;
}

/*---------------Tabellen---------------*/

table {
background-color: #fafafa;
font-size: 95%;
border-collapse : collapse; 
margin: auto;
text-align: center;
}

th {
background: #c40004 url(./images/back_th.gif) repeat-x;
color: #fff;
padding: 0 3px;
text-align: left;
border: 1px solid #ccc; 
}

td {
padding: 3px;
border: 1px solid #ccc; 
}

/*---------------Grafiken und Bilder---------------*/

img {
padding: 3px;
background: #fff;
border: 1px solid #ddd;
}
