html, body {
	height: 100%;
}

body {
	margin: 0;
	text-align: center;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* background-color: #fff9e6;*/
	background-image:url(img1/bg_body.jpg);
	background-repeat:repeat-x;
}


h1,h2,h3,h4,h5,h6 {
	margin: 0 0 0.5em 0;
	color:  #6391B1;
	/* font-family: tahoma, arial, verdana, sans-serif; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	line-height: 30px;
}
h2 { 
	margin-top: 1em;
	font-size: 20px; 
}
h3 { 
	font-size: 18px; 
}
h4 { 
	font-size: 13px; 
	font-weight: bold; 
}
h5 { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
}

p, li {
	margin: 0 0 0.6em 0;
	line-height: 140%;
	text-align: left;
}
ul {
	margin: 0 0 1em 0;
}
li {
	margin: 0 0 0.3em 0;
}
table{
	border-collapse: collapse;
	width: 100%;
}

td{
	vertical-align: top;
}

a,
a:link,
a:visited {
	color: #DC5629;
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	color: #FE7B05;
	border-bottom: dotted 1px #FE7B05;
}

a.at,  a.at:link,  a.at:visited{
	color: #555;
}

a img{
	border: none;
}


.small{
	font-size: 11px;
}


.top-0{
	margin-top: 0em;
}
.top-05{
	margin-top: 0.5em;
}
.top-1{
	margin-top: 1em;
}
.top-2{
	margin-top: 2em;
}
.top-3{
	margin-top: 3em;
}
.top-4{
	margin-top: 4em;
}
.top-5{
	margin-top: 5em;
}
.top-6{
	margin-top: 6em;
}
.top-7{
	margin-top: 7em;
}
.top-8{
	margin-top: 8em;
}
.bottom-0{
	margin-bottom: 0em;
}
.bottom-05{
	margin-bottom: 0.5em;
}

.bottom-1{
	margin-bottom: 1em;
}
.bottom-2{
	margin-bottom: 2em;
}
.bottom-3{
	margin-bottom: 3em;
}
.bottom-6{
	margin-bottom: 6em;
}
.bottom-8{
	margin-bottom: 8em;
}

.bild-links{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}	
.bild-links1{
	float: left;
	margin-right: 33px;
	margin-bottom: 33px;
}	
.bild-rechts{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}

.bottom{
	vertical-align: bottom;
}	
.border{
	padding: 4px 12px;
	border-top: 1px solid #c2d3e0;
	border-bottom: 1px solid #c2d3e0;
}



/* Some page specific formats */

#index p.small{
	margin-bottom: 1.5em;
}

#kontakt .top-2{
 	margin-top: 1.5em;
}

#kontakt .bottom-05{
 	margin-bottom: 0.3em;
	line-height: normal;
}

/* Layout */


#distance {
	float: left;
	width: 1px;
	height: 44%;
	margin-bottom: -180px; /* half of container's height */
}
#bg-top{
	clear: left;
	margin: 0px auto;
	height: 32px;	
	background-image: url(img1/bg_top1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#bg-page { 
	margin: 0px auto;
	background-image: url(img1/bg_page1.png); 
	background-repeat: repeat-y;
	background-position: center;
}
#bg-bottom { 
	margin: 0px auto;
	height: 46px;
	background-image: url(img1/bg_bottom1.png);
	background-repeat: no-repeat;
	background-position: top center;
}


#page {	
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 600px;
	/* text-align: left;*/
}


#content {
	margin: 0;
	padding: 0 50px 0 50px;
}

#start #content{
	padding: 0 25px 0 25px;
	height: 360px;	
	overflow: auto;
}

#einkaufsfuehrer #bg-top{
	margin-top: 30px;
}
#einkaufsfuehrer #page{
	padding-bottom: 10px;
}