@import 'reset.css';
@import url(http://fonts.googleapis.com/css?family=Asap);

html {
height: 100%;

}

  
body {
   font-family: "Arial","sans-serif";
   background: url("../images/holz2.jpg");
   height: 100%;
	 color: #333;
	 font-size: 12px;
}


h1, h2, h3, h4, h5 {
   font-weight: bold;
}

h1 {
   font-size: 1.4em;
   margin-bottom: 10px;
}
h2 {
   font-size: 1.3em;
   margin-bottom: 5px;
}
h3 {
   font-size: 1.2em;
}
h4 {
   font-size: 1.1em;
}




p {
   line-height: 1.2;
   font-size: 0.9em;
}

a {
  text-decoration: none;
  color: rgb(11,77,99);
}
a:hover {
  text-decoration: none;
  color: rgb(106,144,147);
}




/*******************************BODY*******************************/


#wrapper {
  background: #EEE;
background-image: linear-gradient(bottom, rgb(214,214,214) 34%, rgb(240,240,240) 67%);
background-image: -o-linear-gradient(bottom, rgb(214,214,214) 34%, rgb(240,240,240) 67%);
background-image: -moz-linear-gradient(bottom, rgb(214,214,214) 34%, rgb(240,240,240) 67%);
background-image: -webkit-linear-gradient(bottom, rgb(214,214,214) 34%, rgb(240,240,240) 67%);
background-image: -ms-linear-gradient(bottom, rgb(214,214,214) 34%, rgb(240,240,240) 67%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.34, rgb(214,214,214)),
	color-stop(0.67, rgb(240,240,240))
);
  border-top: 5px solid #999;
  position:relative;
  width: 1000px;
  /*padding: 3px;  */
  margin: 0 auto;
  min-height: 100%; /* Mindesthöhe für moderne Browser */
height:auto !important; /* Important Regel für moderne Browser */
height:100%; /* Mindesthöhe für den IE */
  z-index: 2;
  
   filter:  
     progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=90,strength=3),
     progid:DXImageTransform.Microsoft.Shadow(color=#888888,direction=270,strength=3);
     
  -moz-box-shadow: 0 0 4px #222;
  -webkit-box-shadow: 0 0 4px #222;
  box-shadow: 0 0 4px #222;

}

body:last-child #wrapper {
    filter: none;
  }

           
#header {
	width:100%;
	height: 90px;
}


#logo {
	background: url("../images/logos/aktuellimnetz.png") center no-repeat;
	width:340px;
	height: 44px;
	padding: 22px 30px;
	float:left;
	
}
#fblogo{
	 float: right;
   height: 35px;
   width: 35px;
   background-repeat: no-repeat;	
	 margin-right: 97px;
   margin-top: 30px;
   align: right;
   text-align: right;
}
 #fb_visit {
  background: url("../images/logos/facebook_visit.png");
  height: 19px;
  width: 80px;
  float: right;
  background-repeat: no-reapeat;
  margin-right: 5px;
  margin-top:30px;
  }
#fb_visit_schrift {
  padding-top:5px;
  padding-left:25px;
  color: #3b5897;
  font-size: 11px;}
  





#mediabox{
  height: 328px;
  background: #FFF url("../js/themes/orman/loading.gif") no-repeat 50% 50%;
  position:relative;
  -moz-box-shadow: 0 4px 4px -4px #333,  0 -4px 4px -4px #333, 0 -100px 100px -120px #333;
  -webkit-box-shadow: 0 4px 4px -4px #333,  0 -4px 4px -4px #333, 0 -100px 100px -120px #333;
  box-shadow: 0 4px 4px -4px #333,  0 -4px 4px -4px #333, 0 -100px 100px -120px #333;
}

#mediabox_ersatz{
  
  
  
  position:relative;
  -moz-box-shadow: 0 4px 4px -4px #333,  0 -4px 4px -4px #333, 0 -100px 100px -120px #333;
  -webkit-box-shadow: 0 4px 4px -4px #333,  0 -4px 4px -4px #333, 0 -100px 100px -120px #333;
  box-shadow: 0 4px 4px -4px #333,  0 -4px 4px -4px #333, 0 -100px 100px -120px #333;
}

