/*********************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

**********************************************************************************/


/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 1em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size: 1em; }

a:hover { text-decoration:none; }

a:link, a:visited, a:active { background-color: transparent;}

/* ### HTML ###################################################################### */
html {
min-height: 100%;
	margin-bottom: 1px;
	background-color: #000;
}

/* ### BODY ###################################################################### */
body {
	background:#000;
	color: #fff;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	height:101%;	
	}

/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */
#site-content {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:101%;
}

/* ### Header ##################################################################### */

#header {
	position:relative;
	margin:0;
	padding:0;
	height:175px;
	background-image: url(header_back.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	display:none;
}


/* ### Logo ################################################################# */
#logofahne {
	position: absolute;
	top: 57px;
	left: 76px;
	width: 64px;
	height: 43px;
	background-image: url(fahne.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	display:none;
}

#logofahne a {
	display:block;
	margin-left: -35px;
	height: 110px;
	width:  275px;
	text-indent:-700em;
	display:none;
}

/* ### Logo ################################################################# */
#eyecatcher {
	position: absolute;
	top: 0;
	left: 400px;
	width: 533px;
	height: 175px;
	background-image: url(eyecatcher.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	display:none;
}

#sprachwahl {
visibility:hidden;
position: absolute;
top: 120px;
left: 915px;
width: 27px;
height: 18px;
overflow: hidden;
display:none;
}


/* ### Content #################################################################### */


#content {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:1px;
}
/* end hide */


#main-content {}

#main {

}


/* ### main-block => MainContent ################################################### */

#main-block {
	float:left;
}


#main-content-block {

}



/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/


#site-content {
	color:#fff;
	text-align:left;
	background: inherit;
}


/* ### headlines ############################################################ */

#main-block h1 {
	color:#000;
	background: inherit;
	font-size:1.6em;
	font-weight: bold;
	line-height:1.8em;
	margin-bottom: 10px;
}

#main-block h2 {
	color:#000;
	background: inherit;
	font-size: 12px;
	padding: 2px;
	font-weight:bold;
	margin-bottom: 10px;
}

#main-block h3 {
	color:#000;
	background: inherit;
	font-size: 14px;
	font-weight:bold;
}

#main-block h4 {
	color:#000;
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
}

#main-block h5 {
	color:#000;
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.0em;
}

#main-block h6 {
	background: inherit;
	color:#b6b6b6;
	font-size: 10px;
	font-weight:normal;
	line-height:1.0em;
}


/* ### Images ############################################################ */

#main-block img {
	display:block;
	margin:4px 0;
}

#main-block img.floatLeft {
	float:left;
	margin:4px 10px 4px 0;
}

#main-block img.floatRight {
	float:right;
	margin:4px 0 4px 10px;
}



/* ### Hyperlinks ######################################################### */

#main-block a, 
#main-block a:link {
	color:#90B0BF;
	font-size: 12px;	
	background: inherit;
	text-decoration:underline;
}

#main-block a:hover {
	color:#90B0BF;
	background: inherit;
	text-decoration: none;
}

#main-block a.faq, 
#main-block a.faq:link {
	color:#eee;
	background: inherit;
	font-size:1.4em;
	text-decoration:none;
	text-transform:none;
	line-height: 2.0em;
}

#main-block a.faq:hover {
	color:#90B0BF;
	background: inherit;
	text-decoration:underline;
}


/* ### Paragraphs ########################################################## */

#main-block p {
	font-size:1.2em;
	line-height:1.6em;
}



/* ### Tables ############################################################## */

#main-block table {
	font-size:1.2em;
	line-height:1.6em;
}

#main-block td {
	padding:0 0 0 0;
}


/* ### Blockquotes ########################################################## */

#main-block blockquote {
	margin:0 0 0 20px;
}


/* ### Lists ################################################################ */

#main-block ul, 
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}

#main-block ol li {
	margin:0 0 0 30px;
	list-style-type:decimal-leading-zero;
} 
#main-block ul li {
	margin:0 0 0 20px;
	list-style-type:square;
}


/* ### Module ################################################################ */

#main-content-block div.floatLeft img {
	float:left;
	margin: 4px 40px 4px 0;
}

#main-content-block div.floatRight img {
	float:right;
	margin:4px 0 4px 40px;
}

#main-content-block a.more {
	clear:left;
	position: relative;
	left: 120px;
}

/* ### Team ### */

