@charset "utf-8";

html {
    /* height:100%; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
body {
   /* height:100%; */
    margin:0 auto;
    padding:0;
    width:950px;
    background-color:#810d0d;
}

/* margin to top */
#topmargin {
    height:0px;
    width:955px;
    background-color:#810d0d;
    font-size:1px;

}
/* banner at the top */
#top {
    background: url(../images/astrapahl_dieboutique.png) no-repeat left top; 
	vertical-align:middle;
	float:left;
    height: 150px;
    width: 400px;
	
	background-color:#FFFFFF;
   
}

#top_right {
    background: url(../images/teufel.png) no-repeat left top;
	background-color:#FFF;
	vertical-align:middle;
	float:left;
    height: 150px;
    width: 550px;
	
   
}

/* topnavi */
#navi_left {
   
	background-image:url(../images/navi_bg_left.png);
	float:left;
    height: 36px;
    width: 10px;
}

#navi_right {
    
	background-image:url(../images/navi_bg_right.png);
	float:left;
    height: 36px;
    width: 10px;
}

#navi {
	font-size:11px;
   padding-left:10px;
   padding-right:10px;
	background-image:url(../images/navi_bg.png);
	float:left;
    height: 36px;
    width: 931px;
}
#navi_link {
	font-weight:bold;
	float:left;
	margin-top:10px;
    height: 20px;
	width:auto;
   
}

#navi_link_act {
	float:left;
	margin-top:17px;
    height: 12px;
	border-bottom:#FFFFFF 2px solid;
	width:auto;
}

#navi_trenner {
background-image:url(../images/navi_trenner.png);
	float:left;
    height: 36px;
    width: 4px;
	margin-left:5px;
	margin-right:5px;
}



#navi_link a{
    font-weight:none;
    color:#FFF;
    text-decoration:none;
}

/* header content area */


#content {
		background-color:#FFF;
		min-height:450px;
	
	height:auto;
	float:left;
	width:940px;
	padding:5px;
}

#image {
	float:left;
	margin-right:5px;
	margin-left:5px;
	
}
#content_text {
	width:500px;
	float:left;
	
}

#headline {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#clear {
	clear:both;
}


#content a{
	color:#810d0d;
	font-weight:bold;
	
	
}



#headerbox_left {

	background-image: url(../images/astrapahl.jpg);
	background-repeat:no-repeat;
		background-color:#FFF;
	
   border-top: 1px solid #32281c;
background-position:center top;
	
    float:left;
    width: 595px;
	height:1680px;
}

/* footer area */
#footer {
	font-size:10px;
	color:#000;
	text-align:left;
	padding-left:5px;
	padding-top:12px;
	float:left;
	width:944px;
	height:25px;
	background-color:#FFF;
	border-left: 1px solid #32281c;
	border-right: 1px solid #32281c;
	border-bottom: 1px solid #32281c;

   
}

#footer a {
    text-decoration:none;
	color:#810d0d;
	font-weight:bold;
}


.clearer {
    display:none;
    clear:both;
    width:100%;
}

