/*
	--- farben ---
	rot: #ee6633
*/

body{
	font-family: "Tahoma", "Verdana", "Arial", sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	background-image:url(img/background.jpg);
}

h1{
	width: auto;
	/*background: #e8e58d;*/
	/*background: #ee6633;*/
	background: #7b9326;
	/*color: #666666;*/
	color: #FFFFFF;
	margin:0;
	padding: 5px 0 5px 8px;
	font-size: 16px;
	text-align: center;
}

.square{
	width: auto;
	border: 1px solid #dddd33;
	padding-top: 0;
	margin:4px;
}

p {margin:0; padding: 0;}

hr{
	border:solid #e8e58d 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}

h2{
	background: #e8e58d;
	padding: 2px 0 2px 8px;
	text-align: center;
	margin-top:20px;
	margin-bottom:5px;
	font-size:12px;
	width: auto;
	font-weight: bold;
}

.menubox h2, .square h2{
	margin:0;

}

.square .boxtext{
	margin:4px;	
}

.square img{
	text-align: center;
	margin:2px;
}

.picbox {
	background: #e8e58d;
	padding: 2px 0 2px 8px;
	text-align: center;
	margin-top:15px;
	margin-bottom:15px;
	font-size:12px;
	width: auto;
	font-weight: bold;
}


/* Hauptlinks */
a, a:link, a:visited{
	text-decoration: underline;
	color: #7b9326;
}

a:hover{
	color: #000000;
}

a.start, a.start:link, a.start:visited{
	text-decoration: underline;
	color: #7b9326;
	font-size: 8pt;
	text-align:left;
}
a.start:hover{
	color: #000000;
}

a.black, a.black:link, a.black:visited{
	text-decoration: none;
	color: #000000;
}

a.gray, a.gray:link, a.gray:visited{
	text-decoration: none;
	color: #666666;
}

a.black:hover, a.gray:hover{
	color: #ee6633;
}

.deleted{
	text-decoration:line-through;
}

.tooltip{
	padding:3px;
	background-color: #bbdf3a;
	color: #000000;
	border: 1px solid #7b9326;
}


/* 
	**** Ab hier Formate fuer das Hauptmenue
 */
#header{
	margin: 0;
	
	height : 150px;

}

a.headmenu, a.headmenu:link, a.headmenu:visited, a.headmenu:hover{
	/*color: #666666;*/
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	line-height: 200%;
}

/* das linke menue */
#mainleft{
  width: 160px;
  
  position: absolute;
  top: 140px;
  left:0;
  
}

#menright{
  width: 160px;
  float: right;
  position: absolute;
  top: 147px;
  right:10px;
}

#griffe{
	width:164px;
	height:100%;
	position:absolute;
	top: 0;
	right: 0;
	background-image:url(img/griffe.png);
        background-repeat:no-repeat;
}

#triangleleft{
	width:91px;
	height:493px;
	position:absolute;
	top: 0;
	left: 0;
	background-image:url(img/triangle_left.png);
    background-repeat:no-repeat;
}

#triangleright{
	width:91px;
	height:493px;
	position:fixed;
	right: 0;
	bottom: 0;
	background-image:url(img/triangle_right.png);
    background-repeat:no-repeat;
}

#hglogos{
	position:absolute;
	left:80px;
	top:14px;	
}

#rightlogo{
	position: absolute;
	right: 0;
	top: 0;	
	
}

/* 
	Ab hier Formate fuer das Hauptfenster
 */
#mainright{
	margin: 0px 180px;
	width: auto;
	max-width:1200px;
	min-width: 400px;
}


/*
 Ab hier Kalender-Formate
*/ 
.caltable{
	width: 100%;
	table-layout:fixed;	
}

.calday{
	color: #666666;
	padding:1px;
	background: #dddd33;
	text-align:right;
}

