body {
	background: #FFF url(../images/back.gif) repeat-x;
	font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}

#news {
border: 2px dotted black; 
padding: 10px;
margin-bottom: 25px;
}

h1 { font-size: 21px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 14px; }

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

.link {
	cursor: pointer;
	cursor: hand;
}

.sign {
	font-family: Zapfino, cursive;
	
	
}

.neu {
	background-color: #212195;
	color: white;
}

img { border: none; }

p { margin: 10px; line-height: 140%; }

#frame {
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 8px 8px 0 0;
	background: url(../images/frame.gif) no-repeat top right;	
	text-align: center;
}


#wrapper {
	width: 904px; /*920px*/
	padding: 8px;
	background-color: white;
	text-align: left;
}


#header {
	height: 300px;
	height: 115px;
}

#header .logo {
	width: 160px;
	/*
	position: absolute;
	z-index: 1;
	*/
	margin-right: 24px;
	float: left;
	position: relative;
	z-index: 2;
}

#header .menu {
	width: 720px;
	padding-top: 25px;
	float: right;
}

#intro {
	height: 175px;
	margin-bottom: 8px;
/*	overflow: hidden;*/
}

#intro img {
	width: 711px;
	float: left;
/*	position: relative;
	top: 0px;
	z-index: 1;	
*/}

#intro .tabs {
	width: 185px;
	float: right;
}


#intro .tabs .scrollbar {
	width: 12px;
	height: 150px;
	float: right;
	margin-right: 10px;
}

#intro .tabs .scrollbar img {
	float: none;
	width: 12px;
}

.tabs .select a {
	float: left;
	padding: 0 5px 0 5px;
	margin: 0 5px 0 10px;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
}

.tabs .select a.active {
	font-weight: bold;	
	background-color: #FBFEC8;	
}


#t_content_filialen {
	position: absolute;
	clip: rect(0px,170px,152px,0px);
	top: 165px;
	/*left: 734px;*/
	width: 160px;
	background: #FFF;
	layer-background-color: #FFF;
	border: none;
	z-index: 1;	
	
}

#t_filialen ul {
	list-style-type: none;
	width: 160px;
	margin: 0;
	padding: 0;
	font-size: 9px;
}

#t_filialen ul li {
	background-color: #FBFEC8;
	margin: 0px 2px 2px 2px;
	padding: 2px 10px 2px 10px;
}

#t_filialen ul li a { text-decoration: none; }
#t_filialen ul li a:hover { font-weight: bold; }

#t_lieferservice {
	font-size: 9px;	
}

#t_lieferservice p {
	background-color: #FBFEC8;
	
	margin: 0; 
	padding: 5px;
	height: 152px;
}

#main {
	background-image: url(../images/main_back.gif);
	background-repeat: repeat-y;
	
}

#main .sidebar {
	width: 190px;
	min-height: 531px;
	float: left;
	background-color: #F1F1F7;	
	background-image: url(../images/sidebar_back.gif);
	background-repeat: no-repeat;
}

.sidebar p {
	margin: 10px 0 10px 0;
	
}

p#slogan {
	background-image: url(../images/slogan.gif);
	background-repeat: no-repeat;
	width: 176px;
	height: 92px;
	text-indent: -999px;
	overflow: hidden;	
}

p#promo {
	background-image: url(../images/symbol_tuete.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 70px;
	width: auto;
	min-height: 139px;
}

#main .content {
	width: 700px; /*710px*/
	min-height: 521px;
	float: right;
	padding: 5px;
	background-color: #F2F2F8;	
	background-image: url(../images/content_back.gif);
	background-repeat: repeat-y;
}

p.box {
	background-color: #FBFEC8;
	color: black;
	border: 1px solid #FEFE00;
	margin: 10px;
	padding: 10px;
}

.content .left {
	width: 505px;
	float: left;
	
}

.content .right {
	width: 180px;
	float: right;
}


.nav1 {
	width: 711px;
	height: 28px;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
	color: white;
	font-size: 13px;
}

.nav1 a {
	height: 28px;
	padding: 0 10px 10px 10px;
	margin: 0 3px 0 3px;
	text-decoration: none;
	color: white;
}

.nav1 a:visited { color: white; }
.nav1 a.active:visited { color: #212195; }

.nav1 a.active {
	background-image: url(../images/menu_active.gif);
	color: #212195;	
}


span.pipe {
	width: 20px;
	filter: alpha(opacity=50);
	opacity:.50;
}


.nav2 {
	width: 711px;
	text-align: center;
	margin: 10px 0 0 0 ;
	padding: 0;	
}

.nav2 a {
	margin: 0 5px 0 5px;
	
}


ul.submenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.submenu li {
	background-color: #DDDDE3;
	padding: 5px;
	border: 3px solid #EAEAF0;
}

/*ul.submenu li a {
	display: block;
	height: 15px;
	margin: 10px;
	vertical-align: middle;
}*/

ul.submenu li:hover { background-color: white; }
ul.submenu li img { margin-top: 10px;}


#footer {
	margin-top: 16px;
	background-image: url(../images/stripes.gif);
	background-repeat: repeat-x;
	padding-top: 22px;
	text-align: center;
	font-size: 86%;
	color: black;
}

table {
	width: auto;
	
}


td {
	text-align: left;
	vertical-align: top;
	background-color: white;
	padding: 5px;
	border-bottom: 1px solid #DEDEE4;
	
}

div.left { float: left; }
div.right { float: right; }


.photo { border: 1px solid #212195; }
/*body#ueberuns .photo { width: 220px; }*/



#filialen-list .photo, 
#entstehung-list .photo,
#aktuelles-list .photo { 
	width: 120px;
	margin-right: 20px; 
	float: left;
}


#filialen-list div.column, 
#entstehung-list div, 
#aktuelles-list div.column {
	padding: 10px;
	margin-bottom: 5px;
}

#filialen-list div.column,
#aktuelles-list div.column { 
	background-color: white;
}



/* Bugfix */
.clear { clear: both; height: 1px; } 
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.wrapper { display: inline-block; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }


fieldset {
	border: 1px solid #dddde3;
	padding: 5px;
	margin-bottom: 5px;
}

label {
	width: 100px;
	float: left;
	
}

legend {
	font-weight: bold;
	letter-spacing: 2px;
	color: #dddde3;
}

table {
	width: 100%;
	margin:: 10px 0 10px 0;
}

caption { font-size: 150%; padding: 10px; }
td.menge, td.preis { width: 50px; }
td.menge input { width: 40px; }

