@charset "utf-8";
/* CSS Document */
/* Farben
weinrot: 		#670001
braun: 			#835531
vanillegelb:	#efbe71
grün:			#6f9a27
hellgrau:		#c8b8a8
hellroter Rand:	#a46667
schwarz:		#000
weiß:			#fff
*/

/*Ränder auf 0*/ 
* {border: 0; padding: 0; margin: 0; outline: 0;}
html {height: 100%}

/*Schrift*/
body {min-height: 101%; 
	  font-family: Arial, Helvetica, sans-serif; 
	  font-size: 12px;
	  text-align: center;
	  background-color: #670001; 
	  color: #000;
	  }
a {text-decoration: none;}	
h1, h2 {font-size: 26px; text-transform:uppercase; font-weight: normal; } 
h2 {font-size: 16px; margin-top: -4px; margin-bottom: 10px;} 
#seite {width: 800px; text-align: left; margin: 0 auto;}
#header {text-align: center; padding: 40px 0 5px 0;}
#container {border: 8px solid #a46667; background-color: #fff; padding: 106px 8px 0 8px; float:left;}
.diashow {float:left; width: 185px; height: 131px; margin: 0 10px 35px 0}
.csc-frame-invisible {padding: 2px 8px 8px 8px;}
.csc-frame-invisible p, .csc-frame-invisible h1, .csc-frame-invisible h2 {padding-left: 14px;}
.diashow a {color: #670001}
.diashow a img {margin: 2px 5px 0 7px;}
#no1 {background-color: #835531}
#no2 {background-color: #efbe71}
#no3 {background-color: #6f9a27}
#no4 {background-color: #c8b8a8; margin-right: 0;}
#footer {text-align: center; font-size: 10px; color: #fff; clear: left;}
#footer p {padding: 5px;}
#footer a {color: #fff;}
#footer a:hover, #footer a:focus {color: #a46667}
