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

body{
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
}

a{
	text-decoration:none;
	color:#994e6a;
	
	}
	
#site_container{
	margin: 0;
	padding: 0;
	align:center;
}
#container{
	width: 1000px;
	text-align:left;
}
.nav_meta{
	height: 40px;
	background:url(../images/site/nav_meta_bg.gif) repeat-x top;
}
.nav_meta_box{
	float:right;
}
#nav_meta_box_small{
	float:right;
	position:relative;
	z-index:13;
	top:0px;
	right:5px;
	width: 301px;
	height: 40px;
	background-image: url(../images/site/nav_meta_small_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.header{
	height: 158px;
	background:url(../images/site/header_bg.gif) repeat-x top;

}
.header_box{
	height: 158px;
	background:url(../images/site/header_bg_wave.gif) no-repeat top right;

}

#logo{
	float:left;
	position:relative;
    z-index:14; 
	top:18px; 
	left:0px;
	width: 301px;
	height: 42px;
	background:url(../images/site/fisch_logo.png) no-repeat;
}

#sidebar {
	float:right;
	width:300px;
	margin: 0 0 0 0;
	padding: 18px 0 0 0;
}
#sidebar_bg {
	float:right;
	position:relative; 
	top:65px; 
	left:0px; 
	width:310px;
	height: 420px;
    z-index:14;
	background:url(../images/site/sidebar_bg_top.png) no-repeat;
}

.nav{
	height: 40px;
	background:url(../images/site/nav_bg.gif) repeat-x top;
}
.nav_reiter{
	background:url(../images/site/nav_reiter_bg.gif) repeat-x top;
}
.nav_box_reiter{
	background:url(../images/site/nav_reiter_bg_wave.jpg) no-repeat top right;

}
.banner{
	background:url(../images/site/banner_bg.gif) repeat-x top;

}
.banner_box{
	height: 262px;
	background:url(../images/site/banner_bg_wave.gif) no-repeat top right;

}
.content{
}
.content_box{
	background-image: url(../images/site/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: 699px top;
}
.item_box{
	min-height: 300px;
	background:url(../images/site/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: 699px top;

}
#content_left{
	float:left;
	width: 699px;
	min-height: 300px;
	background:url(../images/site/content_bg_top.jpg) no-repeat top center;
}
#content_right{
	float:right;
	width: 300px;
}

.footer{
	font-size: 10px;
	color: #999;
	height: 50px;
	background: #f6f6f6 url(../images/site/footer_bg.gif) repeat-x top;

}
.footer_box{
	padding: 15px 0 15px 0;

}


.clear{
	clear:both;
	}