/* CSS Document */
*
{
	outline:0; -moz-outline:0;	
}

html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}

body
{
	background: #fff url(../pics/bg1.jpg) center center no-repeat;
	background-attachment: fixed;
}

.clear
{
	clear: both;
}

#frame
{
	margin: auto;
	width: 982px;
	overflow: hidden;
	background: url(../pics/bg_frame.png) top right repeat-y;
	padding-left:20px;
}

#nav
{
	float: left;
	width: 194px;
}

#logo
{
	display: block;
	margin-top: 20px; margin-left:-11px;
	width: 207px;
	height:197px;
	background: url(../pics/logo_block.png) no-repeat;
	z-index: 101;
	margin-bottom:5px;
}

.sattt
{
	background: #fff;
	text-align: center;
	padding: 2px 0;
	margin: -4px 20px 4px 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display:none;
}

#nav .navi_block
{
	margin: 0 20px;
	padding: 6px 0 20px 0;
	font-size: 13px;
	background: url(../pics/bg_black.png) top left repeat;
}

#nav .navi_block a
{

	display: block;
	padding: 3px 0 3px 21px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background: url(../pics/arrow1.png) 6px 7px no-repeat;
	text-indent: 0px;

	overflow: hidden;
}

#nav .navi_block a.act
{
	font-weight:bold;
}

#nav .navi_block .sub
{
	background: url(../pics/bg_black.png) top left repeat;
	font-size: 0.8em;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin:0 0 4px 0;
	padding: 4px 0;
}

#nav .navi_block .sub a
{
	background: none;
	text-indent: 5px;
}

#nav .navi_block input.text
{
	display: inline-block;
	width: 75px;
	height: 18px;
	float: right;
	border: none;
	/*padding-right: 20px;*/
}

#nav .navi_block input.send
{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background: #fff url(../pics/arrow2.png) 4px 6px no-repeat;
	float: right;
	border: none;
	cursor: pointer;
}
#nav .navi_block input.send:hover { background-color: #fad6d7; }

#nav #winner
{
	background: url(../pics/btn_winner.jpg);
	width:154px;
	height:268px;
	margin-top:20px;
	margin-left:20px;
	display:none;
}

#nav #social_logos
{
	background: url(../pics/twitter_blizz.png) top left no-repeat;
	width:125px;
	height:82px;
	margin-top:20px;
	margin-left:20px;
	position:relative;
}

#nav #social_logos .icon_t
{
	width:71px;
	height:82px;
	display:block;
	position:absolute; top:0px; left:12px;
}

#nav #social_logos .link_t
{
	margin-top:30px;
	margin-left:60px;
	display:block;
	width:80px;
	text-decoration:none;
	color:#000;
	font-size:9px;
	margin-bottom:10px;
}

#nav #social_logos .icon_f
{
	width:40px;
	height:40px;
	display:block;
	position:absolute; top:33px; left:4px;
}

#nav #social_logos .link_f
{
	margin-left:50px;
	display:block;
	width:80px;
	text-decoration:none;
	color:#000;
	font-size:9px;
}

#middle
{
	float: left;
	width: 620px;
}

#header
{
	border-bottom: 3px solid #c42126;
	margin-bottom: 14px;
	padding-top: 20px;
	padding-bottom: 4px;
	overflow: hidden;
	margin-left: 12px;
	margin-right: 32px;
}

#header ul
{
	list-style: none;
	overflow: hidden;
	margin: 0;
	float: right;
}

#header ul li { float: left; margin-left: 12px; }

#header ul li a
{
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color:#000;
	text-decoration:none;
}

#content
{
	margin-left: 7px;
	margin-right: 27px;
}

#sidebar
{
	float: left;
	width: 146px;
	/*background: url(../pics/bg_green.png) top left repeat;*/
	padding-top: 20px;
	margin-left:20px;
	height:100%;
}

#sidebar #bio
{
	width: 126px;
	height: 150px;
	background: url(../pics/bio.png);
	margin: auto;
}

#sidebar_franchise
{
	float: left;
	width: 146px;
	/*background: url(../pics/bg_green.png) top left repeat;*/
	padding-top: 20px;
	margin-left:20px;
	height:100%;
	display:none;
}

