/* Erstellt am 14.2.2008 (c) jt-online.de */
/*Gesamte Seite*/
body {
    background-color: #fffaed;
    color: #000000;
  }


a:link { font-weight:bold; color:#b3071b; text-decoration:none; }
a:visited { font-weight:bold; color:#b3071b; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:red; text-decoration:none; }
a:active { font-weight:bold; color:#FFCC00; text-decoration:underline; }

/*Logo*/
div.logo {
    position:absolute;
    left:20px;
    width:25%;
  }
img.logo{
   width:100%;
}

/* Bild*/
td.gr {
  
 	border-color : #E2DBC8;
    	border-style : solid;
    	border-width:8px;
 	z-index:10;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
   }
div.bild {
    	position : absolute;
    	top : 228px;
    	left : 710px;
    	width:25%;
   }

div.wlink {
    	position : absolute;
    	top : 228px;
    	left : 20px;
    	width:25%;
   }



/*Textbereich*/
div.text {
     	width:50%;
    	position:absolute;
    	left:400px;
    	top:20px;
  }

div.text1 {
     	width:30%;
    	position:absolute;
    	left:330px;
    	top:220px;
  }
div.text2 {
     	width:40%;
    	position:absolute;
    	left:360px;
    	top:220px;
  }
h2.bue {
    position:relative;
    top:0px;
    color : #c9a01d;
    font-family : ae_AlManzomah, ae_AlMohanad;
    font-variant : small-caps;
    width:100%;
  }

h1.ueber {
    position:relative;
    top:0px;
    color : #c9a01d;
    font-family : ae_AlManzomah, ae_AlMohanad;
    font-variant : small-caps;
    width:100%;
  }
p.ft{
   position:relative;
   top:10px;
   text-align:left;
   width:90%
}
p.ds{
   position:relative;
   top:10px;
   text-align:left;
   width:90%;
   color : #c9a01d;
   font-family : ae_AlManzomah, ae_AlMohanad;
   font-variant : small-caps;
    
}

p.preis{
   position:relative;
   top:10px;
   text-align:center;
   width:90%
}
img.webcam {
	border-color : #E2DBC8;
    	border-style : solid;
    	border-width:8px;
 	}
/*Link*/
div.link {
    position:absolute;
    right:5%;
    top:90px;
   text-align:right;
  }

span.active {
	font-weight:bold; 
	color:#b3071b; 
	text-decoration:none;
	}
/*fuss*/
div.fuss {
    height:70px;
    width:110%;
    position:absolute;
    right: 0px;
    bottom: 0px;
    background-color:#E2DBC8;
    text-align:center;
  }


img.fz {
position:relative;
    top:-12px;
    right:-0px;
        
width:100%;
  }
span.blue{
   color:#4444ff;
}
h2.unter {
    font-family : ae_AlManzomah, ae_AlMohanad;
    font-variant : small-caps;
    color : #c9a01d;
   position:relative;
   top:-30px;
    }

/*Ende*/
