/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
	font-family:Arial, sans-serif;
	color:#000;
}
html, body {
	margin:auto;
	padding:auto;
	/*overflow:auto;*/
}
html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	padding:0;
	margin:0 0;
}

img {
	border:0;
}
/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
	height:250px;
	width:900;
	padding:0;
	background-image:url('../images/header_test.jpg');
	background-repeat:no-repeat;
	background-position:right;

}
#imagerotator{
margin-left:199px;
}


/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */

#outerContainer {
	width:980px;
	position: relative;
/*	border:1px solid #fff;*/
	margin: 0 auto;
}

#innerContainer {
	width:900px;
	background:#CCCCCC;
	background-image:url('../images/main_bg_grey.jpg');
	background-repeat:repeat-x;

margin:auto;
padding:20px;

}

#stopper {
position:absolute;
width: 249px;
height: 144px;
background-image:url('../images/stopper.gif');
left:20px;
top:0px;
}

#navigation{
float:left;
}

#main{
width:699px;
float:right;
	border-left:1px solid #fff;
}

#main2{
width:699px;
float:right;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}

#content {
width:460px;
padding:15px 0px 5px 15px;
float:left;
}

#content2 {
width:670px;
margin:15px 15px 5px 15px;
float:right;
}



#headline_breit{
background-image:url(../images/headline_breit_bg.jpg);
width:699px;
height:35px;
float:left;
}

#teaser{

}

#teasersRight {
border-right:1px solid #fff;
border-left:1px solid #fff;
margin-top:20px;
	width:198px;
	float:right;
}

#teasersRight2 {

	display:none;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
font-weight:bold;
	width:199px;
	margin:0;
	padding:0;
	/*background-color:#F2F2F2;*/
	background-color:transparent;
}
#navigation ul li {
	width:199px;
	margin:0;
	padding:0;
	list-style-type:none;
}
#navigation ul li a {
	display:block;
	width:199px;
	height:24px;
	line-height:24px;
	margin:0;
	padding:0;
	font-size:12px;
	color:#000;
	background-image:url(../images/navi_bg_aktiv.jpg);
	background-repeat:no-repeat;
	background-position:210px 3px;
	border-bottom:1px solid #fff;
	text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
	background-image:url(../images/navi_bg_aktiv.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#fff;
}

#navigation ul li.open a {
	background-image:url(../images/navi_bg_aktiv_ebene.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#fff;
}

/* Level 2 */
#navigation ul.subNavigation {
	width:184px;
	margin-left:10px;
	padding:0;
}
#navigation ul.subNavigation li a {
	background-image:url(../images/navi_bg_aktiv.jpg);
	background-repeat:no-repeat;
	background-position:199px 8px;
	border-bottom:1px solid #fff;
	color:#666;
	width:189px;
}
#navigation ul.subNavigation li.active a {
	color:#fff;
}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
	background-image:url(../images/navi_bg_aktiv.jpg);
	background-repeat:no-repeat;
	background-position:-10px 0;
	color:#fff;
}

#navigation ul.subNavigation li.open a {
	background-image:url(../images/navi_bg_aktiv_ebene.jpg);
	background-repeat:no-repeat;
	background-position:-10px 0;
	color:#fff;
}

/* Level 3 */
#navigation ul.subSubNavigation {
	width:174px;
	margin-left:10px;
	padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
	background-image:url(../images/navi_bg_aktiv.jpg);
	background-repeat:no-repeat;
	background-position:199px 8px;
	border-bottom:1px solid #fff;
	color:#666;
	width:179px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
	background-image:url(../images/navi_bg_aktiv.jpg);
	background-repeat:no-repeat;
	background-position:-20px 0;
	color:#fff;
}
/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
	margin:20px 0 0 20px;
	font-size:11px;
	background-color:transparent;
}
#search label {
	font-size:11px;
	font-weight:bold;
	display:block;
	float:left;
	width:42px;
	padding:0 10px 0 0;
}
#search input {
	border:1px solid #000;
	width:185px;
	height:15px;
	font-size:10px;
}
#search input.sbmt {
	border:0;
	width:24px;
	height:24px;
	margin:0 15px 0 10px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
	margin:0 0 10px 0;
}
#searchResults p.message {
	margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
	font-size:14px;
	margin:0 0 5px 0;
	padding:0;
	color:#0060b1;
	font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content, #content2 {
	color:#000;
	font-size: 12px;
	line-height:1.4;
}
#content .small {
font-size: 9px;
}
#content h1, #content h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	color:#333;
}
#headline_breit h1{
	margin:3px 0 0px 15px;
	padding:0;
	font-size:20px;
	font-weight:normal;
	}

