/* CSS Document */

body {
	margin: 0px;
	background-color: #ededed;
}

* {	
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

a {
	color: #333333;
	text-decoration: none;
	}
	
a:hover {
	color: #D98541;
	text-decoration: underline;
	}
	
#head {
	width: 765px;
	}
	
#head img {
	border: 0px;
	}
	
#navi {
	width: 765px;
	background-image: url(images/navi_bg.gif);
	background-repeat: repeat-x;
	}
		
#navi img {
	border: 0px;
	}

#shadow_top {
	width: 765px;
	background-image: url(images/shadow_top_middle.gif);
	background-repeat: repeat-x;
	}
	
#shadow_top img {
	border: 0px;
	}
	
#main {
	width: 765px;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	background-color: #ffffff;
	}
	
#main_left {
	}
	
#main_right {
	width: 220px;
	}
	
#content {
	width: 515px;
	}
	
#content #rahmen {
	padding: 10px;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	}
	
#button_shop {
	border: 0px;
	}
	
#contact {
	width: 193px;
	}
	
#contact #rahmen {
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 2px;
	padding-bottom: 10px;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	}
	
#tip {
	width: 193px;
	}
	
#tip #rahmen {
	padding: 10px;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	}
	
#shadow_bottom {
	width: 765px;
	background-image: url(images/shadow_bottom_middle.gif);
	background-repeat: repeat-x;
	}
	
#shadow_bottom img {
	border: 0px;
	}
	
#footer {
	width: 765px;
	background-image: url(images/footer_middle.gif);
	background-repeat: repeat-x;
	}
	
#footer img {
	border: 0px;
	}
	
#copyright {
	font-size: 9px;
	color: #999999;
	}
	
#copyright a {
	font-size: 9px;
	color: #999999;
	}
	
#copyright a:hover{
	font-size: 9px;
	color: #D98541;
	}






