@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/body_bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	display: block;
}

input {
	display: block;
}

#rahmen_gesamt {
	float: left;
	width: 100%;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}

#rahmen {
	margin: 0 auto;
	width: 990px;
}

#bild {
	float: left;
	width: 990px;
	height: 230px;
	background-image:url(../images/bild.jpg);
	background-position:right;
	background-repeat:no-repeat;
	display:none;
}

#top {
	float: left;
	width: 990px;
	height: 230px;
	background-image:url(../images/top_bg.png)!important;
	background:none;
	filter: !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top_bg.png', sizingMethod='image');
	position: relative;
}

#logo {
	float: left; 
	width: 960px;
	height: 122px;
	padding: 20px 0 0 30px;
	
}

#navigation {
	float: left; 
	width: 410px;
	padding-left: 10px;
	padding-bottom: 23px;
	}

#navigation a {
	text-decoration: none;
	color: #FFFFFF;
}

#navigation ul li {
	float: left;
	height: 40px;
	width: 108px;
	line-height: 35px;
	text-align: center;
	background-image:url(../images/nav_top_unsel.png)!important;
	background-repeat:no-repeat;
	background:none;
	filter: !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_top_unsel.png', sizingMethod='image');
}

#navigation ul li.active {
	float: left;
	height: 40px;
	width: 108px;
	line-height: 35px;
	text-align: center;
	background-image:url(../images/nav_top_sel.png)!important;
	background-repeat:no-repeat;
	background:none;
	filter: !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_top_sel.png', sizingMethod='image');
}

#navigation ul li.active a {
	color:#31409c;
	font-weight:bold;
}

#spruch {
	position: absolute;
	width: 199px;
	height: 41px;
	right: 45px;
	top: 150px;
	background-image: url(../images/claim.png) !important;
	background-repeat:no-repeat;
	background:none;
	filter: !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/claim.png', sizingMethod='image');
}

#breadcrumb {
	float: left;
	width: 970px;
	height: 15px;
	padding-left: 20px;
	line-height: 15px;
	clear: both;
	color: #31409c;
	font-size: 10px;
}

#breadcrumb a {
	text-decoration: none;
	color: #31409c;
	font-size: 10px;
}

#container_top {
	float: left;
	width: 990px;
	height: 12px;
	background-image:url(../images/container_top_bg.gif);
}

#container {
	float: left;
	width: 990px;
	background-image:url(../images/container_bg.gif);
}

#linke_spalte {
	float: left;
	width: 230px;
	padding: 20px 0 20px 0;
	display:none;
}

#linke_spalte h2 {
	font-size: 1.1em;
	padding: 0 0 10px 20px;
	color:#e11230;
}

#linke_spalte a {
	text-decoration:none;
	color:#2d2d2d;
}

#linke_spalte #menu {
	line-height: 25px;
	padding: 0 0 30px 10px;
}

#linke_spalte #menu li {
	width: 189px;
	padding-left: 0px;
	background-image:url(../images/nav_unsel.gif);
	background-position:0px -2px;
	background-repeat:no-repeat;
}

#linke_spalte #menu li.active {
	background-image:url(../images/nav_sel.gif);
	background-repeat:no-repeat;
	font-weight: bold;
}

#linke_spalte #menu li.active a {
	color:#31409c;
}

#linke_spalte #menu li.ebene2 {
	background-image:url(../images/sonst_menu_unsel.gif);
	background-position:0px -2px;
	width: 174px;
	padding-left: 23px;
	line-height: 20px;
}

#linke_spalte #menu li.ebene2_active {
	background-image:url(../images/shop_menu_unsel.gif);
	padding-left: 23px;
	line-height: 20px;
	font-weight:bold;
	width: 174px;
}

#linke_spalte #menu li.ebene2_active a {
	color:#31409c;
}

#linke_spalte #sonst_menu {
	width: 219px;
	background-color:#f6f6f6;
	line-height: 25px;
	padding: 10px 0 10px 10px;
}

#linke_spalte #sonst_menu li {
	padding-left: 23px;
	background-image:url(../images/sonst_menu_unsel.gif);
	background-position:0px -1px;
	background-repeat:no-repeat;
}

#sonst_menu li.active a{
	font-weight: bold;
}

#mitte {
	float: left;
	width: 480px;
	padding: 0 20px 20px 20px;
	line-height: 1.4em;
}

#suche {
	float: left;
	width: 480px;
	display:none;
}

#artikelsuche {
	float: left;
	width: 120px;
	height: 34px;
	padding: 0 15px 0 0;
	background-image:url(../images/suche_bg.gif);
	background-repeat:no-repeat;
	text-align:right;
	color:#ffffff;
	font-size: 0.9em;
	border: none;
	margin-left: 20px;
	cursor:pointer;
}

#suchen {
	float: left;
	margin-top:6px;
	width: 322px;
	height: 21px;
	padding:4px 4px 0 4px;
	background-color:#f8f8f8;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #eeeeee;
	font-size:1.2em;
}

#content {
	float: left;
	width: 480px;
	padding-top: 20px;
}

#content img {
	display: inline;
}

h1 {
	font-size: 1.4em;
	padding: 0 0 1em 0;
	color:#e11230;
}

#rechte_spalte {
	float: left;
	width: 240px;
		line-height: 1.3em;
}

#rechte_spalte a {
	text-decoration: none;
	color:#000000;
}

#rechte_spalte h4 {
	font-weight: normal;
	font-size: 0.9em;
	padding: 0.7em 0 0.4em 0;
}