#ajaxcontent_clear 
{

position:relative;
}

#ajaxcontent {
  height: 309px;
  position: relative;
}



#ajax_innen {
  
  padding:20px 0 0 20px
}

#content {
  clear:both;
  padding-bottom:20px;
}


#footer { 
  position: relative;
background-image: url("../images/submenu_bg.png");
height: 20px;
  width: 950px;
  padding: 0 25px;
  font-size: 0.8em;
  border-top: 1px solid #444;
  margin: -20px auto 0;
  z-index: 10;
  text-align: right;
  line-height: 20px;
 }


#footer_hr { 
background-attachment: scroll;
background-color: transparent;
background-image: url("../images/menu_bg.jpg");
background-position: 0% 0%;
background-repeat: repeat;

  border-top: #444 1px solid;
height: 15px;
width: 100%;
 }



/************************** Navigation  *****************************/
#nav {
position:relative;
  height: 26px;
  width: 70%;
  margin-left:30%;
  z-index: 1000;
}


ul.topnav {
	list-style: none;
	padding: 0 ;
	margin: 0;
	float: right;
}
ul.topnav li {
	float: left;
	margin: 0;
	margin: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a{
	padding: 5px 0px 7px;
	width: 140px;
	color: #222;
	text-align:center;
	font-size: 1.2em;
	display: block;
	text-decoration: none;
	float: left;
	 opacity: 0.8;
	transition: opacity 0.2s;
  -moz-transition: opacity 0.2s; /* Firefox 4 */
  -webkit-transition: opacity 0.2s; /* Safari and Chrome */
  -o-transition: opacity 0.2s; /* Opera */
	
	}

ul.topnav li.hover{
}

ul.topnav li.hover a{
  opacity: 1;
}

ul.topnav li.active{
	border-top: 1px solid #bbb;
	margin-top:-1px;
}

ul.topnav li.active a{
  background: url(../images/menu_bg.jpg);
	color: #222;
}

ul.topnav li span.subhover {background-position: right; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 24px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 100%;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #999;
	border-top: 1px solid #DDD;
	clear: both;
	width: 100%;
}
html ul.topnav li ul.subnav li a {
  background: none;
  
  color: #222;
	float: left;
	padding: 5px 0px;
	width: 100%;
	text-align:center;
	background: url(../images/submenu_bg.png);
	
}

html ul.topnav li ul.subnav li:last-child {
  border-bottom: none;
}

html ul.topnav li ul.subnav li:last-child a {
  -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
  }

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: url(../images/submenu_bg_hov.png);
}

.flags {
   position: relative;
   top: -4px;
   float: right;
   width: 60px;
   height: 16px;
   padding:4px 0;
}

.flag{
   float: left;
   margin-left:4px;
   opacity: 0.8;
	transition: opacity 0.2s;
  -moz-transition: opacity 0.2s; /* Firefox 4 */
  -webkit-transition: opacity 0.2s; /* Safari and Chrome */
  -o-transition: opacity 0.2s; /* Opera */ 
}

.flag:hover {
  opacity: 1;
	transition: opacity 0.2s;
  -moz-transition: opacity 0.2s; /* Firefox 4 */
  -webkit-transition: opacity 0.2s; /* Safari and Chrome */
  -o-transition: opacity 0.2s; /* Opera */

}

#sidenav {
  position:absolute;
  top: 10x;
  right: 0px;
  margin-top: 20px;
}

ul.sidenav {
	list-style: none;
	padding: 0 ;
	margin: 0;
	float: left;
}
ul.sidenav li {
	float: left;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
  color: #777;
}

ul.sidenav li a{
  margin: 0 5px;
	color: #333;
	text-align:center;
	display: inline-block;
	text-decoration: none;
	float: left;
	opacity: 0.6;
	transition: opacity 0.2s;
  -moz-transition: opacity 0.2s; /* Firefox 4 */
  -webkit-transition: opacity 0.2s; /* Safari and Chrome */
  -o-transition: opacity 0.2s; /* Opera */
	}
	
	ul.sidenav li a:hover{
  opacity: 1;
}





/************************** Showcase  *****************************/

#showcase {display: none;}

