/* microsite allg CSS */
/* erweitert und optimiert fuer JS Ausklapper CSS 20.02.2009 15:13 */
/* ---------- fonts ---------- */

body, h5, h6, h7, th, td, input, textarea, select, #nav h1, #nav h2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
h1  {
	font-size: 16px;
}
h2, caption {
	font-size: 14px;
}
h3, h4 {
	font-size: 12px;
}
form {
	text-align: left;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	margin: 20px auto;
	background: #ffffff;
	padding: 0px;
	text-align: center;
}
h1, h2, h3, caption {
	color: #767676;
}
caption, th {
	text-align: left;
	font-weight: bold;
}
img {
	border: 0px;
}
form ul {
	list-style: none;
}
select {
	width: 200px;
}
a {
	text-decoration: none;
}
a:link, a:visited  {
	color: #f68121;
}

a:hover {
	color: #ff0000;
}
object, embed, div {
	margin: 0px;
	padding: 0px;
}
table, tbody {
	width: 100%;
}
caption {
	margin-top: 20px;
}
th, td {
	vertical-align: top;
	padding: 2px 4px;
}
th {
	background: #eeeeee;
	text-align: left;
	padding: 4px;
}
td {
	border-bottom: 1px solid #cccccc;
}
/*
#content ul {
	list-style: url('/fileadmin/media/common/bullet_m.gif') square outside;
}
*/
#klickpfad {
	margin: 14px 0px 20px;
	*	margin: 14px 0px 46px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *	 */


#header, #nav, #container, #footer {
	width: 800px;
	position: relative;
}

#header {
	height: 40px;
	text-align: right;
	margin: 40px auto 20px;
}

#nav {
	width: 802px;
	*	width: 800px;
	height: 22px;
	*	height: 22px;
	z-index: 30;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#nav ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#nav li {
	position: relative;
	display: inline;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li.aktiv {
	font-weight: bold;
}
#nav li.first a {
	border-left: 1px solid #cccccc;
}
#nav a {
	display: block;
	float: left;
	color: #666666;
	background: inherit;
	margin: 0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	*	height: auto;
	text-align: center;
	padding: 4px 12px;
	background: #ffffff;
}
#nav a:hover {
	color: #ff9900;
}

/* microsite JS Ausklapper CSS */
/* http://javascript-array.com/scripts/simple_drop_down_menu/

*/

#nav li.multilang {
	float: left;
}
#nav li.multilang a {
/*	position: relative;
	left: 0;
	border: 1px solid #ff0000;
	*	border: 0;
*/
}
#nav li.multilang div {
	position: absolute;
	*	position: relative;
	left: 0;
	top: 24px;
	*	top: 0;
	width: 80px;
	*	width: 100px;
	z-index: 31;
	visibility: hidden;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;

}
#nav ul#sddm {
/*	position: relative;
	*/	position: absolute;
	top: 3px;
	z-index: 32;
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}
#nav ul#sddm li {
	list-style: none;
	float: none;
	clear: both;
}
#nav ul#sddm li a:hover {
	color: #F68121;
}
#nav ul#sddm a {
	float: none;
	clear: both;
	width: 100%;
	height: 14px;
	*	height: 18px;
	display: block;
	margin: 0;
	padding: 2px 12px;
	text-align: left;
	white-space: nowrap;
	border: 0;
	border-bottom: 1px solid #d6d6d6;
}
#nav ul#sddm a:link, #nav ul#sddm a:visited {
	background: #e9e9e9;
/*	color: #c65101; */
	color: #dd8800;
}
#nav ul#sddm a:hover {
	background: #f6f6f6;
	color: #ff0000;
}

