body
{
	padding:0px;
	margin:0px;
	background-color:#999;

	text-decoration:none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #333;
	font-size: 12px;

	padding-top:20px;
}

img
{
	border:0px;
}

a
{
	font-weight:bold;
	color: #999;
	text-decoration:none;
}

a:hover
{
	color: #c12;
}

table
{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
}

h1
{
	text-transform:uppercase;
	font-size:20px;
	color:#c12;
}

h2
{
	text-transform:uppercase;
	background:#c01;
	color:#fff;
	padding:2px;
	font-size:12px
}

h3
{
	background-image:url('images/verlauf_h2.jpg');
	background-position:right;
	font-size:14px;
}

img.logo
{
	margin-bottom:10px;
}

div.clear
{
	clear:both;
}

div.imglist>a
{
	margin-right:5px;
}

div.imglist>a>img
{
	margin-bottom:5px;
}

div.dllist>a
{
	margin-right:15px;
	float:left;
}

div.dllist>a>div
{
	text-align:center;
}

div.dllist>a>div>span
{
	display:block;
	text-align:center;
}

div.dllist>a>div>img
{
	margin-bottom:5px;
}

/** Index ********************************************************************/

#content
{
	padding:20px;
	width:755px;
	margin:auto;
	background-color:#fff;
	margin-bottom:20px;
	overflow-y:auto;
}

#navi
{
	text-align:left;
}

#navi>a
{
	text-transform:uppercase;
	text-decoration:none;
	color:#333;
	border-right:1px solid #333;
	padding:0px 5px;
	font-weight:bold;
}

#navi>a:hover
{
	color:#999;
}

#navi>a.sel
{
	color:#cc1122;
}

#path
{
	padding-top:5px;
	padding-left:5px;
	text-transform:lowercase;
}

#footer
{
	background-image:url('images/verlauf_disclaimer.jpg');
	text-align:right;
	padding:2px 10px 2px 0px;
	margin-top:20px;
	clear:both;
}


#footer a
{
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;

}

/** LargeImage ***************************************************************/
#largeImage
{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow-y:auto;
	padding-top:10px;
}

#largeImage>div.overlay
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	
	background:#fff;
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	opacity:.3;
}

#largeImage>div.pos
{
	position:relative;
	text-align:center;		
}


#largeImage>div.pos>div.frame
{
	display:inline-block;
}

#largeImage>div.pos *.frame
{
	padding:15px;
	border:1px solid #333;
	text-align:right;
	background-color:#FFF;
}

#largeImage>div.pos *.frame>img
{
	display:block;	
}

#largeImage>div.pos *.frame>a
{
	margin-top:5px;
	cursor:pointer;	
}

/** News *********************************************************************/

#news>div.element>span.readmore
{
	display:block;
	text-align:right;
	margin-top:5px;
	margin-left:100px;
	margin-right:5px;
	border-bottom:1px solid #999
}

#news>div.element
{
	position:relative;
	padding-left:250px;
	min-height:130px;
	margin-bottom:50px;
}

#news>div.element>a.image>img
{
	position:absolute;
	top:0px;
	left:0px;
	width:230px;
	height:auto;
}

#news>div.element h3
{
	background:#c01;
	color:#fff;
	padding:2px;
	font-size:12px
}

#news>div.paging
{
	text-align:right;
	border-bottom:1px solid #c01;
	border-top:1px solid #c01;
}

#news>div.paging>a
{
	padding:10px;
}

/** Products *****************************************************************/

#products
{
	list-style:none;
	margin:0px;
	padding:0px;
	clear:left;
	display:block;
}

#products li
{
	float:left;
	margin-right:7px;
	margin-bottom:12px;
}

#products li>a
{
	position:relative;
	height:120px;
	width:87px;
	display:block;
}

#products li>a>img
{
	display:block;
}


#products li>a>span
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:26px;
	
	display:block;
	background:#999;
	font-size:11px;
	margin-top:6px;
	padding:1px 2px;
	color:#fff;
	text-transform:uppercase;
}

#products li>a>span>div.category
{
	font-size:9px;
}

#products li>a:hover>span
{
	background:#c01;
}