#content h1 {
	line-height:22px;
}
#content h1 a {
	color:#0060b1;
	text-decoration:none;
}
#content h2 {
	font-style:italic;
	font-size:11px;
}

img.hr {
	display:block;
	margin:10px 0;
	padding:0;
}

hr{
color:#ffffff;
}

/* ###################################################### */
/* ####################### NEWS CONTENT ################# */
/* ###################################################### */
#news .newsItem {
	color:#333;
	font-size:12px;
	line-height:1.4;
	margin:5px;
}
#news .newsItem h3 a {
	font-size:14px;
	margin:0 0 5px 0;
	font-weight:bold;
}

#news .newsItem a.more {
	display:block;
	width:450;
	margin:0;
	padding:0;
	text-align:right;
}
* html #news .newsItem a.more {
	width:199px;
}

.newsItem div {
float:right;
}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teaser .teaserItem {
	color:#333;
	font-size:11px;
	margin:5px;
}
#teaser .teaserItem h3 a {
	font-size:14px;
	margin:0 0 5px 0;
	font-weight:bold;
}

#teaser .teaserItem a.more {
	display:block;
	width:174px;
	margin:0;
	padding:0;
	text-align:right;
}
* html #teaser .teaserItem a.more {
	width:170px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer_abschluss {
	width:980px;
	height:171px;
	font-size:11px;
	margin:auto;
	overflow:hidden;

}

#footer_abschluss2 {
	width:980px;
	height:171px;
	font-size:11px;
	margin:auto;
	overflow:hidden;

}

#footer {
	width:701px;
	height:121px;
	font-size:11px;
	margin-left:239px;
	margin-top:5px;
	border-top: 1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background-repeat:repeat-x;
}

#footer_navi {
	background-image:url(../images/footer_bg.jpg);
	width:701px;
	height:30px;
	float:left;
	text-align:right;
	line-height:30px;

}

#footer_navi a, #footer_navi div.foot{
	font-size:11px;
padding-right:5px;
font-weight:bold;
color:#fff;
}

#footer_adress {
padding:10px 0 0 15px;
	height:81px;
	width:225px;
	font-size:11px;
	float:left;
}
#footer_search {
width:460px;
	height:81px;
	font-size:11px;
	float:right;
	text-align:right;
}

#footerContainer {
	width:960px;
}
#footer a#logoBottom {
	display:block;
	float:left;
}

#footer #footerContentContainer {
	float:left;
	background-color:#F1F1F1;
	width:720px;
	height:104px;
}
#footerContentLeft, #footerContentRight {
	float:left;
	color:#999;
}
#footerContentLeft {
	width:450px;
	margin:10px 0 0 30px;
	font-size:10px;
	padding-right:10px;
}
* html #footerContentLeft {
	margin-left:15px; /* hae? */
}
#footerContentRight {
	width:220px;
	font-size:11px;
	background-color:#F9FBDD;
	padding-left:10px;
	height:104px;
}
* html #footerContentRight {
	padding-top:10px;
}

#footerContentRight h3 {
	font-size:11px;
}

#footerContentRight input {
	width:150px;
	height:12px;
	border:1px solid #ccc;
	font-size:10px;
	margin:0 0 4px 0;
}
* html #footerContentRight input {
	width:142px;
}

#footerContentRight label {
	display:block;
	width:60px;
	float:left;
	margin:0 0 4px 0;
}

#footer input#loginBtn {
	background-color:#F9FBDD;
	border:0;
	color:#0060b1;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil_klein.gif);
	background-repeat:no-repeat;
	background-position:right 6px;
	font-size:12px;
	width:auto;
	height:auto;
	float:right;
	margin:0 10px 0 0;
}
* html #footer input#loginBtn {
	margin:0 14px 0 0;
}

