/* ------------------ gutebrote.de - STYLE----------------- */

/*	01)-- basics --
	02)-- global-styles --
	03)-- branding/logo --
	04)-- content --
	05)-- content-styles--
	06)-- main-navigation --
	07)-- footer --
*/

/*-----------------------------------------------------*/
/*-----------------|   01=basics   |-------------------*/
/*-----------------------------------------------------*/

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, input, form, object, textarea {
	margin: 0px;
	padding: 0px;
}
:focus {
	outline: 0;
}
html, body {
	background: url(../images/index/bg/bg.jpg) #fff top center repeat-x;
	color:#3c1901;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.5em;
}
html {
	scrollbar-face-color:#3c1901;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-base-color: white;
	scrollbar-3d-light-color: white;
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
}
h1 {
	background: url(../images/headlines/headline-h1.jpg) no-repeat;
	font-size: 0.001em;
	height:45px;
	text-indent:-4000px;
}
h2 {color:#c00;
	margin-bottom:20px;
	position:absolute;
}
h3 {margin-top:35px;
	color:#c00;
	font-size:1.0em;
	border-bottom: 1px solid #faebbc;
	padding:20px 0 20px 0;
	width:645px;
}
p 	{margin:25px 0 25px 0;}
hr	{display:none;
}
/*-----------------------------------------------------*/
/*--------------|   02=global-styles   |---------------*/
/*-----------------------------------------------------*/

a {
	text-decoration:underline;
	color:#ea7605;
}
a:hover {
	text-decoration:none;
	color:#c00;
}
.highlight-yellow {color:#ea7605; }
.highlight-red {color:#c00; }

.clear
	{clear:both; 
}

.image {
	border:1px solid #faebbc;
}
.floatRight {
	float:right;
	padding:20px 10px 0 25px;
}
.floatLeft {
	float:left;
	margin:0px;
}

.tab20 {
	margin-left:20px;
}
.tab52 {
	margin-left:52px;
}
.tab65 {
	margin-left:65px;
}
.tab75 {
	margin-left:75px;
}

.liste{ 
	border-bottom: 1px solid #faebbc;
	width:620px;}
	
.liste ul{ 
	padding-bottom:20px;}
	
.liste li{ background: url(../images/index/content/li.gif) no-repeat;
	display:block;
	padding:0 0 5px 20px;}

.back{margin-left:525px;}

/*-----------------------------------------------------*/
/*--------------|   03=branding/logo   |---------------*/
/*-----------------------------------------------------*/

div#container {
	margin: 0px auto;
	width:980px;
	position:relative;
}
div#header {
	height:0px;
}
div#header h1 {
	color:white;
	font-size: 0.001em;
	position:absolute;
	text-indent:-4000px;
	z-index: 1;
}
div#header h1 a {
	display: block;
	font-size: 0.001em;
	height:170px;
	left:0px;
	overflow: hidden;
	position:absolute;
	text-decoration: none;
	top:37px;
	width:248px;
	z-index: 1;
}
div#header h1 a:hover {
	background: url(../images/index/bg/bg-branding-hover.jpg) no-repeat;
	z-index: 1;
}
#adresse{
	left:450px;
	top:50px;
	position: absolute;
	color:#ef7902;
	line-height:1.2em;}
/*-----------------------------------------------------*/
/*-----------------|   04=content   |------------------*/
/*-----------------------------------------------------*/

div#contentMain {
	margin-left:0px;
	}
	
#contentSidebar {
	background: url(../images/index/bg/bg-oeffnungszeiten.jpg) no-repeat;
	height:130px;
	left:670px;
	position:absolute;
	top:0px;
	width:216px;
	color: #ea7605;
	padding:45px 0 0 32px;
	line-height:1.2em;}

.headline{  /*---  headlines  ---*/
	height:45px;
	margin: 0px;
	font-size:1.2em;
	text-indent: inherit;
}	

/*-----------------------------------------------------*/
/*---------------|  06=main-navigation   |-------------*/
/*-----------------------------------------------------*/

#navi {
	display:none;
	width:0px;
}
/*-----------------------------------------------------*/
/*------------------|   07=footer   |------------------*/
/*-----------------------------------------------------*/

div#footer {
	height:0px;
	display:none;
}