.hr {
position:absolute;
bottom:0px;
  width: 100%;
  height: 18px;
  background: url(../images/submenu_bg.png);
  border-top: 1px solid #fff;
}

.contentbox {
  float: left;
  color: #222;
  width: 260px;
  padding: 20px 19px;
  height: 180px;
  background: #ccc;  
}

.contentbox p {
   margin-bottom: 15px;
}

.box_left p {
   margin-top: 5px;
}

.box_left {
  margin-left:2px;
  margin-bottom:10px;
}
.box_right {
  margin-right:2px;
  
}

.box_mid {
  width: 356px;
  border-left: 2px solid #888;
  border-right: 2px solid #888;
  padding-top: 20px;
  
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("../image/menu_bg.jpg");
  
  }

.box_mid img {
  display: block;
  margin: 0 auto;
}



#slider_one {
  overflow: hidden;
  height: 163px;
}

#slider_one_partner {
  overflow: hidden;
  height: 190px;
}


/************************** Neue Boote  *****************************/


#newboats {
   position:relative;
   top:20px;
   padding: 0px 25px;
   height: 216px;
   background: url(../images/menu_bg.jpg);
   opacity:0.8;
}

.heading {
  text-align: center; margin: auto; position:relative; top: 10px; width: 350px; display: block; padding: 6px; font-size: 1.4em;
  font-weight: lighter;
  color: #222;
  border-left: 20px solid #DDD;
  border-right: 20px solid #DDD;
  background: rgb(163,163,163); 
  -moz-box-shadow: 0px 8px 8px -8px #000;
  -webkit-box-shadow: 0px 8px 8px -8px #000;
  box-shadow: 0px 8px 8px -8px #000;
background-image: linear-gradient(bottom, rgb(163,163,163) 23%, rgb(199,199,199) 76%);
background-image: -o-linear-gradient(bottom, rgb(163,163,163) 23%, rgb(199,199,199) 76%);
background-image: -moz-linear-gradient(bottom, rgb(163,163,163) 23%, rgb(199,199,199) 76%);
background-image: -webkit-linear-gradient(bottom, rgb(163,163,163) 23%, rgb(199,199,199) 76%);
background-image: -ms-linear-gradient(bottom, rgb(163,163,163) 23%, rgb(199,199,199) 76%);






background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.23, rgb(163,163,163)),
	color-stop(0.76, rgb(199,199,199))
);
opacity: 0.7;
}


.liner {
  text-align: center; margin: auto; position:relative; top: 10px; width: 350px; display: block; padding: 6px; font-size: 1.4em;
  font-weight: lighter;
  color: #222;
  /*border-left: 20px solid #DDD;
  border-right: 20px solid #DDD;      */
  background: rgb(163,163,163); 
  -moz-box-shadow: 0px 8px 8px -8px #000;
  -webkit-box-shadow: 0px 8px 8px -8px #000;
  box-shadow: 0px 8px 8px -8px #000;
background-image: linear-gradient(bottom, rgb(200,200,200) 23%, rgb(250,250,250) 76%);
background-image: -o-linear-gradient(bottom, rgb(200,200,200) 23%, rgb(250,250,250) 76%);
background-image: -moz-linear-gradient(bottom, rgb(200,200,200) 23%, rgb(250,250,250) 76%);
background-image: -webkit-linear-gradient(bottom, rgb(200,200,200) 23%, rgb(250,250,250) 76%);
background-image: -ms-linear-gradient(bottom, rgb(200,200,200) 23%, rgb(250,250,250) 76%);


filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', 
                                                   endColorstr='#959090');




background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.23, rgb(163,163,163)),
	color-stop(0.76, rgb(199,199,199))
);
opacity: 0.7;
}




 /*PARTNER*/
.nb_partner {
  width: 110px;
  padding: 0 4px;
  margin: 18px 0px;
  height: 180px;
  float: left;
  text-align: center;
  cursor: pointer;
  
}
 
.nb_partner:hover {
  padding:18px 4px;
  margin: 0 ;
  float: left;
  background: url(../images/submenu_bg.png);
}

.nb_partner img {
  opacity: 0.4;
	transition: opacity 0.2s;
  -moz-transition: opacity 0.2s; /* Firefox 4 */
  -webkit-transition: opacity 0.2s; /* Safari and Chrome */
  -o-transition: opacity 0.2s; /* Opera */
}

