* {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  }
ul
{
  margin-left: 20px;
}

html {
  background: #191919;
  color: #ffffff;
  font-size:100%;
  }

body
{
  font-size: 62.5%;
}

ul li, ol li
{
  list-style-position:outside;
}

a img {
  border: none;
  }
  

h1 {
  font-size: 1.4em;
  margin: 0 0 0.4em 0;
  }
  
h2
{
  font-size: 1.3em;
}
  
h1,h2,h3,h4,h5,h6,h7
{
  font-weight: normal;
}

 #container {
  width: 85em;
  position: relative;
  margin: auto auto;
  overflow: hidden;
  }
a,
.toggler h1
{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover
{
  border-bottom: 1px solid;
}

#lbImage a
{
  border: 0;
}

#side_start a
{
  display: inline-block;
}

.imglink,
.imglink a
{
  border: none;
}

.clear_top
{
  /* clear:left; */
  clear: left;
}

.block
{
  display: block;
  clear: both;
}

.ce_text
{
	margin: 0 0 30px 0;
}

 /*
 
 =header
 
 */

#header_wrapper {
  width: 100%;
  background: #000000;
  }

#header {
  width: 85em;
  height: 15em;
  position: relative;
  margin: auto auto;
  z-index: 60;
  }

#logo {
  height: 10em;
  width: 30em;
  padding: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  background: url("kraeutler/logo-bg2.png") repeat-x;
  }
.headerimg
{
  width: 100%;
  height: 100%;
}

.logoimg
{
  width: 10em;
  height: 10em;
}

#logo h1 {
  font-weight: normal;
  display: block;
  top: 1.9em;
  position: absolute;
  left: 6em;
  font-size: 2.2em;
  }
  
#langchange
{
	position: absolute;
	z-index: 600;
	right: 0.2em;
	top: 15.3em;
}
#langchange a
{
	text-decoration: none;
	border: 0;
	padding: 0 4px;
}


  
 /*
 
 =nav
 
 */

#nav_wrapper {
  min-width: 100%;
  background: #ffffff;
  color: #000000;
  position: relative;
}

#nav {
  width: 85em;
  position: relative;
  margin: auto auto;
  height: 3em;
  }
  
#nav ul,
#sub_nav_wrapper ul
{
	margin: 0;
}

#nav a,
#nav a:hover
{
  border-bottom:none;
}

#nav .level_1 {
  height: 3em;
  }

#nav .level_1 li {
  height: 100%;
  list-style-type: none;
  float: left
  }

#nav .level_1 li a 
{
  background: #ffffff;
  }

#nav .level_1 li a, 
#nav .level_1 li .active 
{
  text-decoration: none;
  font-size: 1.4em;
  padding: 6px 10px 7px 10px;
  margin: 0 1px;
  display: block;
  color: #000000
  }

#nav .level_1 li a:hover, 
#nav .level_1 li .active,
#nav .level_1 li .trail {
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #aaaaaa;
  z-index: 1;
  }

#nav .level_1 li a:hover {
  padding: 6px 9px 7px 9px;
  }
  
#nav .level_1 .trail a:hover{
  padding: 6px 10px 7px 10px;
}


#nav .level_1 li .active,
#nav .level_1 li .trail
 {
  background: #ff0000 url("kraeutler/nav_active.gif") repeat-x;
  }
  
/*

=subnav =sub nav

*/

#sub_nav_wrapper {
  min-width: 100%;
  height: 1.8em;
  margin: 0 0 1.5em 0;
  background-color: #ff0000;
  display: block;
  z-index: 5;
}
#sub_nav_bar {
  width: 85em;
  position: relative;
  margin: auto auto;
  }

#sub_nav_bar .level_1
{
  list-style-type:none;
}
#sub_nav_bar .level_1 li
{
  float: left;
  font-size: 1.2em;
  padding: 0 1em 0 1em;
}