ul#metaNavigation {
	margin:0 0 20px 0;
	padding:0;
}
ul#metaNavigation li {
	margin:0;
	padding:0 1px 0 8px;
	display:inline;
	border-left:1px solid #D7D7D6;
}

#logoutText {
	position:relative;
	height:70px;
}
#logoutText a {
	position:absolute;
	right:10px;
	bottom:10px;
	text-decoration:none;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
#content .textItem a {
	text-decoration:none;
	padding-right:12px;
}
#content .textItem a:hover {
	text-decoration:underline;
}
/* ################## LINKS IM BACKEND ################## */
#content a#m12, #content a#m14 {
	padding-right:0px;
	background-image:none;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
	font-size:12px;
}
#contactForm .contactRow {
	margin:4px 0;
}
#contactForm label.lang {
	display:block;
	float:left;
	width:120px;
}
#contactForm div.label_kurz {
	display:block;
	float:left;
	width:120px;
}
#contactForm label.kurz {

}
#contactForm .contactRow input {
	border:1px solid #000;
}

#contactForm .contactRow input.lang {
	width:335px;
}

#contactForm .contactRow input.kurz{
	width:164px;
}

#contactForm .contactRow textarea {
	font-size:12px;
width:335px;
border:1px solid #000;
}

.contactRow select {
	border:1px solid #ccc;
	width:auto;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
	width:343px;
		font-size:12px;
}

#contactForm .contactRow input {
	height:15px;
	border:1px solid #000;
}

#contactForm .contactRow textarea {
	height:105px;
	font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 80px;
	width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:174px;
	padding-right:5px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#0060b1;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:10px;
	width:auto;
	height:auto;
	float:right;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
	background-image:none;
	padding:0;
	float:left;
}

#contactForm table {
	width:100%;border-collapse:collapse;
}
#contactForm table td {
	padding:0;
}
#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}

/* ###################################################### */
/* #################### Newsletter FORM ############'#### */
/* ###################################################### */
#newsletterForm {
	font-size:11px;
	margin-top:0px;
}
#newsletterForm .einleitung {
padding:5px;
}
#newsletterForm .contactRow {
	padding:4px 0  0 5px;
}
#newsletterForm .contactRow input {
	border:1px solid #000;
	width:175px;
}
#newsletterForm .contactRow select {
	border:1px solid #000;
	width:177px;
}
* html #newsletterForm .contactRow input {
	width:175px;
}

#newsletterForm .contactRow input {
	height:15px;
}

* html #newsletterFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#newsletterForm #contactFormSubmitRight {
	width:170px;
	margin-top:5px;
}

/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
	position:absolute;
	top:60px;
	left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
table.gallery {
	margin: 20px 10px 0px 0px;
	width: 410px;
}

table.gallery td.gallery-navigation {
	/*font-size: 0.6875em;*/	
}

table.gallery tr.thumbnails td {
	padding: 0;
}

table.gallery dd {
}

div.download {
	padding: 3px 0 3px 10px;
	background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

	padding: 0;
	margin-top:10px;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
	margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
	text-align: left;
	padding: 0;
}


td.gallery_image{
	height: 220px;
	padding:0px;
	
}
td.gallery_image div.link_image{
	padding:0;  
	background-position:top center; 
	min-height:120px; 
	height:120px; 
	margin-bottom:5px; 
	overflow:hidden;
}
td.gallery_image .bottom_links{
	 height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
	margin-bottom: 0px; 
	text-align:left; 
	width:180px; 
}
td.gallery_image .links{
	margin-bottom: 0px;
}


/* ###################################################### */
/* ####################### SITEMAP ###################### */
/* ###################################################### */

.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li {
	border-bottom: 1px solid #ffffff;
	list-style-type: none;
}

.sitemap .level1 {
        background-color: #555;
		padding: 5px 5px 5px 10px;
		font-weight:bold;
}
.sitemap .level1 a {
color:#fff;
}

.sitemap .level2 {
        background-color: #eeeeee;
        padding: 5px 5px 5px 30px;
}

.sitemap .level3 {
        padding: 5px 5px 5px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}

/* ###################################################### */
/* #################### VP GUESTBOOK #################### */
/* ###################################################### */

