/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 11px; line-height: 1.25; background:#BCB0B1; } /* bgr old #BCB0B1 */

body, button, input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; color: #222; }

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #b1b1b1; margin: 3em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0.5em 0 1.5em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol, #navi_main ul, #navi_main ol, #navi_header ul, #navi_header ol, #navi_header_start ul
  { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
.grid {
  background-image: url(../img/pixelraster_transparent.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.pic_portrait {
  position:relative;
  float:right;
  margin-right:-240px;
  -webkit-box-shadow: 5px 5px 8px black; 
  box-shadow: 5px 5px 8px black;
}
.pic_right {
  position:absolute; top:50px; left:450px;
  width:290px; height:auto; overflow:hidden;text-align:left;
/*  position:relative;
  float:right;
  margin-right:-310px; */
}
.pic_right-large {
	position:absolute;
	top:95px; right:0;
}
.pic_right img {float:left; margin:0; padding:0;}
/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: TF
   ========================================================================== */

#container {
    margin: 20px auto;
    position: relative;
    width: 960px;
    z-index: 10;
  border:1px solid #fff;
  background:#CEC6C7;
}

#header {
  position:relative;
  height:200px; 
  width:100%;
  border-bottom:1px solid #FFF;
  clear:both;
   }
body.startpage #header {
  position:relative;
  height:388px; 
  overflow:hidden; zoom:1.0;
  border-bottom:0px;}

div.startpage_header_logo {
  z-index:20;
  position:absolute;
  top: 0; left:40px;
  width:225px; height:100%;
  background:#fff;
  filter:alpha(opacity=65); -moz-opacity: 0.65; opacity: 0.65;
  }
  
.area_black {
  height:38px;
  background:#000;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff; }  

body.startpage #main {
  height:325px;
  background-image: url(../img/common/bgr_startpage_main.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  }
  
body.startpage footer {
  display:none; }  
#header_left {
  z-index:12;
  border-right: 1px solid #FFFFFF;
    margin: 0 81.25% 0 0;
    width: auto;
  overflow:hidden;
  }
#header_right {
  z-index:11;
  float:right;
  width:81.25%;
  position:relative; 
    height:100%;
  overflow:hidden;  
  }  
#navi_header_area {
  z-index:12;
  position:absolute; bottom:0; left:0;
  width:100%; height:28px;
  border-top:1px solid #fff;
}
#navi_header_bgr {
  z-index:11;
  position:absolute; bottom:0; left:0;
  width:100%; height:28px;
  background:#fff;
  filter:alpha(opacity=60); -moz-opacity: 0.60; opacity: 0.60;
}
#main {margin:0; padding:0; clear:both; position:relative;}

.box_date-extra {
	position:absolute;
	bottom:40px;
	right:30px;
	height:120px;
	width:300px;
	border:1px solid #fff;
	background: rgba(255,255,255,0.6);
	text-align:center;
}
.box_date-extra h2 {
	font-size:22px;
	color:#7c7072;
	margin:20px 0 8px 0;
}
.box_date-extra p {
	font-size:13px;
	line-height:18px;
}

#article {
  float:right;
  width:81.25%;
  }
body.color01 #article, .bgr_color01 {background:#bcb0b2;}
body.color02 #article, .bgr_color02 {background:#cdc1c1;}
body.color03 #article, .bgr_color03 {background:#d8cfd0;}
body.color04 #article, .bgr_color04 {background:#a79ca2;}
body.color05 #article, .bgr_color05 {background:#d8cfd0;}
/*
body.color06 #article {background:#dfddc3;}
body.color07 #article {background:#d3dee9;}
body.color08 #article {background:#948288;}
body.color09a #article {background:#dfddcb;}
body.color09b #article {background:#dfddcb;}
*/

#article_content {
  position:relative;
  padding:30px 310px 50px 40px;
  }  
#article_content_form {
  position:relative;
  padding:30px 80px 50px 40px;
  }  
section, .section {
  position:relative;
  display:block; 
  margin:0 0 50px 0; padding:0;
  }  

#map_area, #karte {
	position:relative;
	top:0;left:0;
  background:#fff;
  -webkit-box-shadow: 5px 5px 8px black;
  box-shadow: 5px 5px 8px black;
  width:600px; height:330px;
}
#map_area iframe {margin:10px;}

