@charset "UTF-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
html, body {
	color: #111;
	font-size: 12px;
	font-family: Tahoma, Verdana;
	line-height: 14px;
	background-color:#eeeeee;
	text-align: center;
	height: 100%;
	background-image:url(../global/images/bg_html.jpg);
	background-repeat:repeat;
}
#verlaufsrahmen{
	background-image:url(../global/images/bg_body.jpg);
	background-repeat:repeat-x;
}
#hauptrahmen {
	text-align: left;
	position: relative;
	width:960px;
	margin: 0 auto;
	min-height: 100%;
	height:auto !important;
	height:100%;
	margin: 0 auto;
}
#twitter{
	position:absolute;
	left:910px;
	top:125px;
}
#twitterlink{
	position:absolute;
	left:910px;
	top:125px;
	z-index:100;
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
}

#kopf{
	width:901px;
	height: 439px;
	position:absolute;
	top:0px;
	left:30px;

}
#kopf #bilddiv{
	position:absolute;
	top:82px;
	left:0px;
}
#kopf #bilddiv #flashdiv{
	position:absolute;
	top:20px;
	left:20px;
}
#kopf #bilddiv #schatten_oben, #kopf #bilddiv #schatten_unten, #kopf #bilddiv #schatten_links, #kopf #bilddiv #schatten_rechts{
	position:absolute;
	background-repeat:no-repeat;
}
#kopf #bilddiv #schatten_oben{
	left:0px;
	top:0px;
	background-image: url(../global/images/bilddiv_schatten_oben.png);
	width:901px;
	height:20px;
}
#kopf #bilddiv #schatten_unten{
	left:0px;
	top:340px;
	background-image: url(../global/images/bilddiv_schatten_unten.png);
	width:901px;
	height:20px;
}
#kopf #bilddiv #schatten_links{
	left:0px;
	top:20px;
	background-image: url(../global/images/bilddiv_schatten_links.png);
	width:901px;
	height:321px;
}
#kopf #bilddiv #schatten_rechts{
	left:880px;
	top:20px;
	background-image: url(../global/images/bilddiv_schatten_rechts.png);
	width:20px;
	height:321px;
}

#logo{
	position:absolute;
	top:22px;
	left:16px;
}

#navigation{
	position:absolute;
	top:55px;
	left:330px;
	text-align:right;
}
#navigation ul{
	list-style-type:none;
	float:right;
}
*html #navigation ul{
	margin-right:10px;
}

*+html #navigation ul{
	margin-right:10px;
}

#navigation ul li{
	font-size:12px;
	float:left;
	
}
#navigation ul li a{
	height:23px;
}

#content{
	width:908px;
	padding-top:437px;
	margin-left:30px;
}
#content_abschluss_oben{
	width: 901px;
	height: 15px;
	background-image: url(../global/images/bg_content_abschluss_oben.png);
	border-top:solid 1px transparent;
	border-bottom:solid 1px transparent;
	background-repeat: no-repeat;
}
*+html #content_abschluss_oben{
	border-top:none;
	border-bottom:none;	
	margin-bottom:-1px;
}
*html #content_abschluss_oben{
	border-top:none;
	border-bottom:none;	
}
#content_mitte{
	background-image: url(../global/images/bg_content_mitte.png);
	width: 901px;
	border-top:solid 1px transparent;
	border-bottom:solid 1px transparent;
}
*+html #content_abschluss_mitte{
	border-top:none;
	border-bottom:none;	
}
*html #content_abschluss_mitte{
	border-top:none;
	border-bottom:none;	
}

#content_abschluss_unten{
	width: 901px;
	height: 23px;
	background-image: url(../global/images/bg_content_abschluss_unten.png);
	background-repeat: no-repeat;
	background-position: left -1px;
	border-top:solid 1px transparent;
	border-bottom:solid 1px transparent;
}
*+html #content_abschluss_unten{
	margin-top:-1px;
	border-top:none!important;
	border-bottom:none!important;	
}
*html #content_abschluss_unten{
	margin-top:-1px;
	border-top:none!important;
	border-bottom:none!important;	
}



#fliesstext{
	margin-left:56px;
	padding-bottom:25px;
	padding-top:20px;
	width:540px;
	min-height:350px;
}
*+html #fliesstext{
	height:auto;
}
*html #fliesstext{
	height:350px;
}
#fliesstext p{
	line-height:18px;
	margin-bottom:18px;
}
#fliesstext ul, #fliesstext ol{
	line-height:18px;
	margin-bottom:18px;
	margin-left:20px;
}


#fuss{
	position:relative;
	height:23px;
	padding-left:45px;
}
#fuss ul{
	position:absolute;
	list-style-type: none;
	right:45px;
}
#fuss ul li{
	display:inline;
}


/* ----- */

h1{
	margin-left:-3px;
	margin-bottom:10px;
	font-weight: normal;
	line-height:30px;
}
h2{
	color:#666;
	font-weight:bold;
	font-size:13px;
	line-height:20px;
}
h3{
	color:#849927;
	font-weight:normal;
	font-size:12px;
	line-height:20px;
}

#fliesstext p{
}

#fliesstext ul{
}

#fliesstext .klappauflistung{
	margin-top:12px;
	margin-bottom:12px;
	width:220px;;
}
#fliesstext .klappauflistung li{
	list-style-type:none;
	color: #9e032a;
	margin-top:8px;
	margin-bottom:8px;
	position:relative;
	cursor:pointer;
}
#fliesstext .klappauflistung li:hover{
	color: #ed1847;
	padding-left:10px;
}
#fliesstext .klappauflistung li ul{
	position:absolute;
	top:-14px;
	left:180px;
	border-left:dotted 1px #ed1847;
	display:none;
	width:300px;
}
#fliesstext .klappauflistung li ul li{
	list-style-type:none;
	margin-top:4px;
	margin-left:20px;
	margin-bottom:4px;
	color: #ed1847;
}

