@charset "utf-8";
*, html     { margin:0; padding:0; }
body	      { font-family: Verdana,Arial,Helvetica,sans-serif; color:#000000; }
h1, h2, h3, h4, h5, h6 { color:#660000; }
h1          { margin:10px 0 10px 60px; letter-spacing:2px; word-spacing:6px; }
h2          { margin:10px 0 6px 60px; }
h3          { margin:6px 0 4px 60px; }
img         { margin:4px; }
table       { empty-cells:show; border-width:0px; }

th          { margin:2px; padding:3px; text-align:center; background-color:#ffff99; } 
td          { vertical-align:top; text-align:left; }
table p     { margin-left:0; }
table.gaeste tr td { margin:2px; padding:5px; background-color:#ffff99; }

ul           { margin-left:20px; list-style-type:disc; }
ul.navi li   { margin-left:60px; list-style-image:url('images/navigation/bullet.gif'); }
ul.navi li a { line-height:140%; }
           
#kopf p.titel   { margin:10px; color:#660000; font-size:30px; font-weight:bold; text-align:center; letter-spacing:2px; word-spacing:6px;
                  margin-left:auto; margin-right:auto; }
#kopf p.titel a { color:#660000; text-decoration:none; }
                            
#inhalt      { min-height:450px; background-color:#ffcc66; }

.center     { text-align:center; margin-left:auto; margin-right:auto; }
.e1         { margin-left:50px; }
.gr         { font-size:24px; }
.hm320      { min-height:320px; }
.kdeco      { text-decoration:none; }
.kl    			{ font-size:12px; font-weight:normal; }
.mitte      { vertical-align:middle; }
.rechtsb 		{ float:right; }
.rot        { color:#ff0000; }
.sskl       { font-size:6pt; }
.w310       { width:310px; }

/*---------------------------------------------------------------------------------------------------------------------------*/
@media screen, projection, tty, tv {
body        { background-image: url(/images/desertsand1_s.jpg); }	
	
p           { margin:4px 4px 4px 6px; line-height:125%; }
	
button.norm { font-size:10pt; font-weight:600; text-align:center; color:#0000ff;
              height:22px; border:thin outset; background-color:#ffcc66;
              border-color:#CCCCCC #333333 #333333 #CCCCCC; }	
input.norm  { font-size:10pt; font-weight:600; text-align:center; color:#0000ff;
              height:22px; border:thin outset; background-color:#ffcc66;
              border-color:#CCCCCC #333333 #333333 #CCCCCC; }
input.klein { font-size:8pt; font-weight:600; text-align:center; color:#0000ff;
              height:18px; border:thin outset; background-color:#ffcc66;
              border-color:#CCCCCC #333333 #333333 #CCCCCC; }	
		
#navi               { margin:0 0 8px -4px; width:160px; position:relative; float:left; }
#navi ul            { list-style-type:none; }
#navi ul li         { height:40px; }
#navi ul li a       { margin:0 0 8px 0; padding:4px 6px 4px 6px; display:block; font-weight:bold; font-size:16px;
                      background-color:#ffcc66; border-style:outset; text-decoration:none; }
#navi ul li a:hover { background:#cc9933; border-style:inset; }
	
#inhalt     { margin:0 10px 0 170px; padding:10px; }
	
#fuss   		{ padding:5px 0 10px 0; height:20px; bottom:0px; width:100%; }
#fuss_li    { padding:0 0 10px 10px; position:absolute; left:0px; }
#fuss_mi    { padding:0 0 0 170px; float:left;	}
#fuss_re    { padding:0 10px 10px 10px; position:absolute; right:0px; width:200px; float:left; }	
	
.noscreen		{ display: none; }	
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media print { 
	
input       { display: none; }	
	
#navi       { display: none; }
	
#fuss   		{ height:20px; width:100%;}
#fuss_li    { display:none; }
#fuss_mi    { float:left;	}
#fuss_re    { position:absolute; right:0px; width:180px; float:left; }
	
.noprint    { display: none; }
}