#sub_nav_bar .level_1 li a
{
  display:inline-block;
}



 /*
 
 =main
 
 */


#main, #main_start {
  float: left
  }
  

  
#main
{
  width: 100%;
  font-size:1.4em;
  overflow: hidden;
}

#main_start {
  width: 60%;
  font-size:1.4em;
  overflow: hidden;
  }

#side_start {
  width: 40%;
  float: right;
  font-size:1.4em;
  overflow: visible;
  }

#side_start_left {
  width: 40%;
  float: left;
  font-size:1.4em;
  overflow: hidden;
  }

  
#side_start .mod_article
{
  margin: 0 0 0 0.9em;
  padding-left: 0.9em;
}

#side_start_left .mod_article
{
  margin: 0 0.9em 0 0;
  padding-right: 0.9em;
}
 /*
 
 =footer
 
 */

#footer {
  width: 100%;
  height: 2em;
  margin: 0.4em 0 0 0;
  padding: 1em 0 0 0;
  clear: both;
  font-size: 1.1em;
  text-align: center;
  color: #878787;
  }

#footer a {
  color: #878787;
  }

#footer a:hover {
  color: #ffffff;
  }

 /*
 
 =catfilter
 
 */


.catfilter {
  padding: 0.9em;
  border: none;
  background:  url("kraeutler/fieldset-bg-grey.gif") repeat-x bottom;
  margin: 0 0 20px 0;
  position: relative;
  }
.catfilter h3{
	display: inline;
}
  
.catfilter fieldset
{
  border: none;
}

.catfilter legend
{
  font-size: 1.4em;
  display: block;
}

.catfilter .button,
.button,
.catfilter .submit 
{
  font-size: 1em;
  background: #6d6d6d url("kraeutler/button-grey.gif") repeat-x;
  border: 1px solid #000;
  padding: 5px;
  color: #000;
  display: inline;
  }

.catfilter .button
{
  float: left;
  margin: 5px;
}
  
.catfilter .button:hover {
  color: #fff;
  }

.catfilter .resetbutton {
  width: 100%;
  padding: 5px 0;
  text-align:center;
  margin:15px 0 0 0;
}

.catfilter select {
  padding: 1px;
  width: 8.5em;
  position: absolute;
  right: 2em;
  }  
.catfilter ol
{
  list-style-type:none;
  /*width: 30em;*/
  clear: both;
  padding: 2px;
  display: block;
}

.catfilter ol li
{
  margin: 2px 0 5px 0;
  padding: 5px 0;
  display: block;
}

.catfilter .section
{
  border-bottom: 1px solid;
}

.catfilter p
{
  padding: 4px 0;
  margin: 8px 0 0 0;
  display: block;
  clear: both;
}

.boatspec
{
  border: none;
}

.tonlegend
{
  font-size:1.2em;
  color: #fff;
}

.catfilter h2
{
  font-size:1em;
}

/*

=liste

*/
.mod_catalogListing
{
  margin: 1em 0 0 0;
  width: 100%;
}

table
{
  width: 100%;
  vertical-align: middle;
}

table a,
table a:hover
{
  border: none;
}

td
{
  height: 2em;
  padding: 0 0.3em 0 0.3em;
}

.header,
.head
{
  background: #484848 url("kraeutler/button-grey.gif") repeat-x bottom;
  border-bottom: 1px solid #000;
  padding: 6px;
  margin: 0 0 4px 0;
}

.head a
{
  font-weight: normal;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
}


.mod_cataloglist .odd,
.mod_cataloglist .even
{
  padding: 4px 0;
  margin: 2px;

}
.mod_catalogList .odd
{
  /*background: #e2e2e2;*/
}
.mod_cataloglist .total
{
	display: none;
}

table .even
{
  background: #1f1f1f;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #1e1e1e;
}

.mod_cataloglist .col_0
{
  font-size: 1.1em;
}

#bootsmotoren table,
#boatmotors table
{
  text-align:center;
}


