/* CSS Document */
/* Default */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ebebeb;
	background-image: url(../Bilder/Layout/Background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #737374;
	text-decoration: none;
}
/* Page Layout */
#lay_mainpage {
	margin:0px auto;
	width: 950px;
	text-align:left;
}
#lay_top {
	width:918px;
	height: 176px;
}
#lay_top_logo {
	padding-top:38px;
	float:left;
}
#lay_nav {
	width: 670px;
	height: 28px;
	padding-top: 98px;
	*padding-top: 0px;
	margin-left: 240px;
}
#lay_content {
	width: 842px;
	clear:both;
	margin-left: 108px;
}
#lay_footer {
	width: 800px;
	height: 20px;
	clear:both;
	margin-left: 76px;
	font-size: 11px;
	color: #737374;
	text-align:center;
	padding-top: 20px;
}
#lay_footer a {
	color:#737374;
	text-decoration:none;
}
#lay_footer a:hover {
	color:#e4b728;
}
/* Column-Type styles */
.con_line {
	clear:left;
}
.con_1col {
	width: 152px;
	height: 152px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.con_2col {
	width: 314px;
	height: 152px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.con_3col {
	width: 476px;
	height: 152px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.con_4col {
	width: 638px;
	height: 152px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.con_5col {
	width: 800px;
	height: 152px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.bg_red {
	background-color: #7f0f11;
}
.bg_white {
	background-color: #ffffff;
}
.bg_white_blue {
	background:#c6d6f5 url(../Bilder/Layout/headline_blue.jpg) repeat-x;
}
.bg_blue {
	background-color: #2759b8;
}
.bg_lightred {
	background-color: #d6961b;
}
.bg_yellow {
	background-color: #ffcc33;
}
.bg_green {
	background-color: #628543;
}
.bg_orange {
	background-color: #d4961b;
}
.bg_bluegray {
	background-color: #333367;
}
.bg_rose {
	background-color: #d45f54;
}
.bg_lila {
	background-color: #791144;
}

/* 
fitatall Farbwechsel auf Kundenwunsch:
farbe alt/neu
red: #7f0f11 / #651516
blue: #5187d4 / #2759b8
lightred: #c5561f / #d6961b
yellow: #e4b728 / #ffcc33
green: #538540 / #628543
orange: #db8e3e / #d4961b
bluegray: #555577 / #333367
*/
.con_pad {
	padding: 10px;
}
* html b\ody .con_pad {
	height: 132px;
}
/* Content & Content Text Styles */
.con_1col_shop {
	width: 194px;
	height: 340px;
	float:right;
	margin-bottom:10px;
	background-image: url(../Bilder/Layout/Shop_BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.con_border_bottom_blue {
	border-bottom: dotted 1px #5187d4;
	padding-bottom: 10px;
}
.con_pic_overview {
	width: 152px;
	height: 152px;
	overflow:hidden;
	margin-right:8px;
	margin-bottom: 8px;
}
.con_pic_ov_text {
	text-align:center;
	vertical-align:middle;
	font-size: 11px;
	line-height: 13px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top: 110px;
	height: 42px;
	background-image: url(../Bilder/Inhalt/Allgemein/bg_gray_152.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow:hidden;
}
.con_pic_ov_text a {
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	padding: 3px;
}
.con_pic_ov_text a:hover {
	color: #7f0f11;
	text-decoration:none;
	background-color:#FFFFFF;
}
* html b\ody .con_pic_ov_text {
	background-image:none;
	background-color:#999999;
}
.qfrc_navtext {
	display:block;
	text-align:center;
	border-top: solid 1px #737374;
	border-bottom: solid 1px #737374;
	color: #000000;
	padding: 3px;
	margin-right: 42px;
}
.qfrc_navtext a, .qfrc_navtext a:hover {
	border: none;
}
.qfrc_navtext img {
	vertical-align:bottom;
}
.con_login_input {
	width:120px;
	padding-left:5px;
	color: #ffffff;
	clear:both;
	margin-bottom: 10px;
	border: solid 2px #ebebeb;
	text-shadow: #d0d0d0 1px 1px 1px;
	width: 150px;
	height:26px;
	background:#ffcc33;
	background: -moz-linear-gradient(center top, rgb(241,174,35), rgb(255,203,51));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(241,174,35)), to(rgb(255,203,51)));
	border-radius:5px;
	/*
	background:#ffcc33;
	border:1px solid #7F0F11;
	*/
}
.con_login_input:hover, .con_login_input:focus  {
	background: -moz-linear-gradient(center top, rgb(255,203,51), rgb(241,174,35));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(255,203,51)), to(rgb(241,174,35)));
}
.con_login_button {
	width:120px;
	color: #FFFFFF;
	clear:both;
	cursor:pointer;
	height:30px;
	text-shadow: #9c9d9d 1px 1px 1px;
	border: solid 2px #ebebeb;
	width: 120px;
	background:#791144;
	background: -moz-linear-gradient(center top, rgb(174,64,118), rgb(118,14,65));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(174,64,118)), to(rgb(118,14,65)));
	border-radius:5px;
	float:left;
	margin:-80px 0 0 170px;
	/*
	border: solid 1px #ebebeb;
	background:#7F0F11;
	*/
}
.con_logout_button {
	width:120px;
	color: #FFFFFF;
	clear:both;
	cursor:pointer;
	height:23px;
	text-shadow: #9c9d9d 1px 1px 1px;
	border: solid 2px #ebebeb;
	width: 120px;
	background:#791144;
	background: -moz-linear-gradient(center top, rgb(174,64,118), rgb(118,14,65));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(174,64,118)), to(rgb(118,14,65)));
	border-radius:5px;
	float:left;
	margin:-10px 0 0 170px;
	text-align:center;
	padding-top:7px;
	/*
	border: solid 1px #ebebeb;
	background:#7F0F11;
	*/
}
.con_logout_button:hover {border-bottom:2px solid white;}


