/* --- CSS - Formate --- */

body 	{
         background: #000;
         margin: 0;
         }

body,td,input,textarea {
         font-family: Verdana, Tahoma, Arial, sans-serif;
         color: #F2F2F2;
         font-size: 11px;
	}
/* --- oberer Container --- */
#basic #above {
	padding-top: 10px;
	width: 1015px;
         }

#basic #above .aboveleft {
         float: left;
       	background-image: url(../images/index_01.jpg);
         width: 65px;
         height: 200px;
	}

#basic #above .aboverite {
         float: right;
       	background-image: url(../images/index_03.jpg);
         width: 65px;
         height: 200px;
	}

#basic #above .abovecenter {
	background-image: url(../images/index_02.jpg);
         width: 885px;
         height: 200px;
	}

/* --- mittlerer Container --- */
#basic #middle {
	width: 1015px;
         }

#basic #middle .middleleft {
         float: left;
       	background: #2A0606;
         width: 65px;
         height: 273px;
	}

#basic #middle .middlerite {
         float: right;
       	background: #2A0606;
         width: 65px;
         height: 273px;
	}

#basic #middle .middlecenter {
         background: #2A0606;
         width: 885px;
         height: 273px;
	}

#basic #middle .middlecenter img {
         padding: 5px 0 5px 0;
	}

#basic .keylinks {
	clear: both;
         border-top: 1px dotted #666;
	padding-top: 0px;
         width: 1015px;
         height: 100px;
         color: #666;
	}

#basic .keylinks .sites td {
         color: #666;
         font-size: 11px;
         text-align: center;
         vertical-align: top;
         width: 14%;
         }

#basic .keylinks .sites a:link,#basic .keylinks .sites a:visited {
         color: #666;
         text-decoration: none;
	}

#basic .keylinks .sites a:hover {
         color: #A0A0A0;
         text-decoration: underline;
	}

#basic .footer {
         width: 1015px;
         height: 20px;
         font-size: 10px;
	}

#basic .footer td {
         color: #666;
	}

#basic .footer a:link, #basic .footer a:visited {
         color: #666;
         text-decoration: none;
	}

#basic .footer a:hover {
         color: #A0A0A0;
         text-decoration: underline;
	}

#basic .ce { text-align: center; }
#basic .ri { text-align: right; }
#basic .le { text-align: left; }
#basic .ju { text-align: justify; }

#basic td.darkred {
	background: #2A0606;
         }

#basic .clear-all {
	clear: both;
         }