#products li.sel>a>span
{
	background:#c01;
}


#products li>a>div
{
	position:absolute;
	height:87px;
	width:87px;
	top:0px;
	left:0px;
	background:#fff;
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	opacity:.3;
	display:block;
}

#products li>a:hover>div
{
	display:none;
}


#products li.sel>a>div
{
	background:#c01;
	-moz-opacity:.6;
	opacity:.6;
	filter:alpha(opacity=60);
	display:block;
}

/** ProductDetails ***********************************************************/

#productDetails
{
	padding-left:300px;
	position:relative;
	min-height:500px;
	max-height:1000px;
}

#productDetails>img.image
{
	position:absolute;
	top:0px;
	left:0px;
	width:280px;
	height:auto;
}

#productDetails table
{
	border:1px solid #999;
}

#productDetails th
{
	border-left:1px solid #999;
	border-bottom:1px solid #999;
}
	
#productDetails td.size
{
	height:30px;
	width:150px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	text-align:center;
}

#productDetails td.color
{
	width:100px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	text-align:center;
}

/** Team *********************************************************************/

#team>ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	clear:left;
	display:block;
}

#team li
{
	float:left;
	margin-right:7px;
	margin-bottom:12px;
}

#team li>a
{
	position:relative;
	height: 120px;
	width: 87px;
	display:block;
	overflow:hidden;
}


#team li>a>img
{
	display:block;
}


#team li>a>span
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:26px;
	
	display:block;
	background:#999;
	font-size:11px;
	margin-top:5px;
	padding:1px 2px;
	color:#fff;
	text-transform:uppercase;
}

#team li>a:hover>span
{
	background:#c01;
}


#team li.sel>a>span
{
	background:#c01;
}


#team li>a>div
{
	position:absolute;
	height:87px;
	width:87px;
	top:0px;
	left:0px;	
	background:#fff;
	filter:alpha(opacity=30);
	-moz-opacity:.3;
	opacity:.3;
	display:block;
}

#team li>a:hover>div
{
	display:none;
}


#team li.sel>a>div
{
	background:#c01;
	-moz-opacity:.6;
	opacity:.6;
	filter:alpha(opacity=60);
	display:block;
}

/** TeamMember ***************************************************************/

#teamMember
{
	padding-left:300px;
	position:relative;
	min-height:500px;
	max-height:1000px;
}

#teamMember>img.image
{
	position:absolute;
	top:0px;
	left:0px;
	width:280px;
	height:auto;
}

#teamMember td.label
{
	color:#999;
	font-weight:bold;
	font-size:11px;
	width:150px;
}

#teamMember td
{
	vertical-align:top;
	padding: 2px;
	padding-bottom: 10px;
}

/** Links ********************************************************************/

#links h4
{
	color:#fff;
	width:183px;
	height:17px;
	padding-left:10px;
	padding-top:4px;
	text-transform:uppercase;
	font-size:12px;
	margin:0px 0px 10px 0px;
}

#links a.lnk
{
	color: #333;
	font-size: 13px;

	margin-bottom:10px;
	display:block;
}

#links a.lnk:hover
{
	color: #cc071e;
}

/** Contact ******************************************************************/

#contact>div
{
	position:relative; 
	margin-bottom:50px;
	padding-left:205px;
}

#contact>div>img
{
	position:absolute; 
	left:0px; 
	top:0px;
}

#contact td.def
{
	vertical-align:top;
	color:#999;
	width:100px;
}

/** Dealers ******************************************************************/

#dealers>div.dealer
{
	padding-left:205px;
	position:relative;	
}

#dealers>div.dealer>img.logo
{
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
}

#dealers>div.dealer td
{
	width:240px;
}

#dealers>div.dealer td.def
{
	vertical-align:top;
	color:#999;
	width:50px;
}


#dealers>div.dist
{
	padding-left:205px;
	height:80px;
	position:relative;	
}

#dealers>div.dist>img.logo
{
	position:absolute;
	top:0px;
	left:0px;
	height:75px;
	border:1px solid #333;
}

#dealers>div.dist td
{
	width:240px;
}

#dealers>div.dist td.def
{
	vertical-align:top;
	color:#999;
	width:50px;
}

