* {
	margin:0;
	padding:0;
}

html,body {
	height:100%;
}

body {
	margin: 0px 0 20px 0;
	padding: 0;
	text-align:center;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 8pt;
	overflow-x: hidden;
}

img {
	border: 0;
}

dl.csc-textpic-image dd
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd 
{
	float: none;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	font-size:x-small;
	background-color:#ededed;
	padding-left: 5px;
}

	
/* Überschriften */

h1 {
	color: #9f3030;
	font-size:11pt;
	font-weight:bold;
	margin-bottom: 20px;
}

h2 {
	color: #666666;
	font-size:10pt;
	font-weight:bold;
	margin: 20px 0 10px 0;
}

h3 {
	color: #CC0000;
	font-size:9pt;
	font-weight:bold;
}

h4 {
	color: #CC0000;
	font-size:9pt;
	font-weight:bold;
}

h6 {
	color: #FFFFFF;
	background-color: #666666;
	font-size:10pt;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px;
	text-indent: 10px;
	width: 195px;
}

h5 {
	color: #CC0000;
	font-size:10pt;
	font-weight:bold;
	margin: 20px 0 10px 0;
}

/* Links */

a:link, a:visited, a:active {
	color: #666;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color: #990000;
	text-decoration:underline;	
	font-weight: bold;
}

/* Formelemente */

input, textarea, select {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #666666;
}

#page {
	margin:0 auto;
	text-align:left;
	min-height:100%;
	height: auto;
	width: 1000px;
	padding: 0 8px 0 8px;
	background-image: url(../../images/page_bg.gif);
	background-repeat: repeat-y;
	background-color: transparent;
}

#page_bottom {
	background-image: url(../../images/page_bottom_bg.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 1016px;
	height: 8px;
	margin-left: -7px;
}

/*#flag_right {
	background-color:#FFFFFF;
	background-image:url(../../images/flag_right.gif);
	background-repeat:no-repeat;
	height:104px;
	left:1189px;
	position:absolute;
	top:200px;
	width:145px;
}*/

#flag_right {
	background-color:#FFFFFF;
	background-image:url(../../images/flag_right.gif);
	background-repeat:no-repeat;
	height:104px;
	width:145px;
	margin-left: 1002px;
	margin-top: 220px;
	position: absolute;
}

#stripe_top {
	height: 17px;
	width:1002px;
	background-color:#E1E1E1;
}

#slogan {
	position: relative;
	top: 10px;
	right: 65px;
	text-align: right;
	color: #f27d0b;
	font-size: 15px;
	font-weight: bolder;
}

#logo {
	float:left;
	position:relative;
	bottom: 5px;
	left: 7px;
	height: 70px;
	width: 645px;
	color: #666666;
	font-size: 16pt;
	/* margin: 0 0 20px 5px; */
}

#logo .red {
	color: #CC0000;
}


#suche_container {
	margin: 22px 0px 80px 0px;
}

#suche_container .suche_left {
	background-image: url(../../images/search_left.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	height: 47px;
	width: 8px;
	float: left;
}

#suche_container .suche_right {
	background-image: url(../../images/search_right.gif);
}

#suche {
	float:left;
	height: 47px;
	width: 320px;
	color: #666666;
	font-size: 16pt;
}

/*
 * NAVIGATION
 */
 
#navi_desc {
	float: left;
	width: 214px;
	height: 16px;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 7px 0px 10px 16px;
	border-right: 1px solid #ccc;
}
 
#navi {
	position: absolute;
	top: -45px; /* 115 */
	width:996px;
	height:33px;
	margin-left: -7px; /* 3 */
	background-image:url(../../images/nav_bg.gif);
}

ul.menu, ul.menu ul {
    list-style-type: none;
}

ul.menu a {
    display: block;
    padding: 7px 10px 3px 10px;
    height: 23px;
    color: #fff;
    font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #ccc;
}