.nb_partner img:hover {
  opacity: 1;
} 

   


.nb_logo {
  width: 180px;
  padding: 0;
  height: 180px;
  float: left;
  cursor: pointer;
  align: center;
  padding: 18px 0;
}

#nb_logo_elan {
margin-left: 200px;
margin-bottom: 18px;
}

#nb_logo_picul {
margin-left: 200px;
margin-bottom: 18px;
}

#nb_logo_piculjan {
margin-left:400px;
margin-bottom: 18px;
margin-top: 18px;
}

.nb_logo:hover {
  padding: 18px 0;
  margin: 0;
  float: left;
  background: url(../images/submenu_bg.png);

}

.nb_logo img {
  opacity: 0.4;
	transition: opacity 0.2s;
  -moz-transition: opacity 0.2s; /* Firefox 4 */
  -webkit-transition: opacity 0.2s; /* Safari and Chrome */
  -o-transition: opacity 0.2s; /* Opera */
}

.nb_logo img:hover {
  opacity: 1;
}

#newboats_bg{
  height: 100%;
  width: 100%;
  position:relative;
  background: url("../images/home/home3.jpg");
}

#boote_wrap {
    position: relative;
    top: 15px;
    height: 198px;
}



.boot_info {
  width: 70%;
  margin: 10px;
  height: 80px;
  padding: 5px 30px;
  background: url("../images/caption_bg.jpg");
  color: #DDD;
  border: solid 1px #FFF;
  overflow: hidden;
  -moz-box-shadow: 0px 8px 8px -8px #000;
  -webkit-box-shadow: 0px 8px 8px -8px #000;
  box-shadow: 0px 8px 8px -8px #000;
}

.boot_info_partner {
  width: 70%;
  margin: 10px;
  height: 80px;
  padding: 5px 30px;
 
  background: url("../images/caption_bg.jpg");
  color: #DDD;
  border: solid 1px #FFF;
  overflow: hidden;
  font-size:2.5em;
  -moz-box-shadow: 0px 8px 8px -8px #000;
  -webkit-box-shadow: 0px 8px 8px -8px #000;
  box-shadow: 0px 8px 8px -8px #000;
}

.boot_info_partner_td {
font-size:1em;
padding-bottom:4px;
}

#contact {
  position: absolute;
  text-align: center;
  right: 10px;
  bottom: 9px;
  width: 18%;
  height: 60px;
  padding: 15px 10px;
  background: url("../images/caption_bg.jpg");
  color: #DDD;
  border: solid 1px #FFF;
  overflow: hidden;
  -moz-box-shadow: 0px 8px 8px -8px #000;
  -webkit-box-shadow: 0px 8px 8px -8px #000;
  box-shadow: 0px 8px 8px -8px #000;
}

.boot_info_t {
  display:none;
}                   

.boot_info tr{
}

.boot_info td{
  width: 10%;
  height: 20px;
  padding: 15px 1.25% 5px;
  text-align: left;
}

.boot_info_partner td{
  width: 10%;
  height: 40px;
  padding: -3px 1.25%;
  text-align: center;
}

.boot_info_partner td a{
  color:'ffffff'   ;
}


.boot_info td:nth-child(odd){
font-weight: bold;
text-align: right;
}




#single_page{
  padding: 30px;
  background: #FFF;
  -moz-box-shadow: 0 4px 4px -4px #333,  0 -4px 4px -4px #333, 0 -100px 100px -120px #333;
  -webkit-box-shadow: 0 4px 4px -4px #333,  0 -4px 4px -4px #333, 0 -100px 100px -120px #333;
  box-shadow: 0 4px 4px -4px #333,  0 -4px 4px -4px #333, 0 -100px 100px -120px #333;
  line-height: 1.4;
}




/*** Overall FancyMoves Slider Styles ***/
.mb-wrapper {
  width: 900px; /* default, this is overridden by script settings */
  margin: 0 auto;
  position: relative;
  padding-top: 5px;
  left: 0;
  top: 0;
  background: url("../images/submenu_bg.png");
}

