/************************************/
/* --------- template.css --------- */
/* -------------------------------- */
/* Die alten Definitionen           */
/* (z.b. table.auto, formulare usw) */ 
/* befinden sich in normal.css      */
/*                                  */
/*   !normal.css NICHT einbinden!   */
/* -------------------------------- */
/************************************/

/****************************/
/* Allgemeine Einstellungen */
/****************************/
body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	background: #d7e8db url(1pic/bg.jpg) no-repeat left top;
	font-size: 12px;
}
img { 
	border:none;
}
#content {
	padding: 15px;
	padding-top: 0;
	width: 467px;
}

input, textarea, select {
	border: 1px solid #bfbfbf;
	background-image: url(1pic/input_bg.png);
	background-repeat: no-repeat;
}

p {
	margin-top: 0;
}

ul.linkliste {
	padding: 0;
	margin: 0;
}
ul.linkliste li {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.linkliste li a {
	display: block;
	padding-left: 15px;
	background-image: url(1pic/bullet.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}

form {
	padding: 0;
	margin: 0;
}

/***********************/
/* Newsline-spezifisch */
/***********************/

.newslineEditLink a{
	display:block;
	clear:both;
	background-color:#c7e2ff;
	border:1px solid #f0f0f0;
	padding:3px;
	font-size:11px;
	color:#4279bc;
	font-weight:bold;
	text-align:left;
}
.newslineEditLink a:hover {
	color:#4279bc;
	text-decoration:none;
}

/***********/
/* Headers */
/***********/

h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	margin: 0;
	/*margin-left: 10px;*/
	margin-bottom: 10px;
	padding: 0;
}

h2 {
	font-size: 16px;
}

h3 {
	margin: 10px 0;
	font-size: 14px;
}

p.error {
	color: red;
	font-weight: bold;
}

/***********/
/* Tabelle */
/***********/
table.auto {
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
margin-bottom: 1em;
}
table.auto td,table.auto th,table.auto tr {
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
padding: 3px;
}

/***************/
/** Formulare **/
/***************/
.formular,
.formular input.text,
.formular textarea {
	width: 100%;
}

.formular td,
.formular th,
.submit td,
.submit th {
	padding: 3px;
}

.formular th,
.submit th {
	width: 30%;
}


/************/
/* Template */
/************/

#template {
width:959px;
text-align:left;
padding-bottom:33px;
}


#template_header {
	background: url(1pic/header.png) no-repeat left top;
}

#body {
	padding-left:15px;
}

#template {
	width: 974px;
}

.template_header {
	position: relative;
	width: 974px;
	height: 122px;
}

#logo_link {
	position: absolute;
	left: 10px;
	top: 0;
	width: 200px;
	height: 75px;
}
#logo_link a {
	display: block;
	width: 200px;
	height: 75px;
	text-decoration: none;
	font-size: 0;
}
#logo_link a span {
	position: absolute;
	left: -999px;
	top: -999px;
	font-size: 0;
}

#top_text {
	position: absolute;
	left: 42px;
	top: 79px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#navigation {
	height:48px;
}

#navigation ul {
	position: absolute;
	top: 42px;
	right: 40px;
	list-style-type:none;
	margin:0;
	padding:0;
	height:48px;
	vertical-align: middle;
}
#navigation ul li.expert24 {
	font-weight: bold;
	color: #378C49;
	font-family: Verdana,sans-serif;
	font-size: 11px;
}

#navigation ul.expert {
	position: absolute;
	top: 23px;
	list-style-type:none;
	margin:0;
	padding:0;
	height:48px;
	vertical-align: middle;
	right: 40px;
}

#navigation ul li {
	display:block;
	float:left;
	margin:0;
	padding:0 12px;
	text-align: center;
	vertical-align: middle;
}
#navigation ul.expert li {
	padding:0 5px;
}

#navigation ul li a {
	color: #378c49;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	display:block;
}

#login_info {
	float:left;
}