#main-content-block div.txt-img {
	clear: both;
}


/* ### Team ### */

#main-content-block div.team {
	clear: both;
}

#main-content-block div.team div{
	display: block;
	width:	210px;
}

#main-content-block div.team p {
	font-size: 1.3em;
	letter-spacing: 0.05em;
	margin-top: 0px;
	margin-left: 220px;
		
}

#main-content-block div.team div.floatLeft img {
	margin:4px 0px 4px 0;
}



#nav {
	display:block;
	float:left;
	padding-left: 20px !important; 
	padding-left: 20px;
	width: 230px;
	background:url(bg_nav.jpg) repeat-y;
	background-position: top right;
	display:none;
}





/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	margin-left: 18px;
	width: 195px;
	font-size:1.6em;
}

ul.nav1st li {
	display: block;
	color:#37444f;
	background: inherit;
	font-weight:bold;
	text-align: right;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#2e352e;
	background: inherit;
	height: 19px;
	padding: 7px 15px;
	background-image:url(nav_back_neu.gif);
	background-position: 0 0;
	background-repeat: no-repeat;		
}

ul.nav1st a:hover {
	color:#000;
	background: inherit;
	padding: 7px 15px;
	background-image:url(nav_back_neu.gif);
	background-position: 0 -87px;
	background-repeat: no-repeat;	
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#000;
	background: inherit;
	padding: 7px 15px;
	background-image:url(nav_back_neu.gif);
	background-position: 0 -46px;
	background-repeat: no-repeat;		
}

ul.nav1st li a.current:hover {
	color:#000;
	background: inherit;
	padding: 7px 15px;
	background-image:url(nav_back_neu.gif);
	background-position: 0 -46px;
	background-repeat: no-repeat;		
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	font-size: 12px;
	font-weight: normal;
	margin-top: 1px;
}

ul.nav2nd li {
	text-align: right;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	font-weight: bold;
 	height: 14px;
	display:block;
	padding-right: 15px;
	background-image:url(nav_back_neu.gif);
	background-position: 0 -5px;
	background-repeat: no-repeat;			
}

ul.nav2nd a:hover {
	padding-right: 15px;
	background-image:url(nav_back_neu.gif);
	background-position: 0x -92px;
	background-repeat: no-repeat;		
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding-right: 15px;
	background-image:url(nav_back_neu.gif);
	background-position: 0 -52px;
	background-repeat: no-repeat;		
}





/* ### Header ############################################################### */

#header {
	color: #c4c4c4;
}

#nav-header {
	position:absolute;
	left:210px;
	bottom:18px;
}


/* ### Main-block Background ################################################# */

#main-block {
	background-color: #e7f7ef;
	color: #000;
	/*background-image:url(content_back.gif);
	background-repeat: repeat-y;		*/

}

#left_bottom {
	display:block;
	clear:left;
	width: 230px;
	height: 30px;
	background: #000 url(bg_unav.jpg);
	background-position: 0  top;
	background-repeat: no-repeat;
	color: #8c8c8c;
	text-align: center;
	padding-top: 9px;
	display:none;
}

#left_bottom  a,
#left_bottom  a:link {
	color:#fff;
	text-decoration: none;
	background-image: underline;	
}

#left_bottom  a:hover {
	color:#fff;
	text-decoration: underline;
	background-image: none;	
}

#main-block-bottom {
	width: 711px;
	float: right;
	margin-right: 19px !important;
	margin-right: 10px;
	height: 9px;
	margin-top: -3px;
	background-image:url(content_back_bottom.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}


#breadcrumb {
position: absolute;
top: 0;
left: 250px;
width: 710px;
height: 26px;
background-image:url(bread_back.gif);
background-position: right 0;
background-repeat: no-repeat;
font-size: 10px;
display:none;
}


#breadcrumb p {
	padding-top: 7px;
	padding-left: 40px;
	color:#626262;

}

#breadcrumb p a,
#breadcrumb p a:link {
	color:#000;
	text-decoration: none;
	background-image: none;	
}

#breadcrumb p a:hover {
	color:#000;
	text-decoration: underline;
	background-image: none;	
}

.galerie  {
display: block;
overflow: hidden;
margin-bottom: 20px;
}


.galeriebild {
width: 135px;
height: 98px;
padding: 1px 4px 1px 4px;
margin: 5px;
float: left;
background-color: #e5e5e5;
}




/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	width: 460px;
}

