/*
############################## www.baeckerei-erhart.at ################################### 
by Willi Erhart   
*/

/* ###################### Allgemeine Formatierungen ###################### */
html, body { 
	margin: 0px; 
	padding: 0px;  
    height: 100%;  
    background: #faf7f2 url(../images/bg.jpg) repeat-x;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, textarea, select, td, div {
	font-family: arial, helvetica, verdana, sans-serif, geneva; 
	font-size: 12px; 
	text-align: left;
	color: #212121;
}

form {
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

div.clear {
	width: 100%;
	clear: left;
	line-height: 0px;
	height: 0px;
	font-size: 1px;
}

img {
	border: 0;
}

/* ###################### Layoutformatierungen ###################### */

/* Zentrieren der Bühne */

table, td {
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

#table-zent {
	width: 100%;
	height: 100%;
	border: 0px;
}

#td-zent {
	vertical-align: top;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

#container-center {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	width: 950px;
}

/* Navigation */

#navi {
	position: absolute;
	top: 100px;
	right: 0px;	
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#navi a {
	color: #fff;
	display: block;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
}

#navi a:hover,
#navi .active {
	color: #783905;
	background-color: #fff;
	display: block;
}

#navitop {
	margin-top: 12px;
	height: 47px;	
}

#navitop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navitop li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#navitop a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0 10px 0 10px;
	border-right: 1px solid #717171;
}

#navitop a:hover {
	text-decoration: underline;	
}

/* Design */

#toolbox {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;	
}

#toolbox #small,
#toolbox #large {
	cursor: hand;
	cursor: pointer;
}

#toolbox #large {
	font-size: 15px;	
}

#logo {	
}

#header img {
	margin-top: 15px;
	border: 5px solid #fff;
	background-color: #703306;
	-webkit-box-shadow: 1px 1px 20px #737373;
	-moz-box-shadow: 1px 1px 20px #737373;
	box-shadow: 1px 1px 20px #737373; 	
}

.image {
	border: 2px solid #fff;
	-webkit-box-shadow: 1px 1px 20px #737373;
	-moz-box-shadow: 1px 1px 20px #737373;
	box-shadow: 1px 1px 20px #737373;
}

#welcome {
	width: 360px;
	float: left;
	background-image: url(../images/weizen.gif);
	background-repeat: no-repeat;
	background-position: 200px 0px;	
}

#welcomea {
	width: 360px;
	float: left;
	background-image: url(../images/cafe.gif);
	background-repeat: no-repeat;
	background-position: 200px 5px;	
}

#welcomeb {
	width: 360px;
	float: left;
	background-image: url(../images/kuchen.gif);
	background-repeat: no-repeat;
	background-position: 200px 0px;	
}

#welcomec {
	width: 360px;
	float: left;
	background-image: url(../images/wein.gif);
	background-repeat: no-repeat;
	background-position: 200px 0px;	
}

.pad1 {
	padding: 20px;	
}

.pad2 {
	padding: 10px;	
}

#box1 {
	float: left;
	margin: 15px 0 15px 10px;	
}

#box2 {
	float: right;
	margin: 15px 0 15px 15px;
	width: 282px;
	height: 126px;	
	background-image: url(../images/box2.jpg);
}

#bildnachweis ul {
	margin-top: 10px;
	margin-bottom: 10px;
}


#footer {
	color: #fff;
	padding: 10px;
	text-align: center;
	background: #7e3d06 url(../images/footer.jpg) repeat-x;	
}

/* Überschriften */

h1 {
	font-size: 21px;
	color: #954e07;
	margin: 0 0 10px 0;
	padding: 0;	
}

h2 {
	font-size: 16px;
	color: #954e07;
	margin: 0 0 10px 0;
	padding: 0;	
}

/* Links */

#toolbox a {
	color: #fff;
	text-decoration: none;	
}

#toolbox a:hover {
	text-decoration: underline;	
}

#footer a {
	color: #fff;
	text-decoration: underline;	
}

#footer a:hover {
	text-decoration: none;	
}

a {
	color:#954e07;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#bildnachweis li,
#bildnachweis a {
	font-size: 10px;
}