#sidebar_franchise #bio
{
	width: 126px;
	height: 150px;
	background: url(../pics/bio.png);
	margin: auto;
}

.boxA .middle, .boxB .middle, .boxC .middle { padding: 0 9px; }

.boxA
{
	width:586px;
}
.boxA .top
{
	height: 9px;
	background: url(../pics/boxA_top.png) top left no-repeat;
}
.boxA .middle
{
	background: url(../pics/boxA_middle.png) top left repeat-y;
}
.boxA .bottom
{
	height: 9px;
	background: url(../pics/boxA_bottom.png) top left no-repeat;
}

.boxB
{
	width:182px;
}
.boxB .top
{
	height: 9px;
	background: url(../pics/boxB_top.png) top left no-repeat;
}
.boxB .middle
{
	background: url(../pics/boxB_middle.png) top left repeat-y;
	position:relative;
}

.boxB .middle a
{
	position:absolute; bottom:10px; left:17px;
}

.boxB .bottom
{
	height: 9px;
	background: url(../pics/boxB_bottom.png) top left no-repeat;
}

.boxB #wappen
{
	height:73px;
	width:61px;
	background: url(../pics/wappen.jpg) no-repeat;	
	position:absolute; bottom:3px; right:7px;
}

.boxC
{
	width:737px;
}
.boxC .top
{
	height: 9px;
	background: url(../pics/boxC_top.png) top left no-repeat;
}
.boxC .middle
{
	background: url(../pics/boxC_middle.png) top left repeat-y;
}
.boxC .bottom
{
	height: 9px;
	background: url(../pics/boxC_bottom.png) top left no-repeat;
}

.aktion
{
	background: url(../pics/dolcevita.jpg) center  no-repeat;
	height: 422px;
	position: relative;
}

.aktion p
{
	position: absolute;
	top: 352px;
	right: 12px;
	font-weight: bold;
	color:#fff;
	width:255px;
}
.aktion p b
{
	font-size: 135%;
	margin-left: -1px;
}
.aktion p a
{
	text-decoration: none;
	color: #fff;
	font-size:15px;
}

.aktion p a:hover
{
	text-decoration: underline;
}

.aktion .title
{
	position: absolute;
	top: 280px;
	left: -16px;
	width: 356px;
	height: 81px;
	background: url(../pics/herbstgenuss_text.png) top left no-repeat;
	display:none;
}

.aktion .desc
{
	position: absolute;
	top: 210px;
	left: 330px;
	width: 265px;
	height: 211px;
	background: url(../pics/aktion.png) top left no-repeat;
	display:none;
}

#schnell_frisch_lecker
{
	margin-top: 35px;
	background: url(../pics/schnell_frisch_lecker.png) 35px 0 no-repeat;
	width: 140px;
	height: 79px;
}

a.red
{
	display: block;
	text-decoration: none;
	color: #c42126;
	background: url(../pics/arrow2.png) 2px 4px no-repeat;
	text-indent: 18px;
	font-weight: bold;
}

#formBewertung table
{
	padding:0;
	margin:0;
}

#formBewertung th
{
	text-align:left;
	font-weight:bold;
	background:#F2EEBB;
}

#formBewertung input[type=text], #formBewertung textarea
{
	width:300px;
	padding:1px 3px;
	font-size:1em;
	border:1px solid #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#formBewertung textarea
{
	width:350px;
	height:120px;
}

#formBewertung td.smilie
{
	text-align:center;
	width:110px;
}

#formBewertung td.smilie img
{
	margin-bottom:5px;
}

#content h2
{
	margin:0 0 10px 0;
	padding:5px 0 5px 11px;
	background:#C31E24;
	color:#fff;
	font-size:1.5em;
	margin-left:-10px;
	margin-top:-10px;
	width:557px;
}

#content h3
{
	margin:0 0 10px 0;
	padding:0;
	color:#C31E24;	
	font-size:1.2em;
}

.form_addons { display:none; }

.tooltip{
	color:#888;
	font-size:11px;
}

.tooltip a{
	color:#C31E24;
	text-decoration:none;
}

#WzBoDy{
	padding:2px;
}

.headerImage { display:none; }

.require {
	background:#fa8888;	
}

.success {
	background:#3C0;
	padding:2px 5px;
	border:1px solid #060;
}