@import url(print_addon_einblendbox.css);


html * 
 {
  margin: 0;
  padding: 0;
 }
  
body 
 {
  font-size: 11pt;
  font-family: Times, Times New, serif;
  background: #ffffff;
  color: #000000;
 }


 
 
/***** Start: general definitions, classes, ... *******************************/
.withoutBorder { border: 0; }
.withBorder    { border: 1px solid #cccccc; }

.hidden { display: none; }

.clearFloat { clear: both; }
.clearLeftFloat { clear: left; }

.not_printable { display: none; }




/***** Start: layout construction *********************************************/
div#background_container { width: 100%; }
  
div#layout_container { width: 100%; } 

div#head { width: 100%; } 


div#content
 {
  margin: 30pt 0pt 0pt 0pt;
  float: left;
  width: 100%;
 }
 
div#content_left
 {
  float: left;
  width: 500px;
 }
 
div#content_right
 {
  float: right;
  width: 180px;
 }
 
div#image_container { display: none; }
 
 

 
 
/***** Start: structure elements, objects within header ***********************/
ul#quickmenue { display: none; }
 
h1#headline 
 {
  clear: both;
  margin: 30px 0px 0px 0px;
  width: 304px;
  height: 70px;
 }
 
ul#mainmenue { display: none; }
 
 
 
/***** Start: structure elements, objects within content area *****************/
div#content { }
 
div#content a         { color: #000000; text-decoration: none; }     
div#content a:link    { color: #000000; text-decoration: none; }
div#content a:visited { color: #000000; }
div#content a:focus   { color: #000000; text-decoration: none; }
div#content a:hover   { color: #000000; text-decoration: none; }
div#content a:active  { color: #000000; text-decoration: none; }	
 
div#content h2 /* Standardueberschrift 2 */
 {
  margin: 5px 0px 20px 0px;
  color: #feaa28;
  font-weight: normal;
  font-size: 16pt;
  font-family: Arial, sans-serif;
 }
 
div#content h3 /* Standardueberschrift 3 */
 {
  margin: 5px 0px 20px 0px;
  color: #feaa28;
  font-size: 13pt;
  font-weight: normal;
  font-family: Arial, sans-serif;
 } 
 
div#content p /* Standardfliesstext */
 {
  margin: 10px 0px 10px 0px;
  line-height: 1.4em;
 } 
 
div#content ul, ol /* Standardlisten  */
 {
  margin: 10px 0px 10px 20px;
 } 

div#content table td, th
 {
  font-size: 10pt;
  padding: 0px 15px 5px 0px;
 }
 




 
div#content ul.blindbox_menueleiste 
 {
  list-style: none;
  margin: 2px 0px 20px 0px;
 }
 
div#content ul.blindbox_menueleiste li { display: inline; } 

div#content ul.blindbox_menueleiste li a { display: none; }
div#content ul.blindbox_menueleiste li a.selected { color: #feaa28; display: block; font-size: 13pt; }









div#content div.bootvorstellung_links
 {
  float: left;
  width: 500px;
 }
 
div#content div.bootvorstellung_rechts 
 {
  float: right;
  width: 260px;
 }
 
 
 
 
 
 
 
 

 
 
 
 
/***** Start: Typolight CSS ***************************************************/
span.pagination_current { color: #feaa28; font-weight: bold; }
 
 
 

 