#map_text_bottom {
	margin-top:10px;
  width:380px;
  height:100px;
}
.txtBox_right{
	  position:absolute;
  top:64px;
  left:375px;
	width:330px;
}
 .room {position:relative;}/**/

  .subcolumns { display:table; width:100%; table-layout:fixed; }

  /* (en) alternative class for optional support of old Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen Unterstützung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { width:100%; float:left; }

  .c20l, .c25l, .c30l, .c40l, .c38l, .c45l, .c50l, .c55l, .c60l, .c62l, .c66l, .c70l, .c80l { float:left; }
  .c20r, .c25r, .c30r, .c40r, .c38r, .c45r, .c50r, .c55r, .c60r, .c66r, .c62r, .c70r, .c80r { float:right; margin-left:-5px; }

  .c20l, .c20r { width:20%; }
  .c40l, .c40r { width:40%; }
  .c60l, .c60r { width:60%; }
  .c80l, .c80r { width:80%; }
  .c25l, .c25r { width:25%; }
  .c30l, .c30r { width:30%; }
  .c45l, .c45r { width:45%; }  
  .c50l, .c50r { width:50%; }
  .c55l, .c55r { width:55%; }  
  .c66l, .c66r { width:66.666%; }
  .c70l, .c70r { width:70%; }
  .c38l, .c38r { width:38.2%; }
  .c62l, .c62r { width:61.8%; }

  .subc  { padding:0 0.5em; }
  .subcl { padding:0 1em 0 0; }
  .subcr { padding:0 0 0 1em; }


/* navigation common - start */
#navi_main a, #navi_header a {font-size:11px; color:#000; text-decoration:none; display:block; padding-left:17px; }
/* navigation common - end */
/* navigation left - start */
#navi_main { 
  border-right:1px solid #fff;  
  margin:0 81.25% 0 0;
  width:auto;
  padding:28px 0 0 0;
  background:#d8cfd0;
/*
postion:relative;
  float:left; width:180px; padding:28px 0 28px 0;
*/  
  }
#navi_main ul { /* width:90%; */ margin-right:20px;}
#navi_main ul ul { /* width:90%; */ margin:0 0 10px 10px;}
#navi_main ul a { font-weight:bold; line-height:100%; background:#BCB0B1; 
  margin-bottom:10px;  padding-top:4px; padding-bottom:4px;
  -webkit-box-shadow: 1px 1px 3px #8c8384;
  box-shadow: 1px 1px 3px #8c8384;
}
#navi_main .last_item a { /* background:#a79ca2; margin-top:0px;*/ } 

#navi_main ul ul a {font-weight:normal; margin-bottom:1px;text-indent:-13px; padding-left:18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#navi_main a:hover, #navi_main a:focus, #navi_main a.current_folder, #navi_main a.current_item { color:#fff; } 

/* navigation left - end */
/* navigation header - start */
#navi_header_link1 {
    position:absolute; top:25px; right:0px;
    width:90px; height:20px;
    background:#444;
}
#navi_header_link1 a:hover, #navi_header_link1 a:focus, #navi_header_link1 a { 
  color:#fff; line-height:1.7em; padding-left:10px; text-decoration:none;} 

#navi_header {
  float:right;
  }
#navi_header ul {
  margin-right:24px;
  }  
#navi_header li {
  float:left; 
  }  
#navi_header a {
  line-height:28px;
  padding:0 6px 0 6px; 
  }    
#navi_header a:hover, #navi_header a:focus { background:#b3b3b3; }  
/* navigation header - end */

/* navigation header_start - start */
#navi_header_start {
  float:right;
  }
#navi_header_start ul {
  margin-right:24px; margin-top:3px;
  }  
#navi_header_start li {
  float:left;
  }  
#navi_header_start a {
  line-height:28px;
  padding:0 6px 0 6px;
  color:#fff;
  text-decoration:none;
  }    
#navi_header_start a:hover, #navi_header_start a:focus { background:#b3b3b3; }  
#navi_header_start a.yellow { color:#F7BD29; }    
#navi_header_start a.yellow:hover, #navi_header_start a.yellow:focus { color:#444; background:#F7BD29; }  


/* navigation header - end */

/* font settings - start */
h1 { font-size:11px; font-weight:normal; line-height:100%; margin:0 0 16px 0; font-style:italic; }
h2 { font-size:24px; font-weight:bold; color:#fff; line-height:110%; margin:0 0 23px 0; }
h3 { font-size:14px; font-weight:bold; line-height:120%; margin:12px 0 8px 0; }

div.c30l h1 { margin:30px 0 20px 40px; }

p {margin:0 0 16px 0;}
p.edit_mode {color:#f00 !important;}
p.announce {
  float:left; 
  font-size:100%; /* 91.6% */
  line-height:1.63;
  margin:20px 0 20px 70px;
}
p.quotation {
  float:right; 
  text-align:right;
  font-size:91.6%;
  font-style:italic;
  line-height:1.63;
  margin:60px 30px 20px 0;
}
div.c30l p { margin:0 0 20px 40px; color:#fff; font-weight:bold;}
div.room p { position:absolute; bottom:0; right:-250px; display:block;  width:200px; margin:0; }

.txt_white {color:#fff;}

/* font settings - end */


a.download_pdf { color: #fff; background:#000; text-decoration:none; border:1px solid #000; padding:5px 10px 5px 10px; }
a.download_pdf:visited, a.download_pdf:hover { color: #000; background:#BAAFAF; }
a:focus { outline: thin dotted; }

img.logo_startpage{
  z-index:21;
  position:absolute;
  top: 0; left:72px;
  -webkit-box-shadow: 5px 0px 15px #222;
    -moz-box-shadow: 5px 0px 15px #222;
    box-shadow: 5px 0px 15px #222;

}

/* table settings - start */
.table_seminar-info {
  width:100%;
  border:0;
  }

.table_seminar-info td.col01 {
  width:110px;
  }




/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

