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

body {
margin:0;
padding:0;
color:#FFFFFF; 
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
line-height:1.5em;
}

a:link {color:#FF0000; text-decoration:none;}
a:visited {color:#FF0000; text-decoration:none;}
a:hover {color:#FFFFFF; text-decoration:underline;}

#outer_wrap {
width:1024px;
height:768px;
margin:0;
padding:0;
}

* html #outer_wrap {
width:1024px;
height:768px;
margin:0;
padding:0;
}

#navi_wrap {
float:left;
width:249px;
height:768px;
background-image:url(_images/left.jpg);
background-repeat:no-repeat;
background-position:left top;
font-size:medium;
margin:0;
padding:0;
}

#navi {
margin-top:23em;
margin-left:-2em;
line-height:1.8em;
}


#inner_wrap {
float:right;
width:775px;
height:768px;
margin:0;
padding:0;
}

#top {
width:775px;
height:208px;
background-image:url(_images/top.jpg);
background-repeat:no-repeat;
background-position:left top;
margin:0;
padding:0;
}



#content {
/*position:absolute;
top:180px;
left:260px;*/
width:776px;
height:560px;
margin-top:-1em;
padding-right:2em;
}

* html #content {
width:750px;
height:560px;
margin-top:-1em;
padding-right:2em;
}

* html #content { 
margin-left:-0.5em;
}

#content_ausrichtung {
margin-left:15%;
}


h1 {
font-size:larger;

text-align:center;
}

h2 {
font-size:medium;

text-align:center;
}


h3 {
font-size:large;
text-align:center;
}


* html h3 {
font-size:15px;
margin:0;
padding:0;
vertical-align:bottom;

}

* html #ie_hack {
font-size: 15px;
text-align:center;
}

* html #ie_table {
width:97%;
margin-left:1em;
font-size:15px;
}

img {
border-color:#FFFFFF;
}

#start_span {
margin-left:11em;
}

#start_ul {
margin-left:4em;
}

#report_table {
width:100%;
border-collapse:collapse;
border: 1px solid #FFFFFF;
text-align:left;
font-size:small;
}

* html #report_table {
width:97%;
border-collapse:collapse;
border: 1px solid #FFFFFF;
font-size:12px;
margin-left:1em;
}

#ie_fix_report_table{
width:100%;
}

* html #ie_fix_report_table{
width:98%;
margin-left:1px;
}

#songlist {
text-align:left;
padding:0;
margin:0;
color:#FFFFFF;
background-color:#FF0000;

}

#report_table td {
border: 1px solid #FFFFFF;
}

#gallery_table {
width:90%;
border-collapse:collapse;
border: 1px solid #FFFFFF;
text-align:left;
font-size:small;
}

* html #gallery_table {
margin-left:2em;
width:90%;
border-collapse:collapse;
border: 1px solid #FFFFFF;
text-align:left;
font-size:small;
}

#ie_fix {
text-align:left;
}

* html #ie_fix {
margin-left:2em;
}

#gallery_table td {
border: 1px solid #FFFFFF;
}

#back {
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
line-height:1.5em;
}

.reset, .submit {
width:10em;
background-color:#FFFFFF
font: 1em sans-serif;
color:#000000;
border:3px inset #6078BF;
}

.reset:hover, .submit:hover{
background-color:#FF0000;
}