/**
 * Kommentar:
 * 
 * @headurl			$HeadURL$
 * @author			$Author$
 * @version			$Revision$
 * @date			$Date$
 * @id				$Id$
 *
 * @copyright		Copyright (c) 2007, EEB GmbH www.eeb.de
 * 										Gutenbergstraße 7
 * 										70794 Filderstadt
 */
 
 /******************************/
/*ID-basierte Definitionen*/
/******************************/
#spacer
{
}

#container
{	
	position: absolute; 
	top: 50%;  
	left: 50%; 
	width: 900px;  
	height: 570px;   
	margin-top: -285px;  /*height/2 */
	margin-left: -450px; /* width/2 */
}

#header
{
}

#content
{
}

#footer
{
}

/******************************/
/*Klassenbasierte Definitionen*/
/******************************/

body
{
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
	background-color: #808080;
}

/********************/
/*   Main-Table     */
/********************/

.loh_maintable
{
	width: 900px;
	height: 575px;
	background-color: #FFFFFF;
}
 
.loh_logo
{
	width: 900px;
	height: 125px;
}

.td_logo
{
	height: 125px;
}

.td_menu1
{
	height: 35px;
	width: 900px;
	background-image: url(../img/loh/menu1_background.jpg);
	background-repeat: repeat;
}

.td_menu2
{
	width: 120px;
	height: 385px;
	vertical-align: top;
	/*padding-top: 10px;*/
	padding-left: 10px;
	background-image: url(../img/loh/verlauf_menu2.jpg);
}

.td_background
{
	width: 10px;
	height: 385px;
	background-image: url(../img/loh/loh_background_menu2.jpg);
	background-repeat: repeat;
}

.td_content
{
	width: 760px;
	height: 385px;
}

.td_footer
{
	height: 30px;
	width: 900px;
	background-image: url(../img/loh/footer_background.jpg);
	background-repeat: repeat;
}


/********************/
/*   Menu-Ebene 1   */
/********************/

.menu_table_1 
{
	width: 900px;
	height: 35px;
}

.menulevel_1 
{
	margin: auto;
	text-align: center;
	vertical-align: top;
}

.menulevel1_table 
{
	margin: auto;
}

.menulevel1_table td
{
	height: 25px;
}

.menulevel1_link
{
	padding-left: 10px;
	/*padding-top: 10px;*/
}

.menulevel1_link_selected
{	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background-color: #FFFFFF;

	position: relative;
	top: 2px;
	padding-top: 7px;
	height: 26px;
	
}

.menulevel1_link_selectedimagegallery
{	
	/*-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;*/
	background-color: #000000;

	position: relative;
	top: 2px;
	padding-top: 6px;
	height: 26px;
	
}

/* Browser-Weiche für den IE erforderlich */
*[class="menulevel1_link_selected"] 
{ 
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background-color: #FFFFFF;
	
	padding-top: 8px;
	height: 27px;
}

/* Browser-Weiche für den IE erforderlich */
*[class="menulevel1_link_selectedimagegallery"] 
{ 
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background-color: #000000;
	
	padding-top: 8px;
	height: 27px;
}

a.menulinklevel_1
{
	font-family: Arial;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}

a.menulinklevel_1:hover
{
	font-family: Arial;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}

a.menulinklevel_1_selected
{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}

