@charset "utf-8";
/* CSS Document */

/* Projekt EBOARDMUSEUM 2009 */


/* Farben:

 #F00     Rot, Logo
 #000     Schwarz, Logo
 #2A1F09  Hintergrund Tasten
 #380C03  Rotbraun Hintergrund Textfeld
 #330     Hintergrund Tasten websicher
 #FC0     Text gelb
 #3C0     Text grün
 #0CC     Text türkis
 #C00     Text rot

*/

html, body 
{
 scrollbar-base-color:#2A1F09;
 scrollbar-3d-light-color:#000;
 scrollbar-arrow-color:#CCC;
 scrollbar-darkshadow-color:#2A1F09;
 scrollbar-face-color:#2A1F09;
 scrollbar-highlight-color:#999;
 scrollbar-shadow-color:#999;
 scrollbar-track-color:#150704;
 zoom: 1;

 background-image: url(images_layout/000_background.jpg); 
 background-repeat: no-repeat; 
 background-attachment: fixed; 
 background-position: left top;
 background-color: #2A1F09;
 padding: 0; 
 margin: 0; 
 width: 100%; 
 height: 100%;
}
#content
{
 width: 100%;
 height: 100%;
}
#textfeldrahmen_aussen
{
 margin-top: 24px;
 width: 820px;
 min-height: 550px;
 margin-left: auto;
 margin-right: auto;
}
#textfeldrahmen_innen
{
 background-image: url(images_layout/000_text_bg.jpg); /* Hintergrund Text */
 background-repeat: no-repeat;
 background-position: left top;	
 background-color: #2A1F09;
 width: 780px;
 min-height: 1020px;
 border: 1px solid #999;
 float: left;
 margin-left: 30px;
 padding-bottom: 88px;
}
/* Logo --------------------- */
#logo
{
 float: right;
 margin-right: 54px;
 margin-top: 16px;
}
/* ---  M E N U E  ---------- */

#menue_rahmen
{
 position: relative; /* IE6-Hack, Clipping */
 margin-top: 4px;
 width: 232px; /* IE6 liest min-width nicht aus */
 height: 240px; /* IE6 liest min-height nicht aus */
 float: left;
 margin-left: -90px;
 /* border: 1px solid #666; */
}
#menue
{
 float: left;
 width: 10px;
 min-height: 400px;  /* IE6 liest min-height nicht aus */
 margin-right: -380px;
 padding: 2px;
} 
#menue ul 
{
 list-style-type:none;
}
#menue li 
{
 margin-left: 0px;
 margin-top: -1px;
 width:173px; /* 165px + padding */
}
a.menue_text
{
 display: block;
	background-color:#C00;
 background-image: url(images_layout/000_menue.jpg);
 width:165px;
 padding: 0px 2px 0px 6px;
 color: #960; 	
 font-size: 9px; 
 font-family: verdana, arial, helvetica, sans-serif; 
 font-weight: normal;
 letter-spacing: 1px;  
 line-height: 25px; 
 text-decoration: none;
}
a.menue_text:hover
{
 display: block;	
 background-color:#C00;
 background-image: url(images_layout/000_menue_mo.jpg);
 width:165px;
 padding: 0px 2px 0px 6px;  
 color: #FC0; 
 font-size: 9px; 
 font-family: verdana, arial, helvetica, sans-serif; 
 font-weight: normal;
 letter-spacing: 1px;  
 line-height: 25px; 
 text-decoration: none;	
}
.menue_text_fix
{
 display:block;	
 background-color:#C00;
 background-image: url(images_layout/000_menue_fix.jpg); 
 width:165px;
 padding: 0px 2px 0px 6px; 
 color: #FFF; 	
 font-size: 9px; 
 font-family: verdana, arial, helvetica, sans-serif; 
 font-weight: normal;
 letter-spacing: 1px;  
 line-height: 25px; 
 text-decoration: none;
}
/* Textabschnitt ------------------- */

/* Flaggen ------------------ */
#flags
{
 margin-left: 400px;
 margin-top: 100px;
}
.flag_rahmen
{
 margin-left: 12px;
/* border: 1px solid #999; */
}
#ueberschrift
{
 padding-top: 74px;
 padding-left: 154px;
 padding-right: 80px;
}
h1 /* Überschrift rot */
{
 color: #C30;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
 text-align: left;
 line-height:16px;
 letter-spacing: 1px;
}
.h1_gruen
{
 color: #3C0;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 text-align: left;
 line-height:16px;
 letter-spacing: 1px;
}
#textfeld
{
 padding-top: 24px;
 padding-left: 160px;
 padding-right: 80px;
}
.menue_highlights_rahmen
{
 border: 1px solid #666;
}
.text /* Standard = gelb */
{
 color: #FC0;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 text-align: justify;
 line-height:16px;
}
a.text /* Standard = gelb */
{
 text-decoration: underline;
}
a.text:hover /* Standard = gelb */
{
 color: #0CC;
 text-decoration: underline;
}
.text_rot /* durch orange #F60 ersetzen? */
{
 color: #C00;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 text-align: justify;
 line-height:16px;
}
.text_gruen
{
 color: #3C0;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 text-align: justify;
 line-height:16px;
}
a.text_gruen
{
 color: #3C0;
 text-decoration: underline;
}
a.text_gruen:hover
{
 color: #C60;
 text-decoration: underline;
}
.text_orange
{
 color: #C60;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 text-align: justify;
 line-height:16px;
}
.text_weiss
{
 color: #FFF;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 line-height:16px;
}
a.text_weiss
{
 color: #FFF;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: underline;
 text-align: justify;
 line-height:16px;
}
.text_tuerkis
{
 color: #0CC;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 text-align: justify;
 line-height:16px;
}
a.text_tuerkis
{
 text-decoration: underline;
}
a.text_tuerkis:hover
{
 color: #FC0;
 text-decoration: underline;
}
.text_violett
{
 color: #F9F;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 text-align: justify;
 line-height:16px;
}
.text_grau
{
 color: #999;
 font-size: 12px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 text-align: justify;
 line-height:16px;
}
#space_ende
{
 width: 780px;
 margin-left: 30px;
 padding-bottom: 140px;
}
a.dd
{
 color: #999;
 font-size: 10px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 text-decoration: none;
 line-height: 14px;
 margin-left: 48px;
}
a.dd:hover
{
 color: #F60;
}
.image
{
 border: 1px solid #999;
}
.index_events
{
 width: 360px;
 height: 236px;
 display: block;
 margin-left: -24px;
}
#index_special
{
 border: 1px solid #FFC;
 padding: 12px 24px 12px 24px;
 background-color:#300;
}
	