/* calendertag nicht in diesem monat */
.calnday{
	color: #666666;
	padding:1px;
	background: #C0C0C0;
	text-align:right;
}

#today{
	background:#ee6633;
}

a.cal, a.cal:link, a.cal:visited, a.cal:hover{
	color: #000000;
}

.caltable td{
	padding:0;
	vertical-align:top;
	height:90px;	
}

.daycaltable{
	margin-left:10px;
	margin-bottom:10px;	
}

.daycaltable td{
	padding:0;
	vertical-align:top;
}


/* Hauptbox */
.box, .menubox{
	width: auto;
	background: #f8f8d6;
	/*border: 1px solid #dddd33;*/
	margin-bottom: 20px;
	padding-top:0;
	padding-bottom:1px;
}

.breadcrumbs
{
	position: absolute;
	top: 133px;
	left: 180px;
	width: auto;
	text-align: right;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	color: #000000;	
	font-size: 8pt;
}

.breadcrumbs a
{
	color: #000000;	
}

.small{
	font-size: 9px;
}

.bottomline{
	width: auto;
	background: #dddd33;
	color: #666666;
	margin:0;
	padding: 1px 0 1px 1px;
	font-size: 10px;
	text-align: center;
}
	

table{
	padding: 0;
	margin :0;
	border-spacing: 0;
	border-collapse:collapse;
}


.tcaption{
	background: #e8e58d;
	font-weight: bold;
	font-size: 12px;
	padding-left:5px;
	padding-right:5px;
}

.high td, td.high{
	background-color: #e8e7c6;
}

.hover td{
	background-color: #fff;
}
	

.textbox{
	text-align: justify;	
}

td, .default td{
	border: 1px solid #dddd33;
	padding-left:5px;
	padding-right:5px;
}

.noborder td{
	border: 0;	
}

.texttable td{
	padding: 2px;
	padding-left:5px;
}

.redbox{
	width: auto;
	background: #f8f8d6;
	padding-top:0;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.redbox h1{
	background-color: #ee6633;	
}

.red{
	color: #ee6633;
}

.green{
	color: #7b9326;
}

.redbg{
	background-color: #f09163; 	
}

.greenbg{
	background-color: #96a94d;	
}


.menubox{
	margin-left: 10px;
}

.boxtext
{
	margin: 8px;
}



.menutext{
	color: #dddd33;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.tform, input[type=text], textarea, input[type=password], select{
	border: 1px solid #dddd33;
}

.bform, input[type=submit], input[type=reset]{
	margin-top: 4px;
	margin-left: 5px;
	border: 1px solid #C0C0C0;
	color: #000000;
	font-weight: bold;
	background: #dddd33;
}


#head_menu{
	background: #d3d932;
	
	margin-top: 22px;
	margin-left: 180px;
	margin-right: 120px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight:bold;
	height: 30px;
	padding:0px;
	text-align: center;
}


a.menu, a.menu:link, a.menu:visited{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	
}
a.menu:hover{
	color: #C0C0C0;
}


/* Format fuer die kleinen Logo-Bilder im Menue */
img.minilogo{
	vertical-align: middle;
	margin: 0 30px 0 30px;	
}



td.crskigeb{
	background: #ee6633;
}
.crskigeb a.black:hover{
	color: #FFFFFF;
}

td.crsgruppen{
	background: #5b5dc1;
}

td.crskurse{
	background: #f4d31a;
}

td.crsandere, td.crsdefault{
	background: #7b9326;
}

.crskigeb a.black,.crskigeb a.black:link,.crskigeb a.black:visited{
	background: #ee6633;
}

.crsgruppen a.black,.crsgruppen a.black:link,.crsgruppen a.black:visited{
	background: #5b5dc1;
}

.crskurse a.black,.crskurse a.black:link,.crskurse a.black:visited{
	background: #f4d31a;
}

