/***************************************/
/* Neues Stylesheet für ALUXIS         */
/*  copyright by dynamic.dot           */
/*                                     */
/* Layout                              */
/***************************************/

html, body { 
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font-size: 10pt;
	color: white; 
	text-decoration: none;	
	margin-top: 0px;
   	margin: 0px auto;
	overflow: hidden;
	background-color: #eb880e;

	scrollbar-base-color: #eb880e;
	scrollbar-face-color: #eb880e;
	scrollbar-arrow-color: #677171;
	scrollbar-track-color: #677171;
	scrollbar-shadow-color: #677171;
	scrollbar-highlight-color: #677171;
	scrollbar-3dlight-color: #677171;
	scrollbar-darkshadow-Color: #677171;

}

p,P{
	margin-top: 0px;
}


.wrapper { 
	margin: 0 auto;
	margin-top:25px;

	text-align: left;
	height: 660px;	 
	width: 928px;	
	background-color: #677171;
	
}

#header { 


}

#menutop{
	width: 528px;
	height: 93px;
	float: left;
	margin: 29px 0  0 29px;
}

#singlemenu{
	text-align: right;
	margin: 15px 29px 0 0;
	/*float: right;*/
}

.logo{
	float: left;
	text-align: right;
	margin: 29px 29px 0 0;

}

#picbg{
	width: 755px;
	height: 194px;
    /*margin-left: 29px;*/
	background-color: #eb880e;
	float: left;

}

.pic{
	width: 245px;
	height: 184px;
	float: left;
	margin: 5px 0 5px 5px;
	background-color: white;

}

.clear{
	clear: both;
}


#content {
	width: 755px;
	height: 210px;
	float: left;
	margin: 5px 0 0 0px;
}

.text{
	width: 755px;
	height: 195px;
	float: left;

	overflow-x: hidden;
	overflow-y: auto;

	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: white;
}

.formular{
	width: 320px;
	padding-top: 10px;
	padding-left: 80px;
	font-size: 10pt;
}

.dottop{
	padding: 10px 0 5px 0;
	float: left;
}

.dotbot{
	padding: 5px 0 10px 0;
	float: right;
}

#shoplink{
	width: 90px;
	height: 25px;
	margin: 0px 0 0 29px;

	line-height: 25px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}
/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1*/

#menuleft{
	width: 148px;
	height: 435px;
    /*margin: 0px;*/
	float: left;
    /*background: green;*/
    text-align: left;

}

#menuleft ul {
   	margin: 0;
    padding: 0;
    width: 148px;
}

#menuleft ul li {
	margin: 0;
	list-style-type: none;
	text-align: right;
    padding-right: 5px;
}

#menuleft ul li a {
	color: white;
	text-decoration: none;
}

#menuleft ul li a:hover,
#menuleft ul li.active a {
	color: #eb880e;
}

/* Level 2  */
#menuleft ul.subNavigation {

    width: 148px;
    /*text-align: left;*/
}

#menuleft ul.subNavigation li a {
	color: white;
	text-align: right;
}

#menuleft ul.subNavigation li.active a {
	text-align: right;
	color: white;
	font-style: italic;
}

#menuleft ul.subNavigation li a:hover,
#menuleft ul.subNavigation li.active a {
	text-align: right;
	font-style: italic;
}


/* Level 3  */
#menuleft ul.subSubNavigation {
    width: 148px;

}

#menuleft ul.subNavigation li ul.subSubNavigation li a {
	text-align: right;
	color: white;
    font-style: normal;
}

#menuleft ul.subNavigation li ul.subSubNavigation li a:hover,
#menuleft ul.subNavigation li ul.subSubNavigation li.active a {
	text-align: right;
	color: white;
	font-style: italic;
}
/************ Top Navi *************/

ul#metaNavigation {
	margin: 0;
	padding: 15px 0 0 0;
}

ul#metaNavigation li {
	margin: 0;
	padding: 0 15px 0 0;
	display: inline;

}

ul#metaNavigation li a:link	{
	font-size: 12pt;
	font-weight: bold;
	color:white;
	text-decoration: none;
}

ul#metaNavigation li a:visited {
	font-size: 12pt;
	font-weight: bold;
	color: white;
	text-decoration: none;

}

ul#metaNavigation li a:hover {
	font-size: 12pt;
	font-weight: bold;
	color: #eb880e;
	text-decoration: none;

}

ul#metaNavigation li a:active {
	font-size: 12pt;
	font-weight: bold;
	color: #eb880e;
	text-decoration: none;

}

/************ Top Single *************/

ul#singleNavigation {
	margin: 0;
	text-align: right;
}

ul#singleNavigation li {
	margin: 0;
	display: inline;

}

ul#singleNavigation li a:link	{
	font-size: 9pt;
	color: white;
	text-decoration: none;
}

ul#singleNavigation li a:visited {
	font-size: 9pt;
	color: white;
	text-decoration: none;

}

ul#singleNavigation li a:hover {
	font-size: 9pt;
	color: #eb880e;
	text-decoration: none;

}

ul#singleNavigation li a:active {
	font-size: 9pt;
	color: #eb880e;
	text-decoration: none;

}
/*********/
/* LINKS */
/*********/

a.shop:link	{
	background-color: #eb880e;
	color: white;
	display: block;
	text-decoration: none;
}

a.shop:visited {
	background-color: #eb880e;
	color: white;
	display: block;
	text-decoration: none;
}

a.shop:hover {
	background-color: white;
	color: #eb880e;
	display: block;
	text-decoration: none;
}

a.shop:active {
	background-color: #eb880e;
	color: white;
	display: block;
	text-decoration: none;
}

/*********************/
/* Formular          */
/*********************/

form {
	/*display: inline;
	clear: both;*/
	
}

label{
	font-size: 0.75em;
	/*text-align: left;*/

}

.right {
	float: right;
	/*margin-left: 15px;*/
}

.left2 {
	padding-left: 30px;
	float: left;
	/*margin-left: 15px;*/
}

.left3 {
	margin-left: 10px;

}

.inputtitel{
	/*padding-top: 3px;*/
	float: left;
	width: 60px;
}

input{
	border: none;
	margin: 0 10px 5px 0;
	float: left;
	border-bottom: 2px solid white;
	font-size: 9pt;
}

textarea{
	border: none;
	margin: 0 10px 7px 0;
	float: left;
	font-size: 9pt;
}


.inputfix{

	float: left;
	border-bottom: 2px solid #eb880e;
	
}

.inputwrong{
	background-color: #eb880e;
	border-bottom: 2px solid #eb880e;
	float: left;
}

.button{
	margin: 15px 10px 0 5px;
	cursor: pointer;
	font-size: 11pt;
	line-height: 14pt;
	color: black;
	border: 2px solid #eb880e;
	background-color: white;
	width: 160px;
}