/* MAIN */

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

body{
	background-color: #0080FF;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

table{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	border-collapse: collapse;
	empty-cells: show;
}

img{
	border:0;
}


h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #005DB7;	
	font-size: 1.3em;
}

h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #005DB7;	
	font-size: 1.2em;
}

h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #005DB7;	
	font-size: 1.1em;
}

/* ANCHORS */

a{
	color: #005DB7;
	text-decoration: none;
}

a:hover {
	color: Gray;
	text-decoration: underline;
}

a.pdf{
	background-image: url(img/stories/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}


/* TEMPLATE */

.main{
	background-color: transparent;
	border: none;
	table-layout: fixed;
	border-spacing: 0px;
	margin: 30px auto 30px auto;
	padding: 0px 0px 0px 0px;
	width: 1000px;
}

.main_menue{
	background-color: transparent;
	width: 200px;
}

.main_contentsmall{
	background-color: transparent;
	border: none;
	margin: 0px;	
	padding: 60px 0px 0px 0px;
	width: 550px;
	text-align: left;
}

.main_contentbig{
	background-color: transparent;
	border: none;
	margin: 0px;	
	padding: 60px 0px 0px 0px;
	width: 700px;
	text-align: left;
}

.main_ex{
	background-color: transparent;
	width: 250px;
	border: none;
	margin: 0px;	
	padding: 60px 0px 0px 0px;
}

.spacer{
	margin: 0px;	
	padding: 0px 0px 0px 0px;
	width: 50px;
}

img.mainmenue{
	display:block;
}

/* BOX */

.box{
	border: none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

.boxmain{
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

.boxnews{
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}


.boxtopleft, .boxleft, .boxtopleft{
	width: 21px;
}

.boxtopright, .boxright, .boxtopright{
	width: 19px;
}

.boxbottomright, .boxbottomleft, .boxbottom{
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.boxtopright, .boxtopleft, .boxtop{
	height: 19px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.boxtopright {
	background: url(img/box.top.right.gif);
	background-repeat: no-repeat;

}

.boxtop {
	background-image: url(img/box.top.gif);
	background-repeat: repeat-x;

}

.boxtopleft {
	background-image: url(img/box.top.left.gif);
	background-repeat: no-repeat;
}

.boxleft {
	background-image: url(img/box.left.gif);
	background-repeat: repeat-y;
}

.boxright {
	background-image: url(img/box.right.gif);
	background-repeat: repeat-y;
}

.boxbottomright {
	background-image: url(img/box.bottom.right.gif);
	background-repeat: no-repeat;
}

.boxbottomleft {
	background-image: url(img/box.bottom.left.gif);
	background-repeat: no-repeat;
}

.boxbottom{
	background-image: url(img/box.bottom.gif);
	background-repeat: repeat-x;
}


/* PATHWAY */

div.pathway{
	margin-bottom: 10px;
	background-image: url(img/topicline_blue.jpg);
	background-repeat: no-repeat;
	height: 18px;
	padding: 3px 0px 2px 3px;
	color: White;
}

a.navigation, a.headerNavigation{
	color: White;
	text-decoration: none;
	margin: 0px;
}

a.navigation:hover, a.headerNavigation:hover {
	text-decoration: none;
	color: #F5F5F5;
	text-decoration: underline;
}

/* MENUE(s) */

a.mainlevelroot {
	background-image: url(img/menue.item.grey.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 10px;
	width: 143px;
	display: block;
	line-height: 26px;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 0px 0px 30px;
}

a.mainlevelroot:hover{
	text-decoration: none;
	background-image: url(img/menue.item.greyL.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

a.sublevelroot{
	background-image: url(img/menue.sitem.grey.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 2px;
	margin: 0px 0px 0px 30px;
	padding-left: 15px;
	width: 143px;
	display: block;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
}

a.sublevelroot:hover{
	text-decoration: none;
	background-image: url(img/menue.sitem.greyL.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

a.mainlevelInfoItem {
	background-image: url(img/menue.item.blue.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-left: 30px;
	padding-left: 10px;
	width: 143px;
	display: block;
	line-height: 26px;
	text-decoration: none;
	font-weight: normal;
}

a.mainlevelInfoItem:hover{
	text-decoration: none;
	background-image: url(img/menue.item.blueL.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.moduletableROOT{
	background-color: transparent;
	background-image: url(img/menue.back.jpg);
	background-repeat: repeat;
	border: none;
	margin: 0px;	
	padding: 0px;
	width: 100%;
}

.contentheading, .moduleHeading, .contentheadingNews, .contentheadingref, .contentsTopics, .infoBoxHeading{
	width: 95%;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #005DB7;
	margin-bottom: 20px;
}

.infoBox{
  margin-top: 15px;
  margin-bottom: 10px;
}

.smallHeading{
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	display:block;
}

td.main{
  padding: 2px;
	margin: 0px;
}

.boxHeaderBlue{
   margin-bottom:5px;
   background: url(http://www.german-exhaust.de/shop/templates/gex2007/img/topic_head.jpg) no-repeat;
   height:38px;
   color: #FFFFFF;
   padding-top: 7px;
   padding-left: 10px;
	font-size: 1.3em;
   font-weight: bold;
}

.productSpecialPrice{
	font-size: 1.4em;
	font-weight: bold;
}

td.main img{
	margin-left: 5px;
	cursor: pointer;
}

.popup{
	background-color: #FFFFFF;
	margin: 10px;
}