ul.menu a.active {
	background-color: #f27d0b;
}

ul.menu ul a {
    padding: 0 10px;
    color: #fff;
    font-size: 10px !important;
	font-weight: bold;
	text-decoration: none;
	border-right: none;
}

ul.menu ul a.sl_active {
	text-decoration: underline;
}

ul.menu li {
    padding:0;
    margin:0;
    height: 33px;
    float:left;
}

ul.menu li:hover {
	background-color: #f27d0b;
}

ul.menu ul {
    margin-left:0;
    padding: 0 0 5px 0;
    position: absolute;
    display:none;
    width:180px;
    z-index: 100000;
}

ul.menu ul li:hover {
	background-color: #f27d0b;
}

/* *html ul.menu ul {
    width: 180px;
} */

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}

ul.menu ul li {
    float: none;
    height: 15px;
    padding: 5px 0 5px 0;
    background-color: #666;
}


#unten {
	clear:both;
	position: relative;
	top: 45px;
	left: 0px;	
	width:945px;
	margin: 5px 10px;
	margin-bottom: 34px;
}

/*
 * SUBNAVI
 */
#subnavi {
	position: absolute;
	top: -9px;
	left: -5px;
	color: #666666;
	width: 223px;
	background-color: #E8E8E8;
	margin-right: -5px;
	margin-bottom: 6px;
	/* margin-top: -1280px; */
}

#subnavi h6 {
	color: #333;
	height: 20px;
	padding-top: 4px;
	background-color: #d8d8d8;
	background-image: url(../../images/subnav_header_bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	width: 223px;
}

#subnavi h6 img {
	padding: 0;
	margin-right: 7px;
}

#subnavi select {
	border: 1px solid #cbcbcb;
	padding: 10px;
	width: 203px !important;
	margin-bottom: 14px !important;
}

* #subnavi {
	padding: 0px 0px 0px 0px;
}

#subnavi img {
	padding: 0 2px 2px 0;
}

#subnavi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0 0 10px 0;
}

#subnavi ul li {
	padding: 0px 0px;
	display: block;
}

#subnavi ul li a {
	text-decoration: none;
	padding: 5px 10px;
	color: #666666;	
	display: block;
	font-size: 12px;
}

#subnavi ul li a:hover {
	background-color: #FFFFFF;
	color: #333;
	display: block;
	text-decoration: underline;
}

#subnavi ul li .act a {
	padding: 5px 10px 0 30px;
	text-decoration: none;
	color: #666;
	display: block;
	font-size: 12px;
}

	.marken #subnavi ul li .act a {
		padding: 5px 0 5px 10px;
		text-decoration: underline;
		color: #333;
	}

#subnavi ul li .act a:hover {
	text-decoration: underline;
}

#subnavi ul li .act img {
	float: left;
	padding-top: 9px;
	padding-left: 12px;
}

	.marken #subnavi ul li .act img {
		display: none;
	}

#subnavi ul li ul {
	list-style-type: none;
	padding: 7px 0 0 0;
	margin: 0 0 4px 0;
}

#subnavi ul li ul li {
	padding: 0px 0px;
	text-indent: 20px;
	display: block;
}

#subnavi ul li ul li a {
	font-size: 10px;
	font-weight: normal;
	padding:1px 0 1px 10px;
}

#subnavi ul li ul li a.ch_active {
	text-decoration: underline;
}

#content {
    float:left;
	position:relative;
	top: -12px;
	left: 222px; /* 4 */
	width: 712px;
	min-height: 950px; /* 1136 */
	margin: 0 0px 30px 0px; /* 0 0 30 219 */
	padding: 10px 2px 10px 10px;
	border-left: 3px solid #eee;
}

#content a {
	text-decoration: underline;
	color: #333;	
}

#content a:hover {
	text-decoration: underline;
	color: #999;
}

#content .bread {
	margin: 0 0 15px 0;
	color: #666 !important;
}