a.menulinklevel_1_selected:hover
{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

a.menulinklevel_1_selectedimagegallery
{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}

a.menulinklevel_1_selectedimagegallery:hover
{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

/********************/
/*   Menu-Ebene 2   */
/********************/

.menu_table_2
{
	width: 120px;
}

.div_menu2
{
	width: 120px;
	height: 375px;
	padding-top: 10px;
	overflow: auto;
}

.div_menu2_imggal
{
	height: 375px;
	padding-top: 10px;
	overflow: auto;
	position: absolute;
	width: 136px;	
}

.menulevel2_link
{
	padding-top: 3px;
}

a.menulinklevel_2
{
	font-family: Arial;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
}

a.menulinklevel_2:hover
{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a.menulinklevel_2_selected
{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a.menulinklevel_2_selected:hover
{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a.menulinklevel_2_selectedimagegallery
{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a.menulinklevel_2_selectedimagegallery:hover
{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
/***************************/
/*       Contenttable      */
/**************************/

.loh_contenttable
{
	width: 760px;
	height: 385px;
}

.td_article
{
	height: 385px;
	padding-left: 10px;
	vertical-align: top;
	width: 370px;
}

.td_mainpicture 
{
	height: 285px;
	padding-left: 5px;
	padding-top: 10px;
	vertical-align: top;
	width: 375px;
}

.articleimage
{
	border: 0px;
	/*#height: expression(Math.min(parseInt(this.offsetHeight), 262 ) + "px");*/
	max-height: 262px;
}

.td_thumbbar
{
	height: 90px;
	width: 375px;
	padding-left: 5px;
	vertical-align: top;
}

.div_thumbbar
{
	overflow: auto;
	width: 350px;
}

/********************/
/*   Artikel-Text   */
/********************/

.table_scroll-div
{
	padding-top: 10px;
}

.scroll-div 
{
	font-family: Arial;
	font-style: normal;
	overflow: auto;
	padding: 0px 5px 0px 0px;
	width: 345px;
	height: 330px;
}

.scroll-div p 
{
	margin-bottom: 5px;
	margin-top: 5px;
}

.scroll-div h3 
{
	color:#6F6F6F;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 14px;
}

/********************/
/*   Dokumente      */
/********************/

.loh_document_div
{
	width: 350px;
	height: 25px;
	padding-top: 15px;
}

/**********************/
/*       Kontakt      */
/*********************/

.contact
{
	overflow: auto;
	font-family: Arial;
	font-style: normal;
	padding: 0px 5px 0px 0px;
	width: 345px;
	height: 345px;
}

.contact_header
{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	width: 325px;
}

.contact_edit_button
{
	left: 500px;
	position: absolute;
	top: 300px;
}

.contact_entry 
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	width: 325px;
}

.contact_entry a
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
}

.contact_entry a:hover 
{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
}

.contact_data
{
	margin: auto;
}

.contactimage
{
	border: 0px;
	/*#height: expression(Math.min(parseInt(this.offsetHeight), 120 ) + "px");*/
	max-height: 120px;
}

.contactlogo 
{
	border: 0px;
	height: 70px;
}

/********************/
/*   Links	        */
/********************/

.links_div
{
	width: 730px;
	height: 375px;
	float: right;
	overflow: auto;
	padding-top: 10px;
}

.links_table
{
	width: 710px;
}

.link_description
{
	width: 550px;
}

.links_table td
{
	vertical-align: top;
}

.links_table a 
{
	font-size: 15px;
}

.linkcategory_table
{
	padding-top: 5px;
}

.categorylink_selected
{
	font-weight: bold;
}

.categorylink_selected:hover
{
	font-weight: bold;
	text-decoration: none;
}

.categorylink:hover
{
	text-decoration: none;
}

.link_image
{
	/*#height: expression(Math.min(parseInt(this.offsetHeight), 57 ) + "px");*/
	/*#height: 57px;*/
	#width: 80px;
	max-height: 57px;
	max-width: 80px;
	float: right;
	padding-top: 5px;
}

/**********************/
/*       Events      */
/*********************/

.events_div
{
	overflow: auto;
	padding: 0px 5px 0px 0px;
	width: 345px;
	height: 340px;
}

.eventmenu_table
{
	padding: 5px 0px 0px 0px;
}

.eventmenu_item a
{
	color: #000000;
	text-decoration: none;
}

.eventmenu_item a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.eventmenu_item_selected a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.eventmenu_item_selected a:hover
{
	text-decoration: none;
}

.eventmenu_text
{
	padding: 0px 0px 4px 10px;
}

.event_title
{
	font-size: 14px;
	font-weight: bold;
	color: #6F6F6F;
}

.div_event_image
{
	width: 315px;
	/*text-align: center;*/
}

.event_image
{
	/*Max-width für IE*/
	/*#width: expression( document.body.clientWidth > 80 ? "80px" : "auto" ); /* sets max-width for IE */
	max-width: 280px;
}

.event_description
{
	padding: 5px 0px 5px 0px;
}

.event_date
{
	padding-top: 5px;
}

/***********************/
/*   Imagegallery      */
/***********************/

.table_imagegallery
{
	width: 760px;
	height: 385px;
	background-color: #000000;
}

.imagegallery_mainpicture
{
	width: 760px;
	height: 300px;
}

.imagegallery_thumbbar
{
	width: 760px;
	height: 85px;
}

.imggall_mainimage
{
	text-align: center;
}

.div_imggall_thumbbar
{
	overflow: auto;
	padding: 0px 0px 0px 10px;
	width: 750px;
	height:	85px;
}

.print_icon
{
	left: 720px;
	position: absolute;
	top: 420px;
}

.galleryimage
{
	border: 0px;
	max-height: 280px;
	/*#height: expression(Math.min(parseInt(this.offsetHeight), 280 ) + "px");*/
	/*#height: expression((document.getElementById('image').offsetHeight > 280) ? "280px" : document.getElementById('image').offsetHeight+'px');*/
}
/***************************/
/*       Footertable      */
/**************************/

.div_language
{
	padding-left: 10px;
	width: 690px;
}

.language_entry a
{
	color: #FFFFFF;
	font-size: 12px;
}

.language_entry a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.language_entry_selected a
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.language_entry_selected a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.loh_impressum_link_div
{
	float: left;
}

.loh_impressum_link_div a
{
	color: #FFFFFF;
	font-size: 12px;
}

.loh_impressum_link_div a:hover
{
	color: #FFFFFF;
	font-size: 12px;
}

.loh_footertable
{
	width: 900px;
	padding-top: 2px;
}

.td1_footertable
{
	width: 800px;
}

.td2_footertable
{
	width: 100px;
}

/********************/
/*   Logout Link   */
/********************/

.loh_logout_div
{
	padding-top: 20px;
}

a.logoutlink
{
	color: #FFFFFF;
}

a.logoutlink:hover
{
	text-decoration: underline;
}