.crsandere a.black,.crsandere a.black:link,.crsandere a.black:visited,
.crsdefault a.black,.crsdefault a.black:link,.crsdefault a.black:visited
{
	background: #7b9326;
}

.crsoutdoor a.black,crsoutdoor a.black:link,crsoutdoor a.black:visited{
	color: #c0c0c0;
}

.crsfirmen  a.black,crsfirmen a.black:link,crsfirmen a.black:visited{
	background: #6ea2b5;	
}

.crssperre{
	background-image:url(img/crossed.png);
}

/* Format fuer die kleinen Logo-Bilder im Menue */
img.menulogo{
	vertical-align: middle;
	margin: 0 5px 0 5px;	
}

ul{
	list-style-image:url(/img/minilogo.gif);
	margin:0;
	padding-left:20px;
}

li{
	margin-bottom:5px;
}


img{
	border:0;
}

div.autocomplete {
    position:absolute;
    width:450px;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
}
div.autocomplete ul {
   list-style-type:none;
   margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
   list-style-type:none;
   display:block;
   margin:0;
   padding:2px;
   cursor:pointer;
}
div.autocomplete .informal{
   color: #666666;
   font-size: 8pt;
   padding-left:5px;
}

.calendar * { margin: 0; padding: 0; border: 0; font-weight: normal; color: #000; }
.calendar .invalidday a, .calendar .invalidday a:hover { color: #ccc; background: #fff; cursor: default; }
.calendar .selectedday { background: #dddd33; }
.calendar .today { font-weight: bold; color: #ee6633; }
.calendar a { padding: 0 2px; color: #000; text-decoration: none; }
.calendar a:hover { background: #e8e58d; }
.calendar table { border-collapse: collapse; font-size: 90%; }
.calendar tbody td { width: 20px; }
.calendar td, .calendar th { padding: 1px; text-align: center; }
.calendar thead td { border-bottom: 1px solid #dddd33; }
.calendar thead td { font-weight: bold; }
.calendar thead th a { font-size: 95%; font-weight: bold; }
.calendar thead th { padding: 2px 0; vertical-align: middle; background: #dddd33; }
.calendar { padding-bottom: 2px; border: 1px solid #dddd33; font-size: small; background: #fff; }
.calendaricon { cursor: pointer; }
.calendarlink, .calendaricon { margin: 0 3px; }



.gallery td{
	border: 0;
}


.galleryimage{
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	width: 110px;
	height: 110px;
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;	
}

.galleryimage img{
	vertical-align: middle;
		
}

.dragtheki{
	background: #7b9326;
	color: #FFFFFF;;
	border:1px solid #333;
	width:140px;
	height:15px;
	margin-bottom: 2px;	
	cursor: move;
}

.hover{
	background-color: #D0D0D0;
}

/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	border-bottom:1px solid #e8e58d;
	font-weight: bold;
	height:20px;
}

ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
}

ul.subsection_tabs li.tab a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#7b9326;
}

ul.subsection_tabs li.tab a:hover {
	color:#666;
}

ul.subsection_tabs li.tab a.active {
	background-color:#7b9326;
	color: #fff;
}

ul.subsection_tabs li.source_code {
	float:right;
}

/*

zum loeschen

.calbox{
	display: inline-table;
	border: 1px solid #dddd33;
	margin:1px;	
}

.titletext{
	line-height:200%;
	width:auto;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

*/


/* Andys Textklassen
*/

.gross		{
        font-size : 12pt;
		  font-weight : bold;
        font-style : normal;
}

.groesser	{
        font-size : 16pt;
		  font-weight : 900;
        font-style : normal;
}

.klein		{
        font-size : 8pt;
		  font-style : normal;
}

.kleiner		{
        font-size : 7pt;
		  font-style : normal;
}

.bild-hellgruen			{
		  background-color : #E8E58D;
		  text-align : center;
		  margin-top : 15px;
		  margin-bottom : 15px;
		  font-weight : bold;
}