.artikelseite #content .bread {
	margin: 0;
}

#content .bread a {
	color: #333 !important;
}

#content ul{
	padding: 0 0 0 30px;
}

#page_down {
	margin:0 auto;
	width:955px;
	margin-bottom: 20px;
	background-color:#fff;
}

#copy {
	float: left;
	position: relative;
	top: 10px;
	left: 0px;
	width: 200px;
	color: #999;
	background-color:#fff;
	font-size: 12px;
	text-align: center;
}

#down {
	display: block;
	float: left;
	position: relative;
	top: 10px;
	left: 20px;
	width: 735px;
	color: #999;
	background-color:#fff;
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
}

#down a {
	text-decoration: none;
	color: #999;	
}

#down a:hover {
	text-decoration: underline;
	color: #999;
}


/*
 * TT_NEWS BROWSE
 */
.tx-ttnews-browsebox a {
	color: #333 !important;
}


/*
 * ALLGEMEINE UEBERSCHRIFTEN-LEISTE
 */
#content div.ct_headline {
	width:750px;
	height:26px;
	margin: 15px 0 0 -4px;
	background-color: #FFFFFF;
	background-image: url(../../images/top_cat_bg.gif);
	background-repeat: repeat-x;
}

#content h3.ct_headline {
	color: #f27d0b;
	padding: 5px 0 0 7px;
	float: left;
	
}

#content div.ct_headline a.ct_headline_show_all {
	float: right;
	padding: 5px 5px 0 0;
}

/*
 * ARTIKELSEITEN UEBERSCHRIFTEN-LEISTE
 */
/* TOP */
.artikelseite #content div.ct_headline {
	width:750px;
	height:28px;
	margin: 15px 0 0 -4px;
	background-color: #FFFFFF;
	background-image: url(../../images/artikelseite_headline_bg.gif);
	background-repeat: repeat-x;
}

.artikelseite #content h3.ct_headline {
	color: #333;
	padding: 5px 0 0 7px;
}

.artikelseite #content h3.ct_headline a {
	text-decoration: none;
}

/* VERWANDTE PRODUKTE */
.artikelseite #content div.ct_headline.normal {
	width:750px;
	height:26px;
	margin: 15px 0 -10px -4px;
	background-color: #FFFFFF;
	background-image: url(../../images/top_cat_bg.gif);
	background-repeat: repeat-x;
}

/* WEITERE SCHOPEMPFEHLUNGEN */
.artikelseite #content h3.ct_headline.normal {
	color: #f27d0b;
	padding: 5px 0 0 7px;
	
}

.artikelseite #content div.ct_headline.normal.first {
	margin: 15px 0 0px -4px;
}


/*
 * STARTSEITE TEASER
 */
.startseite #startseite_teaser {
	width: 756px;
	height: 263px;
	background-color: #fff;
	background-image: url(../../images/startseite_teaser.jpg);
	background-repeat: no-repeat;
	position: relative;
	right: 5px;
	bottom: 6px;
}

.startseite #startseite_teaser .ts_txt {
	color:#666666;
	left:383px;
	position:relative;
	top:15px;
	width:350px;
	font-size: 13px;
}

.startseite #startseite_teaser .ts_txt .ts_txt_headline {
	font-size:18px;
	font-weight:bolder;
}

.startseite #startseite_teaser .ts_txt_2 {
	font-size:13px;
	font-weight:bolder;
	left:472px;
	position:relative;
	top:54px;
	width:250px;
}

/*
 * TEASER
 */
#teaser {
	position: relative;
	right: 5px;
	bottom: 6px;
	width: 749px;
	background: #fff url(../../images/teaser_kat_mitte.gif) repeat-y;
}

#teaser .ts_top {
	height: 10px;
	background: #fff url(../../images/teaser_kat_oben.gif) no-repeat;
}