/* Panel Wrapper */
.mb-slider, .mb-scroll {
  position: relative;
  width: 100%;
  height: 162px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  left: 0;
  top: 0;
}  


.mb-scroll {
  background: #FFF;
}
/*** Slider panel ***/
.mb-slider .mb-panel {
  width: 350px;  /* default, this is overridden by script settings */
  margin: 5px 0;
  padding: 5px;
  display: block;
  cursor: pointer;
  float: left;
  list-style: none;
}

/* Cursor to arrow over current panel, pointer for all others,
  change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
 cursor: auto;
}

/*** Inside the panel ***/
.mb-inside {
  padding: 10px;  
}

.mb-inside * {
  max-width: 100%;
}

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
  display: block;
  width: 50px;
  height: 50px;
  background: transparent url(../images/arrows1.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -29px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0;
}
a.mb-scrollButtons.mb-left {
  background-position: left top;
  left: -65px;
}
a.mb-scrollButtons.mb-right {
  background-position: right top;
  right: -65px;
}
a.mb-scrollButtons.mb-left:hover {
  background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
  background-position: right bottom;
}

.mb-inside p {
  color: #222;
  font-size:1.1em;
  font-family:Arial, Helvetica, sans-serif;
  display: block;
  height: 18px;
  text-align: center;
  outline: 0;
}

.mb-inside img {
  margin: 5px 0;
}

.mb-inside a {
  color: #444;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
  display: block;
  text-decoration: none;
   padding: 2px;
  height: 18px;
  text-align: center;
  outline: 0;
}






/*** Controls added below the panels ***/
.mb-controls {
  margin: 0 auto;
  text-align: center;
  
  position: relative;
  z-index: 100;
}
.mb-controls a {
  color: #444;
  font-size:1em;
  font-family:Arial, Helvetica, sans-serif;
  display: inline-block;
  text-decoration: none;
 
  padding: 5px 0 0;
  height: 18px;
  margin: 0 5px 0 0;
  text-align: center;
  outline: 0;
}
.mb-controls a.current, .mb-controls a:hover {
  color: #fff;
}



/*********************************ARTICLE ****************************/
.article {
  width: 290px;
  height: 250px;
  padding: 10px;
  float: left;
  background: url("../images/submenu_bg.png");
  margin: 20px 11px;
   line-height: 1.4;
  -moz-box-shadow: 1px 1px 2px #222;
  -webkit-box-shadow: 1px 1px 2px #222;
  box-shadow:  1px 1px 2px #222;
  opacity: 0.8;
  transition: opacity 1s;
  -moz-transition: opacity 1s; /* Firefox 4 */
  -webkit-transition: opacity 1s; /* Safari and Chrome */
  -o-transition: opacity 1s; /* Opera */
}

.article:hover {
  opacity: 1;
}

.article_text {
   line-height: 1.4;

}

.download {
   display: inline-block;
   position: relative;
   width: 200px;
   overflow: hidden;
   margin: 20px 30px;
   text-align: center;
}

.thumbnail {
display:block;
margin:auto; margin-bottom:10px;
   border: 1px solid #fff;
   -moz-box-shadow: 1px 1px 1px #222;
  -webkit-box-shadow: 1px 1px 1px #222;
  box-shadow:  1px 1px 1px #222;
  opacity: 0.8;
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s; /* Firefox 4 */
  -webkit-transition: opacity 0.4s; /* Safari and Chrome */
  -o-transition: opacity 0.4s; /* Opera */
}

.thumbnail:hover {
  opacity: 1;
}

.download_text {
       
        font-weight: bold;
        font-size: larger;
}

.download_info {
        font-style:italic; 
        color: #000000;   
}

.article_text ul li {
padding-left: 10px;
}

.article_text ul {
list-style: circle outside;
}

#inline{
  color: #000;
}

#inline:hover{
  color: #000;
}

.article img {
  width: 286px;
  height: 95px;
  margin-bottom: 10px;
  border: solid 2px #000;
}

.article_img {
  margin-bottom: 15px;
  -moz-box-shadow: 1px 1px 2px #222;
  -webkit-box-shadow: 1px 1px 2px #222;
  box-shadow:  1px 1px 2px #222;
}
