@charset "UTF-8";
/* CSS Document fuer vbfood.ch */
/* TEMPLATE mit Randspalte */
/* (C) 2010 by WebGarage AG */

/* Farben vb-food:
rot 			(Links, Titel): 		#000000
hellgrün		(bg Randspalte): 		#FFFFFF
hellgrau 	(Hintergrund Navi): 	#D9D9D9
grau 			(Adresse): 				#7F7F7F
dunkelgrau 	(Text Randspalte): 	#666666
schwarz 		(Lauftext, Hover): 	#000000
hellgrau		(bg Website):			#E5E5E5
*/

body {
	background: url("../images/bg-cobb.jpg") top center repeat-y;
	background-color:#DBDFE5;
}
#content {
	width: 470px;
}
#inhalt {
	width: 440px;
}
#randspalte {
	position: relative;
	float: right;
	width: 180px;
	padding: 0;
	margin-bottom: 1px;
	height: 100%;
}
#randspalte p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.3em;
	padding-left: 15px;
	padding-right: 15px;
}
#randspalte h1, #randspalte h2, #randspalte h3, #randspalte h4, #randspalte h5, #randspalte h6 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 15px 0 15px;
	margin-top: 0px;
}
#randspalte h1 {
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
}
#randspalte h2 {
	font-size: 12px;
	color: #666666;
}
#randspalte h3 {
	font-size: 12px;
	color: #000000;
}
#randspalte h4 {
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
}
#randspalte h5 {
	font-size: 10px;
	color: #666666;
}
#randspalte h6 {
	font-size: 10px;
	color: #000000;
}
#randspalte img {
	padding:0;
	margin:0;
	border:0;
}
#randspalte a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.3em;
	text-decoration: none;
}
#randspalte a:hover {
	color: #666666;
	text-decoration: none;
}
#randspalte hr {
	height: 10px;
	width: 150px;
	margin: 8px auto;
	background: #FFFFFF url("../images/hr.png") no-repeat center center;
	border: #FFFFFF 0 none;
}