/*

=side =seite

*/

#side_start
{
}


/*

=messetermine

*/
#messetermine
{
  border-left: 0px dotted #878787;
}
#messetermine h1
{
  padding: 0 0 0 0em;
}
#messetermine h2
{
  font-size: 1.3em;
}
#messetermine .event
{
  margin: 0.5em 0 0.5em 0;
  padding: 0.6em;
}
#messetermine .time
{
  margin: 0 0 0.4em 0;
  border-bottom: 1px dotted #656565;
}
#messetermine .even
{
  background:  url("kraeutler/fieldset-bg-grey.gif") repeat-x bottom;
}

/*

=h�ndlerlink

*/
.sidebarlink
{
  font-size: 1.3em;
  margin: 0 0 0.2em 0;
}

.haendler_name
{
  font-size:1.3em;
}

/*

=impressum

*/

#imprint_table
{
  width: 30em;
}
/*
=motordetail

*/

#detail_side
{
  float: right;
  width: 40%;
}

#detail_side .file
{
	display: block;
	position: relative;
}

#detail_side .file a
{
	top: -0.2em;
	position: relative;
}

#motor-details h1
{
  margin: 1em 0 0.2em 0;
}

#motor-details .back a
{
	margin: 0.3em;	
	display: inline-table;
	position: relative;
	border-bottom: 1px dotted;
}

#motor-general
{
  width: 58%;
}

#motor-details .sidebg
{
  background:  url("kraeutler/fieldset-bg-grey.gif") repeat-x bottom;
  padding: 0.4em;
}

#motor-beschreibung
{
  margin: 1em 0 1em 0;
}

#motor-details .go_back
{
  margin: 1em;
}

.sidebg .image
{
	margin: 0 7px;
}

.sidebg .image a
{
	border: 0;
}

/*

=startseite

*/

.start_side_link span
{
  position: absolute;
  bottom: 0.4em;
  right: 2em;
  font-size: 1.4em;
  border-bottom: 1px dotted;
}

.start_side_link
{
  position: relative;
  display: block;
  margin: 0 0 3.2em 0;
}
.start_side_link a:hover > span
{
  border-bottom: 1px solid;
}


/*

=sitemap

*/
.sitemap
{
  margin: 0 0 0.1em 0;
}
.sitemap ul li
{
  list-style-type:square;
  margin: 0.2em 0 0.2em 1em;
}

/*
=toggler

border is defined at the beginning with the links

*/
.toggler
{
  display: block;
  margin: 1.2em 0 0.2em 0;
}
.toggler h1
{
  display: inline;
}
.toggler:hover 
{
  cursor: pointer;
}


/*

=input =text

*/
.text
{
  padding: 0.5em;
  color: #fff;
  border: 1px solid #000;
  background: #383838;
}
.text:focus
{
  background: #525252;
}

/*

=pagination

*/

.pagination
{
  display: block;
  border-top: 1px solid #fff;
  margin: 0.4em 0 0 0;
  padding: 0.2em 0;
}

.pagination ul li
{
  float: left;
  display: block;
  margin: 0.1em 0.4em;
}

/*

=industrie auflistung

*/

.industrieliste
{
	position: relative;
}

.industrieliste .mootabs_panel,
.industrieliste .mootabs_panel .active
{
	background: transparent !important; 
	overflow: hidden !important;
}
.industrieliste .mootabs_title
{
	position: absolute;
	display: table;
	padding: 10px;
	margin: 10px 0 0 0;
	top: 0;
	right: 0;
	background:  url("kraeutler/fieldset-bg-grey.gif") repeat-x bottom;	
}
.industrieliste .mootabs_title li
{
	float: none !important;
	background: transparent !important;
	padding:  2px 8px 0px 12px;
	margin: 0 0 2px 0;
}

.industrieliste .mootabs_title .active
{
	background: url("kraeutler/mootabselect.gif") no-repeat top left !important;
}