#login_info ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#login_info ul li {
	display:inline;
	margin-left:10px;
}

#main_menu {
	float:right;
	font-family: Arial, Verdana, sans-serif;
}

#main_menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-right:46px;
}

#main_menu ul li {
	display:inline;
	margin-right:10px;
}

#main_menu ul li a {
	color:#7F7F7F;
	text-decoration:underline;
}

#template_left ul.navigationspunkte {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#template_left ul.navigationspunkte li {
	margin:0;
	padding:0;
	list-style-type:none;
	background:url(1pic/menuitem_bg.png) left top no-repeat;
	border: 1px solid #dcdcdc;
	border-top: 0;
	/*height:32px;*/
	width: 208px;
}

#template_left ul.navigationspunkte li a {
	line-height:32px;
	height: 31px;
	overflow: hidden;
	padding-left:15px;
	font-size:1.2em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-right: 15px;
	background-image: url(1pic/bullet_grey.png);
	background-position: 186px center;
	background-repeat: no-repeat;
}

#template_left ul.navigationspunkte li ul {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#template_left ul.navigationspunkte li ul li {
	background: none;
	width: 208px;
	border: 0;
	line-height: 15px;
	padding: 0;
}
#template_left ul.navigationspunkte li ul li a {
	background: none;
	line-height: 15px;
	height: auto;
	font-size: 12px;
	font-weight: normal;
	padding-left: 30px;
}
#template_left ul.navigationspunkte li ul li a:hover,
#template_left ul.navigationspunkte li ul li a.aktiv {
	background: none;
	text-decoration: underline;
}

#template_left ul.navigationspunkte li a:hover,
#template_left ul.navigationspunkte li a.aktiv {
	background-image: url(1pic/bullet.png);
}

#template_middle {
	background-image: url(1pic/template_middle.png);
	color:#000000;
	width: 974px;
	padding-bottom: 10px;
}

#template_left {
	float: left;
	width: 220px;
	padding-left:12px;
}

#template_content {
	float: left;
	width: 497px;
}

#search_header {
	width:462px;
	height:20px;
	background:url(1pic/header_suche.png) left top no-repeat;
	text-align: right;
	padding: 9px 18px;
	overflow: hidden;
	margin-bottom: 10px;
}

#search_header #search_input {
	float: right;
	width: 185px;
}
#search_header a,
#home_search a {
	display: block;
	width: 28px;
	height: 19px;
	overflow: hidden;
	float: left;
}

#search_header.nomargin {
	margin: 0;
}

#search_header input#search,
#home_search input#search {
	border: 1px solid #bfbfbf;
	height: 17px;
	padding: 0;
	padding-left: 5px;
	width: 150px;
	background-image: url(1pic/input_bg.png);
	background-repeat: no-repeat;
	margin: 0;
	float: left;
}

#template_right {
	float: left;
	width: 222px;
	margin-left:9px;
}


#neueingetroffen .box_body {
	height: 189px;
	width: 208px;
	border: 1px solid #dcdcdc;
	background-repeat: no-repeat;
	background-position: left 32px;
	position: relative;
}

#ratingbox {
	margin-top: 10px;
	width: 210px;
}

#ratingbox_content {
	border: 1px solid #dcdcdc;
	border-top: 0;
	height: 166px;
	width: 208px;
	overflow: hidden;
	position: relative;
}

#ratingbox_rating {
	position: absolute;
	left: 80px;
	top: 5px;
}
#ratingbox_rating a {
	font-weight: bold;
	width: 125px;
	height: 70px;
	overflow: hidden;
	display: block;
}

#neueingetroffen a.title {
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	padding-left: 80px;
	padding-right: 10px;
	font-weight: bold;
}

#neueingetroffen .anriss {
	padding-left: 80px;
}

#neueingetroffen .box_body .link a {
	position: absolute;
	text-align: right;
	right: 0;
	padding-right: 10px;
	top: 160px;
	display: block;
	font-weight: bold;
}