/*********************subnav*********************************/
#sub_men {
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;

}
#sub_men, #sub_men ul, #sub_men li, #sub_men a {
	*	height: auto
}
#sub_men ul {
	list-style: url(none) none;
	margin: 0px;
	padding: 0px;
}
#sub_men li {
/*	list-style: url('/fileadmin/media/common/spacer.gif') none;
*/
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#sub_men li.first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#sub_men li a:hover {
	color: #FF9900;
	background-color: #FFFFFF;
}
#sub_men a, #sub_men a:link, #sub_men a:visited, #sub_men a:hover, #sub_men a:active {
	color: #666666;
	margin: 0px;
	padding: 2px 14px;
	display: block;
}
#sub_men li.aktiv a, #sub_men li.aktiv a:link, #sub_men li.aktiv a:visited {
	font-weight: bold;
	color: #FF9900;
	background-color: #FFFFFF;
}

/*********************subnav_end********************************

	*	position: absolute;
	*	top: 140px;
*/



#container {
	position: relative;
	z-index: 20;
	float: none;
	clear: both;
	padding: 10px 0px 0px;
	margin: 0px auto;
	background: inherit;
	*	background: none;
	*	height: 440px;
	min-height: 440px;
	border: 1px solid #cccccc;
	overflow: auto;
	*	overflow: visible;

}

/* * * * * * * * * * * * * * * * * * * * * * * * * */
#container div {
	text-align: left;
	top: 0px;
}
#container p {
	margin-top: 0px;
}
#container div div {
	margin: 0px;
	padding: 0px;
}
#container ul {
	list-style: url(/fileadmin/media/common/bullet_m.gif);
}
#content {
	width: auto;
	margin: 10px;
}
#spacer {
	width: auto;
}
a.button, a#button {
	display: block;
	padding: 3px 12px;
	margin: 0px;
/*	color: #000000;*/
	text-decoration: none;
	text-align: center;
}
a:link.button, a:visited.button, a:link#button, a:visited#button {
	color: #ffffff;
	border: 1px solid #999999;
	background: url(/fileadmin/media/common/bg_button_f2.jpg) repeat-x;
	text-decoration:none;
}
a:hover.button, a:active.button, a:hover#button, a:active#button {
	color: #990000;
	border: 1px solid #999999;
	background: url(/fileadmin/media/common/bg_button.jpg) repeat-x;
}


/* ------ mailform ------ */

#mailform, .csc-mailform, .csc-mailform-field {
	float: left;
	clear: left;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
#mailform label {
	margin: 6px 12px 6px 0;
	*	margin-top: 10px;
	display: block;
	width: 180px;
	*	width: 172px;
	float: left; /**/
	border-bottom: 1px solid #eee;
}
#mailform hr {
	clear: both;
}
#mailform input, #mailform select {
	margin: 3px 0;
	vertical-align: bottom;/**/
	border: 1px solid #ccc;
    width: 300px;
}

#mailform textarea {
	vertical-align: top;
	margin: 6px 0;
	border: 1px solid #ccc;
    width: 300px;
}
#csc-mailform-field, #mailformformtype_mail, .csc-mailform-submit {
	clear: both;
	margin-top: 20px;
}

#mailform input.csc-mailform-submit {
	color: #fff;
	background: #f68121;
	border: 0;
	text-decoration: none;
	width: 96px;
	margin-left: 192px;
	*	margin-left: 188px;
	padding: 3px 6px;
}
#mailform input.csc-mailform-submit:hover {
	background: #f9a141;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * */
/* - - - - - - subtemplates - - - - - - - - - - - - */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */


div.einsvoneins ul,
div.einsvonzwei ul, div.zweivonzwei ul,
div.einsvondrei ul, div.zweivondrei ul, div.zweivondrei ul,
div.einsvonvier ul, div.zweivonvier ul, div.zweivonvier ul, div.viervonvier ul  {
	list-style: url(/fileadmin/media/common/bullet_m.gif);
}
/* - - - - - - einspaltig - - - - - - - - - - - -

	overflow: visible;
	position: static;
	*	margin-left: 0px;
*/

