@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage für die Erstellung eines Screenlayouts
 *
 * @file		basemod_draft.css
 * @creator		YAML Builder v0.3 Preview
 * @link		http://builder.yaml.de
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);
 
@media all
{
 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */

	/** Color-Codes:
	*	
	* White:#FFFFFF;
	* darkened_white:#ECEDEF;	
	* grey:#cccccc;
	* profiseal-Logo:#0190D4;	
	* darkened_profiseal-Logo:#0056A1;
	*
	*/
  
  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body 
   { 
	background:#0056A1;
	padding:10px 0pt 0pt;
	font-size: 13px;
    font-family: 'Arial', sans-serif;
	text-align: center;
	margin-left:auto;
  }

  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins { width: auto;  min-width: 740px; max-width: 90em; margin:0pt auto; background-color:#FFFFFF; }
  #page { }
  #header { height: 65px; text-align:left;}
  #topnav { }
  #main { text-align:left; padding-bottom:20px;}

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */
  
  #col1 { float: left; width: 170px}
  #col2 { float: right; width: 235px}
  #col3 { width: auto; margin: 0 235px 0 170px}
  #col1_content { padding: 0 10px 0 20px }
  #col2_content { padding: 0 10px 0 20px }  
  #col3_content { padding: 0 20px 0 10px }


 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */
 
.dyachten
{ 
    width:201px;
    margin-left:auto;
    margin-right:auto;    
} 
.dbsv
{ 
    width:105px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;
}
.innung
{ 
    width:100px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.navbar ul{
  list-style-type:none;
  padding: 0px;
  border-width:0px;  
  font-size: 15pt;
  font-weight: bold;
  text-align: right;
  text-align:left;
}
.navbar ul li{
	padding-left:5px;
	margin: 5px;
	border:1px solid #cccccc;
	background-color:#ECEDEF; 
	background-repeat:no-repeat;
	background-position:right center;
	width:130px;
	vertical-align:middle;
	height:30px; 
	text-align:left;
	list-style-type:none;	
}
.navbar ul li.level2
{
  margin: 5px;  
  width: 100px;  
  margin-left:35px;
  height: 40px;     
  text-align: center;
  font-weight: bold; 
  font-size: 10pt;
  font-weight: bolder;  
}


#actual a, a#actual, #actual2 a, a#actual2{
	color: #cccccc;
}

 li{
	list-style-type:disc;
 }
.header_content
{ 
	padding-left:20px;
	padding-top:10px;
	float:left;
}
.language
{
	margin-left: 15px;
	text-align: center;
}
A:LINK 
{
  color: #0190D4;
  font-weight : bold;
  text-decoration : none;
  border : 0px;  
}
A:VISITED 
{
  color: #0190D4;
  font-weight : bold;
  text-decoration : none;
  border : 0px;  
}
h2
{
font-size:15px;
}
h3
{
font-size:13px;
}
#col2_content h3
{
text-align:center;
}
A:HOVER , a h2:hover, a h3:hover, a u:hover, a b:hover, .hovered, .hovered:hover, .hovered:visited, .hovered:link
{
  background-color: #0190D4;
  color: #ECEDEF;  
  font-weight : bold;
  text-decoration : none;
  cursor: pointer;
}
.Sitecontainer
{
  width:600px;
}
.Textcontainer
{
  text-align: left;
  float: left;
  background: #ECEDEF;
  padding: 6px;
  padding-bottom: 10px;
  margin: 10px;
  margin-right:auto;  
}

.container
{
  text-align:left;
  background:#ECEDEF;
  margin-top:10px;
  margin-bottom:10px;  
  padding:5px;  
}
.container H3
{
  background:#FFFFFF;
  margin-bottom:10px;
  margin-right:5px;
  margin-left:5px;
  padding-left:5px;
  padding-right:5px;
}
.container div a img
{
  margin-left:0px;
  width:100%;
}
.container div a img.third
{
  margin-left:0px;
}
.container div.c33r
{
  text-align:right;
}
.container div.c33r h3
{
  margin-bottom:10px;
  margin-right:0px;
  margin-left:10px;  
}

img
{
  border : 0px;  
}
.dist_link
{
  float:left;
  width:120px;
  margin-right:25px;
  margin-left:25px;
}
.webinfo tr td
{
	vertical-align:top;
	padding: 3px;
	padding-bottom: 10px;	
	border-top:1px solid #C0C0C0;
}
#mainimg
{
	width:100%;
}
.infobox
{
	float:right;
	text-align: center; 
	width: 250px;
    position:absolute;
    top:0px;
    right:0px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

}
