/**
 * 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
 */


/**********************************/
/* Element-basierte Definitionen  */
/*********************************/

body
{
	background-color: white;
	color: #8F908F;
	font-size: 11px;
}

/******************************/
/*  ID-basierte Definitionen  */
/******************************/

#container
{	
	position: absolute; 
	left: 50%; 
	width: 890px;  
	height: 610px;
	/*top: 50%;  */	
	/*margin-top: -305px;  /*height/2 */
	margin-left: -445px; /* width/2 */
	top: 30px;
}


/******************************/
/*Klassenbasierte Definitionen*/
/******************************/

.brandner_maintable
{
	width: 890px;
	height: 610px;
}

.menu_level1_td
{
	width: 140px;
	height: 520px;
	vertical-align: top;
}

.brandner_header_td
{
	height: 60px;
	width: 890px;
	vertical-align: top;
}

.brandner_footer_td
{
	height: 30px;
	width: 890px;
	text-align: right;
}

.brandner_content_td
{
	height: 480px;
	width: 750px;
	vertical-align: top;
}

.brandner_navigation_td
{
	width: 750px;
	height: 35px;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
}

.header_logo_div
{
	float: left;
}

.header_language_div
{
	float: right;
}

/********************/
/*   Sprachen     */
/********************/

.language_entry_selected a
{
	color: black;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.language_entry a
{
	color: #8F908F;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.language_entry a:hover
{
	color: black;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

/********************/
/*   Footer     */
/********************/

.impressum_div
{
	float: right;
}

.impressum_div a
{
	font-size: 11px;
	color: #8F908F;
	text-decoration: none;
}

.impressum_div a:hover
{
	font-size: 11px;
	color: black;
	text-decoration: none;
}

/********************/
/*   Menu     */
/********************/

.menulevel_1 a
{
	font-size: 12px;
	color: #8F908F;
	text-decoration: none;
	font-weight: bold;
}

.menulevel1_table td
{
	padding: 0px 0px 10px 0px;
}

.menulevel1_link_selected a
{
	color: black;
}

.menulevel1_link a:hover
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

/********************/
/*   Inhalt     */
/********************/

.scroll-div
{
	/*Mit Scroll-Balken*/
	/*height: 460px;*/
	/*Ohne Scroll-Balken*/
	position: relative;
	height: 100%;
	
	
	width: 720px;
	overflow: auto;
	color: black;
	border: 1px solid #000000;
	padding: 10px;
	font-size: 12px;
	left: 5px;
	
}

.scroll-div h3 
{
	margin-bottom:5px;
	margin-top:5px;
	font-size: 12px;
	font-weight: bold;
}


.impressum_footer
{
	color: black;
	font-size: 11px;
	padding: 20px 0px 0px 0px;
}

/********************/
/*   Inhalt     */
/********************/

.links_header_div
{
	color: black;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
}

.links_scroll_div
{
	width: 720px;
	height: 430px;
	overflow: auto;
	border: 1px solid #000000;
	padding: 10px;
	float: right;
}

.links_table tr
{
	height: 40px;
}

.links_table a
{
	text-decoration: underline;
}

.link_description
{
	color: black;
	padding: 3px 0px 0px 10px;
}

.link_image
{
 	max-width: 110pt;
 	#height: 57px;
 	height: 57px;
	float: right;
	padding-left: 180px;
}

.links_table
{
	width: 660px;
}

/********************/
/*   Hauptbild     */
/********************/


.mainimage
{
	width: 739px;
	height: 483px;
	border: 1px solid #000000;
	margin: 0px 0px 0px 11px;
}

/************************/
/*   Bildnavigation     */
/************************/

.browseimage_table
{
	padding: 0px 0px 0px 10px;
}

.browseimage_table td
{
	width: 15px;
}

.browseImageLink
{
	font-size: 12px;
	color: #8F908F;
	text-decoration: none;
	font-weight: bold;
}

.browseImageLink:hover
{
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.browseImageLink_selected
{
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.browseImageLink_selected:hover
{
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.navigation_div
{
	float: left;
	padding: 2px 0px 0px 13px;
}

/************************/
/*   Bildnavigation     */
/************************/

.contact_article_text
{
	/*Mit Scroll-Balken*/
	height: 455px;
	width: 720px;
	overflow: auto;
	color: black;
	border: 1px solid #000000;
	padding: 10px;
	font-size: 12px;
	left: 5px;
	margin: 0px 0px 0px 11px;
}

#browse_div	
{ 
    position: relative; 
    width: 200px; 
    height: 16px; 
    overflow: hidden;	
    left: 10px;
}
