@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

#container {
width:600px;
}

#header {
height:60px;
background-color:#bd0d0d;
}

#logo {
float:left;
}

#colour-text {
float:right;
}

.spacer {
clear:both;
}

#titel-weiss {
min-height:30px;
height:auto !important;
height:30px;
text-indent:25px;
font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
font-weight:lighter;
font-size:24px;
color:#a8a8a8;
margin-top:15px;
margin-bottom:15px;
}

.titel-weiss-klein {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

#content {

}

table {
border-color: #e7e7e9;
border-width: 0 0 1px 1px;
border-style: solid;
}

td {
border-color: #e7e7e9;
border-width: 1px 1px 0 0;
border-style: solid;
margin: 0;
padding: 4px;

}

tr.myhead {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
text-indent:25px;
}

tr.tablecontent {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-indent:25px;
}

.bilder {
text-indent:0;
text-align:center;
}