/*Basic*/

	body {
		background-color:#010101; 
		font-family:'trebuchet ms', tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size:12px;
		color:#eb9e26;
	}

	table {
		border-color:#000000;
		border-style:solid;
		border-width:0px;
		font-size:12px;
	}



/*Classes*/

	.container {
		border-width:1px;
		border-color:#cb5e24;
		border-style:solid;
		background-color:#353A3E;
		padding-top:4%;
		padding-bottom:4%;
		padding-left:2%;
		padding-right:2%;
		text-align:left;
		width:500px;
		
	}
	.spacing {
		font-size: 13px;
		font-weight:bold;
		font-style:italic;
		padding-bottom: 35px;
	}
	.margin {
		padding-right: 80px;
		padding-left: 80px;
		text-align:left;
	}



/*ID's*/

	#content {
		width: 100%;
	}



/*News*/

	p.news, li.news { 
		font-size: 12px;
		font-weight:lighter;
		font-style:normal; 
	}
	td.news {
		font-size: 13px;
	}



/*Fonts & Links*/

	h1 {
		font-family: 'trebuchet ms', tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size: 18px;
		color: #eb9e26;
	}
	h2 {
		font-family: 'trebuchet ms', tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: #eb9e26;
	}
	h3 {
		font-family: 'trebuchet ms', tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #eb9e26;
	}
	h4 {
		font-family: 'trebuchet ms', tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #eb9e26;
	}
	h5 {
		font-family: tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size: 10px;
		color: #eb9e26;
	}
	h6 {
		font-family: 'trebuchet ms', tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size: 8px;
		color: #eb9e26;
	}
	a:link {
		color: #eb9e26;
		text-decoration: none;
		font-family: 'trebuchet ms', tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
	}
	a:visited {
		color: #eb9e26;
		text-decoration: none;
		font-family: 'trebuchet ms', tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
	}
	a:hover {
		color: #cb5e24;
                text-decoration: none;
		font-family: 'trebuchet ms', tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
	}
	a.news:link {
		color: #cb5e24;
		text-decoration: none;
		font-family: 'trebuchet ms', tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
	}
	a.news:visited {
		color: #cb5e24;
		text-decoration: none;
		font-family: 'trebuchet ms', tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
	}
	a.news:hover {
                color: #eb9e26;
		text-decoration: none;
		font-family: 'trebuchet ms', tahoma, Geneva, Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
	}


/*Galerie*/

        #wrapper {
                margin: 0 auto;
        }
    
        .abstand {
                margin-bottom: 25px;
        }

        * {
                margin: 0;
                padding: 0;
        }    


    
        li a {
                padding: 3px;
        }
        hr {
                width: 100%;
                clear: both;
                border: none;
                border-bottom: 1px #999 solid;
                padding: 25px 0 0 0;
        }
    
        .thumb a {
                float: left;
        }
    
        .thumb img {
                margin: 5px 0 0 0;
        }
    
        .thumb ul {
                width: 55px;            /* Platz für Bild-Infos in der Übersicht */
                overflow: hidden;
                padding: 0 5px;
        }
    
        .thumb li {
                font: 0.7em verdana, arial, sans-serif;
                margin: 3px 0 0 0;
                padding: 0;
                border: none;
                display: block;
         }
    
        .thumb a:link, .thumb a:active, .thumb a:hover {
                color: #888;
                text-decoration: none;
                border: none;
         }
    
        .thumb a:visited {
                color: #aaa;
                text-decoration: none;
         }
    
        .thumb a:hover img {
                border: 1px solid #c00;
                text-decoration: none;
         } 
    
        .thumb {
                overflow: hidden;
                text-align: left;
                width: 120px;      /* Platz für Thumbnail und Infos: Breite */
                height: 120px;     /* Platz für Thumbnail und Infos: Höhe */
                float: left;
                margin: 10px 10px 0 0;
         }    