@import "css_menuTop.css";
@import "css_menuLeft.css";
@import "css_menuGlobal.css";
@import "css_rootLine.css";
@import "cal.css";
@import "css_content.css";


/* Titelseite Kner 2010 Ver 0.9
   Redesign - zur leichteren Wartung Aufteilung in mehrere Dateien
   fır IE6 fixe Weite
*/
 
/*
CSS RESET
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}

* {
        text-align:center; 
}

html{
  /* background: #E5E7E8 url("fileadmin/htl/template/layout/html-bg1.png") no-repeat; */
  background-color:#E5E7E8; 
}

* html {
   text-align:center;
}
body {  border:solid 1px #d5dadc;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position:relative;
        top:22px;
	max-width:1024px;
	margin-left:auto;
        
  margin-right:auto;
  background-color: #fff;
  background-position:-20px 90px;
  min-height:680px; 

  -webkit-box-shadow: #ccc 3px 4px 5px;
            -moz-box-shadow: #ccc 3px 4px 5px;
            box-shadow: #ccc  3px 4px 5px;
         


}
* html body{
   width: 1024px; 
   border:solid; 
   
}
/* *************************************Kopf************************************** */

div#frameHeader {
	position:relative; 
	height: 70px;
	padding-left: 8px;
/*	background: #fff url("/fileadmin/htl/template/layout/adresse.png") 268px 20px no-repeat;
*/
}
img#logo{
position:absolute;
top:12px;
left:15px;
width:180px; 
height:55px;
}
img#logo:hover{
  background-color:#ADBAD1; 
}
div#abteilungsLogosZeile1,
div#abteilungsLogosZeile2
{height:25px;
 margin:2px;
}
div#shortcutIcons{
  position:absolute;
  top:15px;
  height:60px; 
  right:17px;
  z-index:100;
}
* html div#shortcutIcons{
   left:800px; 
   
}
div#shortcutIcons img {
  display:none;
}
div#shortcutIcons a span{
}
div#shortcutIcons a {
            text-align: center;
            padding: 2px 2px;
            background: #EEE;
            border: 1px solid #999;
            font-size: 12px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: #ddd 3px 3px 3px;
            -moz-box-shadow: #ddd 3px 3px 3px;
            box-shadow: #ddd  3px 3px 3px;
            background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ddd), to(#aaa));
            background: -moz-linear-gradient(#fff, #eee);
        }


/* *************************************menuMain************************************** */
div#menuMain {
	height:2em;
        background-color:#fff;
        padding-left:5px;
        margin-left:15px;
        margin-right:1.8%;
        position:relative; 
        z-index:300;
}



/* *************************************Global Declarations************************************** */

a {
	color: #26388f;
	text-decoration: none;
}

a:hover {
	color: #315498;
	text-decoration: none;
}
ul.listOverview
{
list-style-image: url("fileadmin/htl/template/layout/arrow.png");
padding-left:20px;
}

/* *********************************** BORDER COLUMN *************************** */

div#contentBorder {
   background-color:#fff;
   position:relative;
	width: 75%;
	font-size: 0.9em;
	float: left;
	margin: 0;
   margin-left:1.8%;
   overflow:hidden;
}
	
* html div#contentBorder {
     margin-left: 10px;  
	  width:750px;
	  overflow:hidden;
	  margin-bottom:10px; 
}

/* *********************************** LEFT COLUMN *************************** */

div#Left{
  position:relative; 
  width: 20%;
  float:left;
  overflow:hidden;
  margin-left:1.8%;
}

* html div#Left {
  clear:both; 
  width: 200px; 
  margin-left:10px; 
}
div#contentLeft {
        background-color:#fff;
        position:relative;
	font-size: 0.9em;
	float: left;
        width:100%;

	}
div#contentLeft .contentItem{
}
div#contentLeft h1{
   font-size:1.1em; 
   color:blue;
   margin:-2px;
   padding:2px;
   background-color:#d5dadc; 
   border:solid 1px #cacfd1; 
}
div#contentLeft p{
   margin-top:2px;
   text-align:left;

}
/* *************************************Right************************************** */

div#Info {
	font-size: 0.9em;
	float: right;
	width: 21%;
        margin-right:1.8%;
        text-align:left !important;
	}
* html div#Info {
    width: 220px; 
    margin-right:10px; 
    }

div#contentRight {
	position: relative;
	font-size: 0.8em;
}
div#contentRight .contentItem{
   margin-bottom:5px;
   border:solid 1px #d5dadc;
   padding:2px;
}
div#contentRight h1{
   font-size:1.1em; 
   color:blue;
   margin:-2px;
   padding:2px;
   background-color:#d5dadc; 
   border:solid 1px #cacfd1; 
}
div#contentRight p{
   margin-top:2px;
   text-align:left;
}
div#contentRight h2{
   margin-bottom:3px;
   font-size:1.1em;
   color:blue;
   font-weight:bold; 
}

