/*
 styles.css
*/

:focus  { outline: 0px}

.orange { color: #ff6a38 }



/*
-------------------------------------------------------------------------------- font size
*/

div	{
	margin:0px;
	padding:0px;
}

p	{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:8px;
}


td, body, div, h1, h2, h3, h4, h4, h5, h6 {
	font-size:8.5pt;
	color: #a0a0a0;
	font-weight: normal;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:13pt;
}


ol, ul {
	margin:0px;
	padding:0px;
	padding-left:22px;
}


img{
	margin:0px;
	padding:0px;
	border:0px solid black;
}


body {
	background-color:#ffffff;
	color: #a0a0a0;

/*	background-repeat:	repeat-x;	*/
}
/*	background-image:	url(../image/standard/background.gif); */


/*
-------------------------------------------------------------------------------- links
*/


a {
	text-decoration: none;	 
	color: #a0a0a0;
}
a:link 		{ 	}
a:visited	{	}
a:hover		{ 
	color:#696469;
}
a:active	{	}




a.mail {
	text-decoration: none;	 
	color: #a0a0a0;
}
a.mail:link 		{ 	}
a.mail:visited	{	}
a.mail:hover		{ 
	color:#696469;
}
a.mail:active	{	}




a.footerlink {
	text-decoration: none;	 
	color: #b9a9a3;
	font-size:9px;
;
}
a.footerlink:link 		{ 	}
a.footerlink:visited	{	}
a.footerlink:hover		{ color: #ff6a38;	}
a.footerlink:active	{	}



/*
a.language {
	font-size:11px;
	font-weight: normal;
	color: #888888;
	text-decoration: none;
	margin:0;
	padding:0;		
	margin-left: 28px;
}
a.language:link { }
a.language:visited { }
a.language:hover {
	color:#de0019;
}
a.language:active { }


a.download {
	font-weight: 		normal;
	color: 				#888888;
	background-color: 	#000000;
	text-decoration: 	none;
	margin:0;
	padding:2;		
}
a.download:link { 		text-decoration: 	none; }
a.download:visited {	text-decoration: 	none; }
a.download:hover { 		text-decoration: 	none; }
a.download:active { 	text-decoration: 	none; }
*/


a.indexmenu_selected 			{	text-decoration:none; font-weight:bold; color: #006b33;	}
a.indexmenu_selected:link 		{ 	}
a.indexmenu_selected:visited	{	}
a.indexmenu_selected:hover		{ 	}
a.indexmenu_selected:active		{	}

a.indexmenu_deselected 				{	text-decoration:none; font-weight:normal; }
a.indexmenu_deselected:link 		{ 	}
a.indexmenu_deselected:visited		{	}
a.indexmenu_deselected:hover		{ 	color: #006b33;	}
a.indexmenu_deselected:active		{	}


/*
-------------------------------------------------------------------------------- menue

*/



/* Real menu */
.menu1 {
	display:block;
	float:left;
	margin-right:16px;
	font-size:11px;
}

.menu1_depth0 {
	color:#333333;
}
.menu1_depth1 {
	color:#cccccc;
}

.menu1_highlighted_depth0 {
	font-weight:bold;
}

.menu1_highlighted_depth1 {
	color:#ff6a38;
}

.menu1_depth2 ,
.menu1_depth3 ,
.menu1_depth4 ,
.menu1_depth5
{	
	font-size:11px;
	line-height:17px;
	color:#b9a9a3;
	clear:both;
	text-indent:10px;
	margin-left:28px;
	margin-right:0px;
}
.menu1_highlighted_depth2 ,
.menu1_highlighted_depth3 ,
.menu1_highlighted_depth4 ,
.menu1_highlighted_depth5 
{
	background-image:	url(../image/standard/menu_highlight_2.gif);
	background-repeat:	no-repeat;

}



/* DIVs drumherum */
.menue_layer2 ,
.menue_layer3 ,
.menue_layer4 {
display:block;
white-space: nowrap;
}



.footerlink{
	color:#333333;
}



/*
-------------------------------------------------------------------------------- common stuff
*/




.form_text 	{
	font-size:12px;
	line-height:10px;
	color:#272727;
	font-style:italic;
	font-weight:normal;
	font-family:times, serif; 
}
.form_input {
	border: none;
	font-size:10pt;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}
.form_checkbox {
	border: none;
	font-size:8.5pt;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.form_select {
	border: solid 1px #aaa096;
	font-size:8.5pt;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.form_textarea {
				border: none;
				font-size:10pt;
				color:#000000;
				font-style:normal;
				font-weight:normal;
				/*font-family:verdana, sans;*/
}
.form_noborder {
	border: solid 0px #000000;
}




.textarea_find {
	border:1px solid #aaa096;
	width:172px;
	height:18px;
	/*line-height:15px;
	font-size:12px;*/
	margin:0px;
	padding:1px;
	margin-right:0px;
	margin-left:28px;
}


a.indexlink{
	color:#000000;
}
a.indexlink:hover		{ color:#E2001A;	}



.indexletter{
	font-family: 'Verdana', 'Arial', 'Geneva', sans-serif;
	color:#E2001A;
	font-size:20px;
}

.admin_as_user_link{
	position:absolute;
	left:0px;
	top:0px;
	width:140px;
	height:20px;
	z-Index:32000;
}

/*
--------------------------------------------------------------------------------
*/

.find_highlight{
	background-color:yellow;
}

/*	Dummy class: Do NOT highlight find-results in elements using that class */
.nofindhighlight{}


/*
--------------------------------------------------------------------------------
*/


.FCK_versteckt {
}

body.body_fck{
	background-image:none;
	color:#000000;
}

/*
--------------------------------------------------------------------------------
*/

div.bereich_buehne{
	position:absolute;
	left:179px;
	top:103px;
	width:987px;
	height:560px;
}

div.bereich_menue_links{
	position:absolute;
	left:0px;
	top:103px;
	width:174px;
	height:492px;
	background-color:#ede8e5;
}
div.bereich_menue_links_abstand{
	position:absolute;
	left:174px;
	top:103px;
	width:5px;
	height:492px;
	background-color:#ffffff;
}
div.bereich_menue_links_innen{
	position:absolute;
	left:28px;
	top:39px;
}



div.bereich_menue_oben{
	position:absolute;
	left:179px;
	top:0px;
	width:987px;
	height:103px;
}

div.bereich_logo{
	position:absolute;
	left:0px;
	top:0px;
	width:174px;
	height:103px;
}

div.bereich_footer{
	position:absolute;
	left:0px;
	top:604px;
	width:1024px;
	height:30px;
}

div.bereich_menue_oben0 {
	position:absolute;
	left:0px;
	top:32px;
}

div.bereich_menue_oben1 {
	position:absolute;
	left:0px;
	top:54px;
}



.galleriebild_icon {
	margin-right:4px;
	margin-bottom:4px;
	border-bottom:1px solid #ff6a38;
}

.produkthead {
	color: #ff6a38;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 21px;
	margin-left:38px;
}

.iGrau {
	color:#a0a0a0;
}

.iSchwarz {
	color:#696469;
}
