/*
  $Id: stylesheet.css,v 1.48 2002/07/11 17:13:14 dgw_ Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com


  Copyright (c) 2001 osCommerce


  Released under the GNU General Public License
*/

div.marker {
	border:1px solid #FFFFFF;
}
div.marker:hover {
	border:1px solid #FF9148;
}


body {
	margin-left:30px;
	margin-top:5px;
	margin-right:0p;
	margin-bottom:0p;
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
}

img {
	border:0px;
}

table.main {
	width:894px;
}


div.article_full {
 	width:894px;
}

.article {
	float:left;
    width:650px;
}


.right {
	margin-left:5px;
	float:right;
	width:238px;
}
/* ---------------------------- */

.serv {
	width:400px;
}
.serv td{
	vertical-align:top;
}
/* ---------------------------- */

div.popup {
	position:absolute;
	top:150px;
	width:300px;
	background-color:#FF9148;
	border:2px solid #E0691A;
	padding:5px;
	font-size:11px;
	z-index:99;
}

div.popup a{
	display:block;
	background-color:#E0691A;
	width:110px;
	padding:8px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	border:1px solid #000000;	
}

div.popup a:hover{
	text-decoration:underline;
}

/* ---------------------------- */
/* Navigationsblock				*/
/* ---------------------------- */



td.navig {
	color:#FFFFFF;
	text-align:bottom;
	background-color:#FF9148;
}

div.navig {
	width:100%;
	color:#FFFFFF;
	background-color:#FF9148;
}

div.navig span {
	float: left;
    padding: 6px 9px 6px 9px;    
	font-weight:bold;  
}

a.navig, a.navig:link, a.navig:visited, a.navig:active   {   
    float: left;  
	font-weight:bold; 
    padding: 6px 9px 6px 9px;   
    text-decoration: none;   
    color: #FFFFFF;
}
a.navig:hover {     
	background-color: #E0691A;
	background-image:url(images/marker.gif);
	background-repeat:no-repeat;
	background-position:center top;
 } 
 
a.navig_active {
    float: left;  
	font-weight:bold; 
    padding: 6px 9px 6px 9px;   
    text-decoration: none;   
    color: #FFFFFF;
	background-color: #E0691A;
	background-image:url(images/marker.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

/* ---------------------------- */
/* Ausklappmenue				*/
/* ---------------------------- */

#nav {
	z-index:100;
	margin:0px;
	float:left;
	padding:0px;
	width:130px;
	display:block;
	direction:rtl;
	list-style-type:none;
}

#nav ul {
	z-index:100;
	background-color:#E8E8E8;
	direction:ltr;
	padding:0px;
	margin:0px;
	width: 130px;
	position:absolute;
	left:-999em;
	top:96px;
	border-left:1px solid #A0A0A0;
	border-right:1px solid #A0A0A0;
	border-bottom:1px solid #A0A0A0;
	list-style-type:none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav li ul li{
	border-top:1px solid #A0A0A0;
	font-size:11px;
}

#nav li ul a {
	padding:2px;
	width:126px;
	display:block;
	color: #000000;
	text-decoration: none;
	margin-top:0px;
}

#nav li ul a:hover {
	background-color : #E0691A;
	color:#FFFFFF;
	font-weight:bold;
}

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


div.scroll_area {
	position:relative;
	overflow:hidden;
	height:120px;
	padding:0px;
	margin:0px;
	border:0px;

}

div.scroller {
	position:absolute;
	display:block;
	float:left;
	padding:0px;
	margin:0px;
}



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

table.m1 {
	width:100%;
	border-bottom:#E3E3E3 2px solid;
	margin-bottom:2px;
}

td.m3 {
	padding-top:5px;
}

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

td.divider{
	width:1px;
}
td.divider div {
	height:40px;
	border-left:1px solid #EEEEEE;
}

td.box {
	width:280px;
	text-align:center;
	vertical-align:bottom;
	padding-bottom:2px;
	padding-right:20px;
	color:#A2A2A2;
}

td.box a {
	font-size:11px;
	color:#A2A2A2;
	text-decoration:none;
}

td.box a:hover {
	text-decoration:underline;
}

form.search {
	margin: 5px 0px 0px 0px;
	padding:0px;
	background-color:#F0F0F0;
	height:40px;
	

}

form.search input.e {
	background-color:#FFFFFF;
	margin-top:0px;
	margin-right:20px;
	border:1px solid #999;
}

form.search input.b {

}


input.submit {
		background: #E0691A;
		border: 0;
		padding: 2px 0;
		width: 65px;
		margin: 9px 10px 1px 0;
		color: #FFF;
		height:22px;
		font: bold 1em Arial, Sans-Serif;
}
/* ---------------------------- */




table.start1 {
	width:580px;
	height:370px;
	vertical-align:bottom;
}

table.start1 td{
	vertical-align:bottom;
}

div.s_box {
	margin-top:4px;
	border:1px solid #B4B4B4;
	width:286px;
	height:181px;
	text-align:left;

}

