*{
        padding:0;
        margin:0;
}
body {
        background-color:#000000;
        color:#FFFFFF;
        font-family:Times;
        font-size:100%;
}
a:link    { text-decoration:underline; font-weight:normal; color:#FFFFFF;}
a:visited { text-decoration:underline; font-weight:normal; color:#FFFFFF;}
a:hover   { text-decoration:underline; font-weight:normal; color:#FF481E;}
a:active  { text-decoration:underline; font-weight:normal; color:#FF481E;}

a img {
border:0px;
}

#box{
        width:800px;
        margin:0 auto;  /* Zentrierung */
        border:0px;
        background:#000000;	
}
#header{
        background:#000000  url(generalpics/header_title.jpg) no-repeat;
        margin:0 auto;  /* Zentrierung */
        color:#000000;
        line-height:170px;
}
#menubox{
        width:300px;
        height:0px;
        border:0px;
        position:relative;
        left: 400px; top: -30px; 
}
#menubox .current {
        text-decoration:underline;
        font-weight:normal;
        color:#FF481E;
}
#lang{
        width:300px;
        height:0px;
        position:relative;
        left: 400px; top: -55px; 
}
#leftside {
        background:#000000  url(generalpics/redbarracuda.jpg) no-repeat;
        display: block;
        width:128px;  
        line-height:569px;
        clear:left; 
        float:left; 
}
div#inhalt {
        display: block;
        margin:30px;
        width:600px;
        overflow:visible;    	
        float:left;
        min-height:600px;  
}
div#inhalt p {
        font-size:1em;
        margin: 1em 0;
        text-align:justify;	
}
div#inhalt2 {
        display: block;
        margin:30px 100px;
        width:600px;
        overflow:visible;    	
        float:left;
        min-height:600px;  
}
div#inhalt3 {
        display: block;
        margin:30px;
        width:730px;
        overflow:visible;    	
        float:left;
        min-height:600px;  
}
div#inhalt3 p {
        font-size:1em;
        margin: 1em 0;
        text-align:justify;	
}
.thumbnail{
	padding: 8px;
        background:#222;
	border: 1px solid #ddd;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}