#guestbook #name, #guestbook #email, #guestbook #url, #guestbook #user1 {
	border:1px solid #000;
	width:337px;
	height:15px;
}

 #guestbook #entry {
	border:1px solid #000;
	height:105px;
	font-size:10px;
	width:337px;
 }


#guestbook .guestbookRow .fleft{
	display:block;
	float:left;
	width:120px;

}

#guestbook .guestbookRow{
	margin:4px 0;
	}

#guestbookHeading{
	background-image:url(../images/footer_bg.jpg);
height:30px;
width:457px;
}

.vpgb_name{
float:left;
height:30px;
width:400px;
color:#fff;
margin-left:5px;
margin-top:6px;
}

.vpgb_infos{
float:right;
height:30px;
width:40px;
margin-right:5px;
margin-top:6px;
}


.vpgb_entry {
width:457px;

}

.vpgb_comment {
font-style:italic;
}

#guestbook .fright{
height:30px;
display:block;
width:228px;
text-align:left;

}

#guestbook .fright1{
height:30px;
float:right;
display:block;
width:228px;
text-align:right;
padding-right:5px;
}

#ProduktPreis{
margin: 20px 0 20px 0;
padding-bottom:10px;
padding-top:10px;
padding-right:10px;
border-bottom:1px solid #000;
border-top:1px solid #000;
	font-size: 14px;
	font-weight:bold;
	float:none;
}
#content2 .textItem{
font-weight:normal;
font-size: 14px;
padding-top:10px;
}

#content2 .textItem .textProdukte{
font-weight:normal;
font-size: 12px;
padding-top:10px;
padding-bottom:10px;
margin-bottom:10px;
border-bottom:1px solid #000;
}

#content2 .textItem .textProdukteUnten{
font-weight:normal;
font-size:12px;
margin-top:15px;
}

/* #################### ARTIKEL-LIST #################### */

#content2 #produkt #headline {
font-weight:bold;
padding-bottom:5px;
}

#content2 #produkt #text {
text-align:right;
}

#content2 #produkt #image {
height:162px;
width:215px;
}

#content2 #produkt .bestellen {
font-weight:bold;
}

#content2 div#produkt  {
float:left;
height:230px;
padding:5px 4px 15px 4px;
border-bottom:1px solid #000;
}


/* ###################################################### */
/* ####################### ORDER FORM ############'#### */
/* ###################################################### */
#bestellForm {
	font-size:12px;
	width:660px;
	border-bottom:1px solid #000;
	padding-bottom:20px;
}
#bestellForm .contactRow {
	margin:4px 0;
}
#bestellForm label.lang {
	display:block;
	float:left;
	width:140px;
}

#bestellForm label.agb {
	display:block;
	float:left;
	padding-left:140px;
	width:490px;
}
#bestellForm div.label_kurz {
	display:block;
	float:left;
	width:140px;
}
#bestellForm label.kurz {

}
#bestellForm .contactRow input {
	border:1px solid #000;
}
#bestellForm .contactRow input.ohne {
	border:0px;
	background:none;
	font-weight:bold;
}
#bestellForm .contactRow input.unten {
	border:0px;
	border-bottom:1px solid #000;
	width:50px;
	margin-left:5px;
}

#bestellForm #agb, #bestellForm #widerruf {
border:0px;
}

#bestellForm .contactRow input.lang {
	width:504px;
}

#bestellForm .contactRow input.kurz{
	width:250px;
}

#bestellForm .contactRow textarea {
	font-size:12px;
width:505px;
border:1px solid #000;
}

#bestellForm .contactRow select {
	border:1px solid #ccc;
	width:auto;
}
* html #bestellForm .contactRow input, * html #bestellForm .contactRow textarea {
	width:343px;
		font-size:12px;
}

#bestellForm .contactRow input {
	height:15px;
	border:1px solid #000;
}

#bestellForm .contactRow textarea {
	height:75px;
	font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 80px;
	width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:174px;
	padding-right:15px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#0060b1;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:10px;
	width:auto;
	height:auto;
	float:right;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
	background-image:none;
	padding:0;
	float:left;
}

#bestellForm table {
	width:100%;border-collapse:collapse;
}
#bestellForm table td {
	padding:0;
}
#bestellForm table td.pt {
	padding-top:2px;
}
* html #bestellForm table td.pt {
	padding-top:0;
}