#ratingbox_link {
	padding: 10px;
	/*border-top: 1px solid #dcdcdc;*/
	position: absolute;
	left: 0;
	bottom: 0;
	width: 190px;
	text-align: right;
}
#ratingbox_link a {
	font-weight: bold;
}

a.bullet {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
}

div.box_head {
	height: 38px;
	width: 210px;
	overflow: hidden;
}


#template_footer {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	padding-top: 14px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	width: 974px;
	height:28px;
	background:url(1pic/footer_bg.png) top left no-repeat;
}

#template_footer,
#template_footer a {
	color: #727272;
	text-decoration: none;
}

#template_footer .navigationspunkte a {
	text-decoration: underline;
	padding-right: 10px;
}

#template_footer img {
	padding: 0 5px;
}

#backlink {
	margin-top: 20px;
}

#backlink a {
	padding-left: 17px;
	background-position: left center;
	background-repeat: no-repeat;
}

/********/
/* Misc */
/********/

.clear {
	font-size: 0;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	clear: both;
	display: block;
	overflow: hidden;
}

.nobr {
	white-space: nowrap;
}

.preis,
.aktion_preis {
	white-space: nowrap;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

div.notice,
div.error {
	padding: 5px;
	border: 1px dashed #3cb400;
	font-weight: bold;
	background-color: #eeffee;
	color: #3cb400;
	margin-bottom: 10px;
}

div.error {
	border: 1px dashed #cc0000;
	color: #cc0000;
	background-color: #ffeeee;
}

.indikator {
	margin: 0;
	margin-bottom: 20px;
	padding: 0 15px;
}

div.button_link {
	height: 12px;
	line-height: 12px;
	float: left;
	padding-top: 3px;
	padding-bottom: 8px;
	font-size: 12px;
}
div.button_link a {
	font-weight: bold;
	text-decoration: none;
	background-position: 5px 3px;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-right: 10px;
}
div.button_end {
	width: 7px;
	height: 23px;
	float: left;
}



/*********/
/* Links */
/*********/
a {
	color:#378c49; 
	text-decoration: underline;
	cursor:pointer;
}
a:hover,
#main_menu ul li a:hover,
#right_boxes .aktion a:hover {
	color:#317d41;
}
a.bullet {
	background-image: url(1pic/bullet.png);
}
#backlink a {
	background-image: url(1pic/bullet_left.png);
}

#footer_expert {
	margin-top: 10px;
}

#footer_expert ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(1pic/footer_expert.png);
	width: 464px;
	height: 28px;
	padding-left: 3px;
}

#footer_expert ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	line-height: 16px;
	padding: 6px 4px 6px 19px;
	background-image: url(1pic/footer_expert_star.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#footer_expert ul li a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}


#oeffnungszeiten {
	margin-top: 10px;
}

#oeffnungszeiten .box_body {
	border: 1px solid #dcdcdc;
	border-top: 0;
	width: 208px;
	background-image: url(1pic/weinplus.jpg);
	height: 128px;
}

#oeffnungszeiten .box_body a {
	padding-left: 36px;
	padding-top: 103px;
	font-weight: bold;
	display: block;
	width: 172px;
	height: 25px;
	background-position: 19px 105px;
}

#shopping_tipps {
	border: 1px solid #dcdcdc;
	border-top: 0;
	width: 198px;
	padding: 5px;
	padding-top: 0;
	height: 161px;
}

#shopping_tipps ul {
	margin: 0;
	padding: 0;
}

#shopping_tipps ul li {
	margin: 0;
	padding-top: 5px;
	list-style: none;
	text-align: center;
	font-size: 11px;
}
#shopping_tipps .bild {
	margin-top: 3px;
}

.shopTopCategoryAnsicht {
	margin-top: 20px;
}

.bilderBildtext3Lay {
	text-align: center;
}


#googleMaps {
	margin-top: 10px;
	width: 467px;
	height: 300px
}

.margintop {
	margin-top: 20px;
}