/* Alle Inhaltsbereiche absolut positionieren */

#Inhalt, #Navigation, #Catcher, #Header {
 	display:inline;
 	position:absolute;
 	top:0px;
}


#Navigation {width:120px;}
 #Inhalt{width:420px; left:120px;} 
 #Catcher{width:200px; left:540px;}

/* Gestaltung */

.dropshadow {
        border-width:2px;
        border-style:solid;
        border-color:#D9CFCA;
        background-color:#FFFFEE;
        text-align:left;
}


#Navbox {width:110px;}
 
#Inhaltbox {
        width:410px;
}

#Catchbox {
        width:190px;
}

/* Innenabstände */

.Upmargin {
        margin-top:5px;
        margin-bottom:5px;
}

.Downmargin {
        margin:10px;
}



/* Inhaltshintergrund */

body {
        background-image:url('http://imagiro.net/images/folding_instructions.jpg');
}

#Inhalt li{
        margin-bottom:10px;
}


/* Catcher */

#Catcher {
        text-align:center;
}

#Catcher img{
        margin:0 auto;
}

/* News */

#Newsheader{
        text-align:left;
        font-size:15px;
        font-style:italic;
}

.Newsblock{
        margin-top:12px;
        border-style:solid;
        border-width:1px;
        border-color:#D9CFCA;
}        

.NewsDatum,.NewsInhalt,.NewsHeadline {
 margin:4px;
        border-width:1px;
        border-color:#D9CFCA;
 }              

.NewsDatum{
        font-size:14px;
        text-align:right;
        border-bottom-style:solid;
}

.NewsHeadline{
        font-size:12px;
        font-weight:bold;
        text-align:left;
        margin-bottom:0px;
}

.NewsInhalt {
 margin-top:0px;
 }

.NewsInhalt p{
 margin:0px;
 font-size:11px;
 line-height:12px;
}

.Nav .Spacer {
 	height:10px;
 }

.Nav a{
 	display:block;
        font-size:11px;
        text-decoration:none;
        letter-spacing:1px;
        color:#000000;
        border-left-style:solid;
        border-width:1px;
        margin:5px;  
        padding-left:5px;
}

.Nav a:hover{
        color:#B3B3A6;
}

.Nav a.active{
        text-decoration:underline;
}


/* Shadowdrops */


.wrap1, .wrap2, .wrap3 {
  position:relative;
  display:inline-table;
/*  display:block;*/
  }
.wrap1 {
  float:left;
  background:url(http://www.imagiro.net/images/shadowFFE.gif) right bottom;
  }
.wrap2 {
  background:url(http://www.imagiro.net/images/shadow_bl_FFE.gif) left bottom no-repeat;
  }
.wrap3 {
  padding:0px 8px 8px 0px;
  background:url(http://www.imagiro.net/images/shadow_tr_FFE.gif) right top no-repeat;
  }

/*
.dropshadow img {
  display:block;
  }
*/

.textbild{
        margin:5px;
        margin-left:0px;
        float:left;
}

.Logo {
 	text-align:center;
 	margin: auto 0;
 }