div.einsvoneins, .drueber, .drunter, .drueber2, .drunter2, .drueber3, .drunter3, .drueber4, .drunter4  {
	position: relative;
	left: 20px;
	*	left: 10px;
	width: 740px;
	*	width: 740px;
	margin: 10px 8px;
	padding: 10px 2px;
	*	padding-right: 20px;
}

/* - - - - - - zweispaltig - - - - - - - - - - - -

	position: static;
*/

div.einsvonzwei, div.zweivonzwei, .drueber2, .drunter2 {
	position: relative;
	left: 20px;
	*	left: 20px;
	margin: 10px 8px;
	padding: 0;
	float: left;
}
div.einsvonzwei, div.zweivonzwei {
	width: 360px;
}


/* - - - - - - dreispaltig - - - - - - - - - - - - */

div.einsvondrei, div.zweivondrei, div.dreivondrei, .drueber3, .drunter3 {
	position: relative;
	left: 20px;
	*	left: 16px;
	margin: 10px 8px;
	padding: 0;

	float: left;
}
div.einsvondrei, div.zweivondrei, div.dreivondrei {
	width: 240px;
}

/* - - - - - - vierspaltig - - - - - - - - - - - -
*/

div.einsvonvier, div.zweivonvier, div.dreivonvier, div.viervonvier, .drueber4, .drunter4 {
	position: relative;
	left: 14px;
	*	left: 10px;
	margin: 10px 8px;
	padding: 0;
	float: left;
}
div.einsvonvier, div.zweivonvier, div.dreivonvier, div.viervonvier {
	width: 175px;
}

/* - - - - - - common - - - - - - - - - - - -
	float: none;
*/

.drueber, .drunter, .drueber2, .drunter2, .drueber3, .drunter3, .drueber4, .drunter4 {
	margin-bottom: 0;
}

div.einsvoneins, div.einsvonzwei, div.einsvondrei, div.einsvonvier,
.drunter, .drunter2, .drunter3, .drunter4 {
	clear: both;
}


/* * * * * * * * *    footer    * * * * * * * * * * * * * * * */

div#footer {
	border: 0px;
	text-align: right;
	padding: 4px 4px 0px;
	margin: 0px auto;
}
/* * * * * * * * *    flash    * * * * * * * * * * * * * * * */
object { outline:none; }

/* * * * * * * * *    formhandler    * * * * * * * * * * * * * * * */
.productlines {
	float: left;
}

.check {
	float: right;
	display: none;
}

.producterror,
.codeerror {
	display: none;
}

#container div div.error {
	color: #FF0000;
	margin-bottom: 5px;
}

input.error,
#container div div.coupon input.error {
	border-color: #FF0000;
}

#container .Tx-Formhandler table td.error {
	border: 1px solid #FF0000;
}

#container div div.coupon {
	display: block;
	margin-bottom: 10px;
}

#container div div.coupon input {
	margin-bottom: 5px;
	margin-right: 20px;
	border: 1px solid 	#808080;
}

.Tx-Formhandler table {
	margin-bottom: 10px;
}

#container div div.textprev {
	margin-right: 5px;
}

#container div div.orderlis,
#container div div.fields {
	margin-bottom: 5px;
}

#container div div.orderlis {
	float: left;
}

.Tx-Formhandler label {
	display: block;
	width: 180px;
	*width: 172px;
	float: left; /**/
}

.Tx-Formhandler input.input {
	width: 400px;
}

.Tx-Formhandler input.input_mult {
	width: 199px;
}

#container div div.clear {
	clear: both;
}

.Tx-Formhandler input.navigation_button {
	margin-right: 20px;
}

.Tx-Formhandler input#next,
.Tx-Formhandler input#back {
	color: #ffffff;
	border: 1px solid #999999;
	background: url(/fileadmin/btnBG_normal.jpg) repeat-x;
}

.Tx-Formhandler input#next:hover,
.Tx-Formhandler input#back:hover {
	color: #990000;
	border: 1px solid #999999;
	background: url(/fileadmin/btnBG_hover.jpg) repeat-x;
}

.Tx-Formhandler select {
	width: 50px;
}