div.s_box h3{
	margin:0px;
	background-image:url(images/hbg.gif);
	font-size:13px;
	font-weight:normal;
	height:20px;
	padding:4px;
	
}

div.s_box p{
	padding:4px;
	margin:0px;
}

.start_link {
	padding:4px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background-color: #413E37;
	width:572px;

}

.start_link2 {
	position:absolute;
	bottom:0px;
	left:0px;
	padding:4px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background-color: #413E37;
	width:144px;
	

}

a.teaser {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}


a.intro {
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
div.teaser {
	width:100%;
	margin-bottom:10px;
	padding:0px;
	border-top:1px solid #9E9682;
	border-bottom:1px solid #9E9682;
	height:120px;
}

td.spacer {
	font-size:10px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	background-color: #E8E8E8;
}

div.teaser img {
	display:inline;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	
}

.small_teaser {
	width:153px;
	height:183px;
	margin-bottom:5px;
	cursor:pointer;
	position:relative;
}

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

td.wk {
	width:207px;
	vertical-align:bottom;
	text-align:right;
	padding-bottom:2px;
	padding-left:20px;
}

div.wk {
	padding:2px;
	border:1px solid #C0C0C0;
}

table.wk {
	width:100%;

}
table.wk td{
	font-size:11px;
}
table.wk a{
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
/* ---------------------------- */

a.static, a.static:active,a.static:link;a.static:hover {
	padding:0px;margin:0px;
}

table.info {
	border:2px solid #D0D0D0;
	background-color:#FFFFFF;
	width:100%;
	margin-bottom:2px;
	font-size:11px;
}

table.filter {
	border:2px solid #D0D0D0;
	background-color:#EFEFEF;
	width:100%;
	margin-bottom:2px;
}

table.filter td {
	font-weight:bold;
	vertical-align:top;
	padding-bottom:6px;

}

table.filter a {
	text-decoration:none;
	color:#E0691A;
	
}

table.filter a:hover,table.filter a.active  {
	text-decoration:underline;
	color:#FF9148;	
}

div.submenu {
	margin-left:20px;
	font-weight:normal;
}





div.colorfilter p{
	float:left;
	border:1px solid #000000;
	margin:0px 15px 5px 0px;
	width:15px;height:15px;
}


div.inspire {
	border:2px solid #D0D0D0;
	padding:2px;
	margin-bottom:2px;
}

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

div.wgh1, h1.wgh1  { 
	background-color:#E8E8E8;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #574936;
	padding:2px;
	margin-bottom:2px;
	margin-top:0px;
}
div.wgh2 {
	vertical-align:bottom;
	background-color:#5C666B;
	border:1px solid #000000;
	height:190px;
	margin-bottom:2px;
}

div.wgh2_big {
	vertical-align:bottom;
	background-color:#5C666B;
	border:1px solid #000000;
	height:400px;
	margin-bottom:2px;
}

div.wgh3 {
	background-color:#4D4D4D;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	padding:2px;
	margin-bottom:5px;
}

.wgh_pager {
	/*margin-top:165px;*/
	margin-top:375px;
	width:100%;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	background-color: #E8E8E8;
}

.wgh_pager a {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}


table.pl {
	width:100%;
	border:1px solid #B4B4B4;
}

td.pl_hl {
	background-color:#B4B4B4;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:2px;
}

td.pl{
	padding:1px;
	border:1px solid #B4B4B4;
	width:20%;
	vertical-align:top;
}


td.pl_i{
	padding-bottom:2px;
	
}
td.pl_p{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:2px;

}

td.pl_t {
	font-size:10px;
	padding:2px;
}

td.pl_t a {
	color:#000000;
	text-decoration:none;
}

td.pl_t a:hover {
	color:#000000;
	text-decoration:underline;
}

td.pl_k {
	vertical-align:top;
	text-align:right;

}



.smalltext {
	font-size:9px;
}

.main {
	vertical-align:top;
}

a {
	color:#E0691A;
}

img {
	display:block;
}

img.nb {
	display:inline;
}

div.glossar {
	width:200px;
	position:absolute;
	background-color:#FFFFFF;
	border:2px solid #D0D0D0;
	z-index:1;
	padding:2px;
	font-size:10px;
}

div.glossar ul {
	padding-left:15px;
	margin:2px;
}
div.glossar h2 {
	font-size:11px;
	font-weight:bold;
	margin:0px;
}

/* ---------------------------- */
.main {
}

.tableHeading {
	background-color:#F8F8F8;
	font-weight:bold;
}

.dark_bg, .payment-odd {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FF9148;
	height:20px;
}


.formAreaTitle {
	font-weight:bold;
}

.formArea {
	border:1px solid #FF9148;
}


.standardError {
	font-size:14px;
	font-weight:bold;
	color:#FF3030;
	border:1px solid #FF7420;
	padding:5px;
	margin-bottom:5px;

}