/* FORMULARE */
.formkontainer_mitte form{
	margin-left:30px;
	padding-top:10px;
	padding-bottom:20px;
}
.formzeile, .formzeile_opt{
	width: 470px;
	height: 25px;
	padding-bottom: 10px;
}
.formzeile_opt{
	padding-bottom: 0px;
}
.formbeschriftung {
	width: 100px; float: left;
	margin-top:4px;
}
.formzeile_opt .formbeschriftung{
	line-height:10px;
}
.formfelder { color: #333; float:right;width: 350px; }
.textinput, select {
	color: #333;
	font-size: 11px;
	font-family:tahoma;
	width: 350px;
	height: 19px;
	border:none;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	background:url(../global/images/bg_input.png) no-repeat;
	background-repeat:no-repeat;
}
select{
	width:364px;;
	height: 24px;	
	padding:0px!important;

}
.area {
	color: #333;
	font-size: 11px;
	font-family: tahoma;
	line-height: 18px;
	width: 350px;
	height: 122px;
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	background:url(../global/images/bg_area.png) no-repeat;
	background-repeat:no-repeat;
	border:none;
	margin-bottom:10px;
}	
.submitbutton { margin-right:-5px; margin-top:0px; }
*+html .submitbutton { margin-right:-5px; margin-top:20px; }

.formkontainer_oben{
	width:533px;
	height:30px;
	background:url(../images_de/poken_bestellen/bg_formularkasten_oben.png) no-repeat;
	background-repeat:no-repeat;
}
.formkontainer_mitte{
	width:533px;
	background:url(../images_de/poken_bestellen/bg_formularkasten_mitte.png) no-repeat;
	background-repeat:repeat-y;
}
.formkontainer_unten{
	width:533px;
	height:30px;
	background:url(../images_de/poken_bestellen/bg_formularkasten_unten.png) no-repeat;
	background-repeat:no-repeat;
}
#formkontainer{
	margin-top:-3px;
	margin-left:-2px;
}
*+html #formkontainer{
	margin-top:-3px;
	margin-left:-2px;
}



/* ----------- */

#fliesstext p a, #fliesstext h2 a{
	color:#111;
	text-decoration: none;
	border-bottom:dotted 1px #111;
}
#fliesstext p a:hover{
	color:#849927;
	border-bottom:solid 1px #849927;
}
.fontahide{
	display:none;
}

.altionskasten{
	position:absolute;
	width:227px;
	left:655px;
	top:470px;
}
.altionskasten h2{
	margin: 0px;
}
.altionskasten_mitte{
	background-image: url(../global/images/bg_aktionskasten_mitte.png);
	background-repeat: repeat-y;
	position:relative;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
	padding-top:5px;
	text-align: center;
}
.altionskasten_unten{
	background-image: url(../global/images/bg_aktionskasten_unten.png);
	background-repeat: repeat-y;
	height:20px;
	width:227px;
}
.altionskasten_mitte h3{
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	margin-bottom:5px;
}
.altionskasten_mitte .preis{
	position:absolute;
	text-align:center;
	background-image: url(../global/images/bg_aktionskasten_preis.png);
	background-repeat: no-repeat;
	font-size: 18px;
	width:90px;
	height:42px;
	line-height:40px;
}
.altionskasten_mitte .angebot{
	position:relative;
}
#meldungsstreifen, #meldungsstreifen_fehler{
	position:fixed;
	top:0px;
	width:100%;
	left:0px;
	line-height:50px;
	font-size:20px;
	background:#f3f6e5;
	opacity:0.9;
	text-align:left;
	color:#111;
	border-bottom:solid 1px #a2bd30;
}
#meldungsstreifen_fehler{
	background:#ffcccc;
	opacity:0.9;
	text-align:left;
	border-bottom:solid 1px #cc0000;
}

#meldungsstreifen img, #meldungsstreifen_fehler img{
	margin:20px;
	margin-bottom:16px;
}

.optionimg{
	float:left;
	margin-right:5px;
	cursor:pointer;
}

.videokasten{
	width:540px;
	margin-bottom:15px;
}
.videokasten h2, .videokasten h2 a, .videokasten h3, .videokasten h3 a{
	padding-bottom:0px;
	color:#eeeeee!important;
	margin-bottom:5px;
	padding-bottom:2px;
}
.videokasten h2 a, .videokasten h3 a{
	border-bottom: dotted 1px #eee!important;
}
.videokasten p{
	text-align: right;
	margin:0px!important;
	padding-right: 10px;
}
.videokasten p a:hover{
	color:#eee!important;
	border-bottom: solid 1px #eee!important;
}
.videokasten .videokasten_oben{
	background-image: url(/global/images/videokasten_oben.png);
	background-repeat: no-repeat;
	height:10px;
}
.videokasten .videokasten_mitte{
	background-image: url(/global/images/videokasten_mitte.png);
	background-repeat: repeat-y;
	padding-left:10px;
}
.videokasten .videokasten_unten{
	background-image: url(/global/images/videokasten_unten.png);
	background-repeat: no-repeat;
	height:10px;
}
.pokenthumb{
	margin:2px!important;
	border:solid 1px #7b9a09;
}
.pokenthumb:hover{
	border:solid 1px #333;
}