.vergessen {margin:0px;}

.con_login_button:hover, .con_login_button:focus { 
	background: -moz-linear-gradient(center top, rgb(118,14,65), rgb(174,64,118));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(118,14,65)), to(rgb(174,64,118))); 
}
.con_start_login_bg {
	background-image:url(../Bilder/Inhalt/Anmeldung/start_login_bg.jpg);
}
/* Text Styles */
h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #ffcc33;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #7f0f11;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #2759b8;
}
h4 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #628543;
}
h5 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #737374;
}
h6 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #737374;
}
/* 
fitatall Farbwechsel auf Kundenwunsch:
farbe alt/neu
red: #7f0f11 / #651516
blue: #5187d4 / #2759b8
lightred: #c5561f / #d6961b
yellow: #e4b728 / #ffcc33
green: #538540 / #628543
orange: #db8e3e / #d4961b
bluegray: #555577 / #333367
*/
a {
	text-decoration: none;
	color: #7f0f11;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #737374;
	text-decoration: none;
}
p a {
	text-decoration: none;
	color: #7f0f11;
	border-bottom: dotted 1px #e4b728;
}
p a:hover {
	text-decoration: none;
	color: #e4b728;
	border-bottom: dotted 1px #7f0f11;
}
ul, ol {
	padding-left: 20px;
}
li {
	padding-bottom: 2px;
	list-style-image: url(../Bilder/Layout/circle.gif);
}
.txt_text_schwarz {
	color: #000000;
}
.txt_text_fett_schwarz {
	color: #000000;
	font-weight:bold;
}
.txt_text_fett_lila {
	color: #791144;
	font-weight:bold;
	font-size:20px;
	font-style:italic;
	text-indent:-11px;
	padding-left:11px;
	line-height:24px;
}
.txt_text_fett_weiss {
	color: #ffffff;
	font-weight:bold;
}
.txt_headline_weiss {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #ffffff;
}
.txt_headline_lila {
	color:#791144;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.txt_headline_rot {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #800f11;
}
.txt_headline_blau_top {
	color:#2c4187;
	font-weight:bold;
}
.txt_text_klein {
	font-size: 11px;
	line-height: 13px;
}
.txt_cloud {
	text-decoration: none;
	color: #737374;
	font-weight:normal;
	line-height: 25px;
}
.txt_cloud:hover {
	color: #7f0f11;
}
.txt_link_weiss {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: dotted 1px #e4b728;
}
.txt_link_weiss:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: dotted 1px #7f0f11;
}
.txt_link_lila {
	text-decoration:underline;
	border:none;
	color: #791144;
	display:block;
	text-align:right;
}
.txt_link_lila:hover {
	border:none;
}
.txt_link_aufgelb {
	color: #737374;
}
.txt_link_aufgelb:hover {
	color: #791144;
}
.txt_link_gelb {
	color: #ffcc33;
}
.txt_link_gelb:hover {
	border:none;
}
.txt_weiss {
	color:#FFFFFF;
}
/* compose wysiwyg styles */

.txt_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.txt_text_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
.txt_ueberschrift1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #d6832e;
}
.txt_ueberschrift2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.txt_ueberschrift3 {
	font-size: 14px;
	font-weight: bold;
	color: #3d3d3d;
}

#lang {
	margin-top : 10px;
	margin-left : 150px;
}

#lang img {
	border : none;
}

#qTip {
 padding: 5px;
 border: 1px solid #ffffff;
 display: none;
 background: #e4b728;
 color: #FFF;
 font: bold 11px Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 left:-120px;
 z-index: 1000;
}

.txt_playlist li {
list-style:decimal-leading-zero;
font-size:12px;
list-style-position:inside;
border-bottom: solid 1px #7f0f11;
margin-right: 10px;
padding: 5px;
}
.txt_playlist li a {
padding: 0px;
}
.txt_playlist li:hover {
color: #7f0f11;
background-color:#ffcc33;
}
.txt_playlist_active {
color: #7f0f11;
background-color:#ffcc33;
}

.aufhaenger {padding-top:250px;padding-bottom:20px;*padding-bottom:24px;}