#teaser .ts_bottom {
	height: 10px;
	background: #fff url(../../images/teaser_kat_unten.gif) no-repeat;
}

#teaser .ts_image {
	float: left;
	width: 316px;
	height: 187px;
	padding: 0 10px 5px 0;
	margin: 5px 0 0 0;
	background-repeat: no-repeat;
}

#teaser .ts_txt {
	min-height: 220px;
	font-size: 13px;
	color: #666666;
	text-align: justify;
	padding: 0 15px 5px 15px;
}

#teaser .ts_txt .ts_txt_headline {
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: bolder;
	color: #f27d0b;
}

.klaviere #teaser .ts_image {
	background-image: url(../../images/teaser_kat_image_klaviere.jpg);
}

.klaviere.klaviere #teaser .ts_image {
	background-image: url(../../images/teaser_kat_image_klaviere.jpg);
}

.klaviere.klavierstuehle #teaser .ts_image {
	background-image: url(../../images/teaser_kat_image_klavierstuehle.jpg);
}

.klaviere.klavierbaenke #teaser .ts_image {
	background-image: url(../../images/teaser_kat_image_klavierbaenke.jpg);
}

.klaviere.klavierhocker #teaser .ts_image {
	background-image: url(../../images/teaser_kat_image_klavierhocker.jpg);
}

.klaviere.klavierdecken #teaser .ts_image {
	background-image: url(../../images/teaser_kat_image_klavierdecken.jpg);
}

.klaviere.fluegel #teaser .ts_image {
	background-image: url(../../images/teaser_kat_image_fluegel.jpg);
}


/*
 * NEWSLETTER
 */
#newsletter_sidebar {
	margin-top: 5px;
}

#newsletter_sidebar .nl_header {
	width: 250px;
	height: 130px;
	margin-left: -27px;
	background-image: url(../../images/nl_header_bg.gif);
	background-repeat: no-repeat;
}

#newsletter_sidebar .nl_header div.nlh_txt {
	position: relative;
	top: 11px;
	left: 90px;
	font-size: 13px;
	font-weight: bold;
}

#newsletter_sidebar .nl_header div.nlh_1 {
	position: relative;
	left: 17px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

#newsletter_sidebar .nl_header div.nlh_2 {
	position: relative;
	top: 15px;
	left: 26px;
	font-size: 12px;
}

#newsletter_sidebar .nl_header div.nlh_3 {
	position: relative;
	top: 23px;
	left: 42px;
}

#newsletter_sidebar .nl_header div.nlh_4 {
	position: relative;
	top: 30px;
	left: 28px;
}

#newsletter_sidebar .nl_header div.nlh_5 {
	position: relative;
	top: 38px;
	left: 14px;
}

#newsletter_sidebar form, #newsletter_sidebar .nl_created {
	height: 121px;
	background-image: url(../../images/nl_bg.gif);
	background-repeat: repeat-y;
}

	#newsletter_sidebar .nl_created {
		height: 72px;
		padding-top: 25px;
		padding-left: 15px;
	}

	#newsletter_sidebar .nl_created .nl_created_1 {
		display: block;
		font-weight: bolder;
	}
	
	#newsletter_sidebar .nl_footer {
		height: 13px;
		width: 223px;
		margin-left: -15px;
		margin-top: 15px;
		background-image: url(../../images/nl_footer.gif);
	}

#newsletter_sidebar form font.nl_msg {
	position: relative;
	top: 4px;
	margin-left: 11px;
} 
#newsletter_sidebar .nl_txt {
	width: 187px;
	margin: 8px 0 0 11px;
	padding: 5px;
	border: 1px solid #C8D0C1;
}

#newsletter_sidebar .nl_button {
	border: none;
	margin-top: 8px;
}

/* TAG-CLOUD */
.tx-vgetagcloud-pi1 {
	width: 742px !important;
	border-color: #ccc !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tx-vgetagcloud-pi1 ul li a {
	color: #999 !important;
}