div#display{
  text-align:center;
  overflow:hidden; 
}
div#display p img{
   width:100%;
   height:auto;
 
}
div#display h1{
  border:none;
  background-color:#fff !important; 
}
div#overview{
  display:none;
}
/* ********************************* Fusszeile *************************** */
div#Fuss {
overflow:hidden;
position:relative;
padding:10px 0 10px 0;
background:#fefeff;
top:10px;
height:30px;
width:100%;
font-size: 0.7em;
border-top:solid 1px silver;
}


/* ******************* Bilderrahmen */
div#Rahmen{
  width:98%; 
  height:auto;
  position:relative;
  font-size:11px;
  background-color:white;
  overflow:hidden; 
  border:solid 1px silver;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: #ddd 3px 3px 3px;
            -moz-box-shadow: #ddd 3px 3px 3px;
            box-shadow: #ddd  3px 3px 3px; 
  margin-bottom:10px;
}
div#BilderRahmen{
  margin-left:36%; 
  width:65%;
}
img#diashow{
  position:absolute;
  bottom:0;
  left:0;
  width:35%; 
}
#BilderRahmenZeile1,
#BilderRahmenZeile2,
#BilderRahmenZeile3{
  width:100%;
  float:left;
  clear:left; 
  overflow:hidden;
  }
div#BilderRahmen a {
   margin:1%;
   position:relative; 
	float: left;
	display: block;
        min-width:20px;
	width: 22.5%;
	text-decoration: none;
}
* html div#BilderRahmen a {
  width:105px; 
}
div#BilderRahmen a span {
   position:absolute;
   left:0;
   top:0;
   width:100%; 
   text-align: center;
}

div#BilderRahmen a img{
    padding-top:11px;
    width:76%;
    height:auto;
}
* html div#BilderRahmen a img{
   width:80px;
}
div#BilderRahmen  a {
   color: #646464; 
}
div#BilderRahmen  a:active {
   color: blue; 
}
div#BilderRahmen  a:hover {
   color: blue;
   font-weight:bold; 
}
div#BilderRahmen  a:visited {
}


/* * * * * * * * *    NEWS  * * * * * * * * * * * * * */
div.news-latest-container h2{
  font-size:1em; 
  color:#51525b;
  padding-top:5px;
  width:100%;
}
.news-latest-item{
  position:relative; 
  font-size:0.9em;
  margin-bottom:1px;
  margin-top:1px;
  padding-bottom:10px;
  padding-top:5px;
  border-top: solid 1px silver;
  border-bottom: solid 1px silver;
  overflow:hidden;
  width:100%;
}
.news-latest-date{
  position:absolute; 
  bottom:2px; 
  left:0px;
  font-size:0.6em;
}
.news-latest-gotoarchive {
	display: none;
}

div.news-latest-item h2 a{
  font-size:1em;
  font-weight:bold;  
}
div.news-latest-item img{
  width:205px;
}
div.news-latest-category{
  position:absolute; 
  bottom:-3px;
  left:0;
  text-align:center; 
  width:100%;  
  margin:2px; 
  margin-bottom:5px;  
}
div.news-latest-item h3 a{
   margin-top:5px;
   font-size:1em;
   text-align:left;
}
div.news-latest-morelink a{
  position:absolute; 
  bottom: 2px;; 
  right:2px;
  font-size:0.8em;
}
.news-latest-item hr{
    visibility:hidden;;
}

/* ++++++++++++++++++++++++ news list ++++++++++++++++++++++++++ */

.news-list-item{
    position:relative; 
    border-top: solid 5px #C5C7C8; 
    padding:3px 3px 3px 37%; 
    overflow:hidden;
   min-height:100px;
   margin-top:5px;
   margin-bottom:5px;
}
* html .news-list-item{
  padding-left:5px; 
}
.news-list-item .news-list-date{
  display:none;
}
.news-list-item h1{
  font-size:1.3em; 
  font-weight:bold;
}
.news-list-item h2{
  font-size:1.2em; 
  font-weight:bold; 

}
.news-list-item h3{
  font-size:1.1em; 
  font-weight:bold; 
  margin-bottom:3px;
}
.news-list-item img{
  position:absolute;
  top:3px;
  left:0;
  width:35% !important;
  height:auto;
}
* html .news-list-item img{
  clear:left  !important;
  position:relative;  
  border:solid red  !important; 
}
.news-list-morelink a{
  position:absolute; 
  bottom: 2px; 
  right:2px;
  font-size:0.8em;
}
.news-list-item hr{
   display:none;
}
div#c6808{
  font-size:0.8em; 
}