#form-module fieldset {
	margin: 10px 0px 00px 0px;
	padding: 15px 10px;
	border: 1px solid #e5e5e5;
}

#form-module legend {
	color:#000;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 10px;
	border: 1px solid #e5e5e5;
	margin: 0px 0px 10px 0px;
}


#form-module p {
	margin:0;
}

#form-module .element {

}

#form-module label {
	displa: block;
	float:left;
	width: 110px;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;	
	margin-bottom: 5px;
}

#form-module label.checkbox {
	width:30px;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	display: block;
	margin-left: 110px;
	width: 280px;
	margin-bottom: 5px;

}

#form-module input:focus, #form-exhibitor input:hover,
#form-module select:focus, #form-exhibitor select:hover, 
#form-module textarea:focus, #form-exhibitor textarea:focus {
	background-color: #fff;
}

#form-module input.text {
	height: 15px;
}

#form-module input.checkbox {
	display:block;
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	display:block;
	margin: 0 0 0 110px !important;
	margin: 0 0 0 113px;
	width: 284px !important;
	width: 282px;
	border:1px solid #7d6a55;
	background-color:#fff;
	color:#666;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	display:block;
	height: 80px;
}

#form-module-thanks {
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
	display:block;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
}


.spamschutz {
position: relative;
width: 60px;
height: 35px;
left: 90px;
padding-top: 5px;
}

#startbutton {
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}

#kunststoffscheiben {
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}

#bmw {
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}


.hovercontainer {
display: block;
width: 140px;
float: left;
margin: 5px;
}

.hovercontainertext {
font-weight: bold;
height: 10px;
}

/* produkt
*******************************************************************************/
.produktbeschreibung {
float: left;
width: 450px;
font-family:  arial, helvetica, sans-serif;
font-size: 10px;
}

.produktnummer {
clear: right;
float: right;
font-weight: bold;
width: 160px;
text-align:right;
border-bottom: 1px solid #e5e5e5;

}


.produktpreis {
clear: right;
float: right;
font-weight: bold;
width: 160px;
text-align:right;
border: 1px solid #e7f7ef;
}

.preislabel {
float: right;
width: 80px;
float: left;
border-bottom: 1px solid #e7f7ef;
}

.produkteinheit {
text-align:right;
font-weight: bold;
float: right;
}

.produktbilder {
clear: both;
width: 160px; 
float: right;
border-top: 1px solid #e5e5e5;
padding-top: 3px;
margin-top: 3px;
display:none;
}


.produktbild {
float: right;
margin-left: 2px;
}

.produkttrenner {
clear: both;
width: 100%;
padding-bottom: 10px;
border-bottom: 1px solid #aaa;
margin-bottom: 8px;
}


.produktbeschreibungtitel {
float: left;
width: 420px;
font-size: 10px;
font-weight: bold;
text-align: left;
border-bottom: 1px solid #e5e5e5;
padding-top: 5px;
margin-bottom: 5px;
}

.produktpreistitel {
float: left;
width: 60px;
font-size: 10px;
font-weight: bold;
text-align: right;
border-bottom: 1px solid #e5e5e5;
padding-top: 5px;
margin-bottom: 5px;
}

.produktmengetitel {
float: left;
width: 138px;
font-size: 10px;
font-weight: bold;
padding-left: 10px;
border-bottom: 1px solid #e5e5e5;
padding-top: 5px;
margin-bottom: 5px;
}

#main-content-block  p a:link,
#main-content-block ul li a:link {
  color: #1c9504;
  font-weight: bold;
  text-decoration: none;
}

#main-content-block  p a:visited,
#main-content-block  ul li a:visited {
  color: #1c9504;
   font-weight: bold;
	text-decoration: none;  
}

#main-content-block  p a:active,
#main-content-block  ul li a:active {
  color: #1c9504;
	text-decoration: underline;  
}


#main-content-block  p a:hover,
#main-content-block ul li a:hover {
  color: #000;
	text-decoration: underline;  
}


#main-content-blockt ul			{list-style: none; margin-bottom: 20px;}
#main-content-block ul li			{margin: 4px 0 0 25px; list-style: disc;font-family: verdana, arial, helvetica, sans-serif;	font-size: 12px; line-height: 20px;	color: #666666;}
#main-content-block ul li ul		{margin: 0 0 0 0;}
#main-content-block ul li ol		{margin: 0 0 0 0;}