#rechte_spalte h5 {
	font-weight: normal;
	font-size: 0.9em;
	padding: 0.6em 0 0.4em 0;
	float:left;
}
.customer_logo {
	border: 1px solid #FFFFFF;
	margin: 8px 8px 8px 0;
	float: left;
}

#rechte_spalte .login_buttons {
	clear: both;
	padding: 10px 0 0 0;
	display:none;
}

#rechte_spalte .login_buttons div a {
	font-size: 11px;
	font-weight: bold;
}
#rechte_spalte .login_buttons div {
	float: left;
	width: 80px;
	height: 76px;
	text-align: center;	
	padding: 0 5px 0 5px;
}

#rechte_spalte .login_buttons div.clear  {
	padding: none;
	float: none;
	height: 1px;
	line-height: 1px;
}

.login_buttons img{
	float:left;
	padding:0 8px 0 0;
}

#login-form .login_input{
	width: 127px;
	height: 14px;
	padding:2px 1px 0 1px;
	border: 1px solid #c3c3c4;
	background-image:url(../images/input_bg.gif);
	font-size: 0.9em;
	vertical-align:middle;
}

#login-form .shop_form_button{
	width: 70px;
	height: 14px;
	padding:0 1px 2px 1px;
	border: 1px solid #c3c3c4;
	background-image:url(../images/input_submit_bg.gif);
	font-size: 0.9em;
	vertical-align:middle;
}

#login-form input[type=hidden]
{	
    display: none !important;
}

#login-form .anmelden {
	width: 131px;
	height: 20px;
	padding: 0px;
	margin-top: 10px;
	background-image:url(../images/input_submit_bg.gif);
	border: 1px solid #b9b9b9;
	cursor:pointer;
}

#guthaben_warenkorb {
	padding-top: 10px;
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
}

#bestellungen_datenschutz {
	list-style:square;
	padding: 15px 0 0 15px;
	font-size: 0.9em;
	line-height: 1.3em;
}

.news {
	float: left;
	width:239px;
}

.news_top {
	float: left;
	width: 239px;
	height: 22px;
}

.news_content {
	float: left;
	width: 220px;
	padding: 0 0 0 19px;
}

.news_bild {
	float: left;
	width: 200px;
	height: 60px;
	background-color:#000066;
	background-image:url(../images/newsbild.jpg);
}

.news_bild_over {
	float:left;
	width: 200px;
	height:13px;
}

.news_text {
	float: left;
	width: 180px;
	padding: 10px 10px 0 10px;
}

.news_text h2 {
	padding: 0 0 0.5em 0;
	color: #e11230;
}

.news_bottom {
	float: left;
	width: 239px;
	height: 22px;
}


.news2 {
	float: left;
	width:239px;
}

.news2_top {
	float: left;
	width: 239px;
	height: 22px;
}

.news2_content {
	float: left;
	width: 220px;
	padding: 0 0 0 19px;
}

.news2_bild {
	float: left;
	width: 200px;
	height: 60px;
	cursor:pointer;
}

.news2_bild_over {
	float:left;
	width: 200px;
	height:13px;
}

.news2_text {
	float: left;
	width: 200px;
	padding: 10px 0 0 0;
	line-height: 1.4em;
}

.news2_text h2 {
	padding: 0 0 0.3em 0;
}

.news2_text h3 {
	padding: 0 0 0.5em 0;
	font-weight:normal;
	font-size:0.9em;
}

.news2_bottom {
	float: left;
	width: 239px;
	height: 22px;
}


#container_bottom {
	float: left;
	width: 940px;
	height: 50px;
	padding: 0 50px 0 0;
	line-height: 65px;
	font-size: 0.9em;
	text-align:left;
	color:#7e7f83;
}

.anleitungen  {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.anleitungen p {
	margin: 0px;
}

.anleitungen .sub {
	background-color:#f6f6f6;
	margin: 0 0 5px 0px;
	padding: 5px;
}

.limit_alert {
	background-color: #ee1d25;
	color: white;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}


.telemediengesetz{
	width:240px;
	font-size:10px;
}

input{
	width:250px;
	border:1px solid #cccccc;
	background-color:transparent;
	margin:2px 0 0 0;
}

textarea{
	width:250px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
	overflow:auto;
	background-color:transparent;
	margin:2px 0 0 0;
}

#subjekt{
	border:0px;
}

.absenden{
	border:1px solid #cccccc;
	width:255px;
	cursor:pointer;
	background-image:url(../images/input_submit_bg.gif);
}

select{
	width:252px;
	border:1px solid #cccccc;
	background-color:transparent;
	margin:2px 0 0 0;
}

.hidden, #header_option{
	border:0px;
}

.checkbox{
	width:30px;
}

p.info {
	margin-top: 40px;
	border: 1px dotted #CCCCCC;
	padding: 8px;
	clear: both;
	font-size: 11px;
}

.table_list {
	border: 1px solid #F0F0F0;
	border-top: none;
}
.table_list td{
	padding: 5px 0 5px 3px;
}

.table_list td.table_dark {
	background-color: #F0F0F0;
}
.table_list td.table_bright {
	background-color: #FFFFFF;
}

div.clear {
	height: 1px;
	line-height: 1px;
	clear: both;
}

select.year_select {
	width: 60px;
}

select.datum_select {
	width: 110px;
}

.image_max{
	float:left;
	margin:0 10px 1px 0;
	border:1px dotted #cccccc;
	padding:2px;
}

.transparent {
	filter: alpha(opacity: 40);
	opacity: 0.40;
	cursor:default;
	-moz-opacity: 0.40;
}