/*
	Shopfenster.de Stylesheet
	author: Bastian Posniak
	copyright (c) 2005 by worldweb
*/

body {
	margin: 0px;
	background: url(../grafiken/bg.gif) repeat-y;
	background-color: #bbb;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373531;
}

#header {
	position: absolute;
	width: 762px;
	height: 239px;
	background-image: url(../grafiken/header.jpg);
	top: 0;
	left: 0;
}

h1 {
	font-family: "Times New Roman";
	font-size: 26px;
	font-weight: roman;
	color: #BED3E5;
}

#navi {
	position: absolute;
	width: 151px;
	height: 249px;
	top: 239px;
	left: 0px;
	background: url(../grafiken/navi_bg.jpg) no-repeat;
	padding: 52px 10px 0px 30px;
}

	#navi a:link, #navi a:active, #navi a:visited {
		color: #373531;
		text-decoration: none;
	}
	
	#navi a:hover {
		color: #749BC1;
		text-decoration: none;
	}
	
	#navi hr {
		background-color: #373531;
		border: none;
		color: #373531;
		height: 1px;
	}
	
	#navi a:link.eintrag, #navi a:active.eintrag, #navi a:visited.eintrag {
		color: #B03904;
		text-decoration: none;
	}
	
	#navi a:hover.eintrag {
		color: #749BC1;
		text-decoration: none;
	}

#content {
	position: absolute;
	width: 418px;
	top: 259px;
	left: 221px;
}

	#content a:link, #content a:active, #content a:visited {
		color: #373531;
		text-decoration: underline;
	}
	
	#content a:hover {
		color: #749BC1;
		text-decoration: underline;
	}	
#tipp {
	position: absolute;
	width: 115px;
	top: 259px;
	left: 680px;
}

	#content a:link, #content a:active, #content a:visited {
		color: #373531;
		text-decoration: underline;
	}
	
	#content a:hover {
		color: #749BC1;
		text-decoration: underline;
	}	
.button {
	background-color: #4D6B8F;
	color: white;
	height: 20px;
}	
