﻿body
{
	background-color:#333333;
	
	font-family: Verdana, Arial, Sans-Serif; 
	color:#c1c1c1;
	font-size:10px;
	line-height:16px;
}

td
{
	font-family: Verdana, Arial, Sans-Serif; 
	color:#c1c1c1;
	font-size:10px;
	line-height:16px;
}

A, A:link, A:visited, A:active
{
	font-family: Verdana, Arial, Sans-Serif; 
	color:#c1c1c1;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	font-family: Verdana, Arial, Sans-Serif; 
	color:#c1c1c1;
	font-weight:bold;
	text-decoration:underline;
}



.maindiv
{
	position:relative;
	width:100%;
}

.div_navigation
{
	position:relative;
	top:34px;
	left:0px;
	width:400px;
	height:100px;
	
	background-image:url(images/bg_navigation.gif);
	background-repeat:no-repeat;
}

.navigation
{
	/*position:absolute;*/
	right:2px;
	padding-top:59px;
	* padding-top:52px;

	text-align:right;
	height:100px;
}

.contentpane
{
	position:absolute;
	top:225px;
	left:162px;
	width:750px;
}

.start
{
	position:absolute;
	top:250px;
	left:350px;
}

.beteiligungen
{
	position:absolute;
	top:225px;
	width:100%;
}

.loginclass, .loginclass:Link, .loginclass:visited, .loginclass:hover, .loginclass:active 
{
	color:#444444;
	text-decoration:none;
	font-size:9px;
}




.link-altras
{
	position:absolute;
	top:133px;
	left:95px;	
	width:24px;
	height:9px;
}

.link-beratung
{
	position:absolute;
	top:133px;
	left:158px;	
	width:24px;
	height:9px;
}

.link-beteiligungen
{
	position:absolute;
	top:133px;
	left:237px;	
	width:24px;
	height:9px;
}

.link-kontakt
{
	position:absolute;
	top:133px;
	left:343px;	
	width:24px;
	height:9px;
}






/*
================================
	TopMenu	1. Stufe
================================
*/


.TopMenuBar
{
    width:400px;
}

.TopMenuItem
{
    height:52px;    
    padding-top:7px;    
    border:none;
}

.TopMenuItem a:link, .TopMenuItem a:visited, .TopMenuItem a:hover, .TopMenuItem a:active
{
	text-decoration:none;
	font-size:12px;
	color:#c1c1c1;
    font-weight:normal;
    
    padding-left:14px;
    padding-right:14px;
    padding-bottom:42px;
    * padding-bottom:0px;
    
    border:none;
	background-image:url(images/navigation.gif);
	background-repeat:no-repeat;
	background-position:13px 24px;
	* background-position:13px 25px;
    height:52px;
}

.TopMenuItem span
{
    padding-bottom:42px;
    * padding-bottom:0px;
}


.MenuItemMouseOver a:link, .MenuItemMouseOver a:visited, .MenuItemMouseOver a:hover, .MenuItemMouseOver a:active
{
	text-decoration:none;
	font-size:12px;
	color:#c1c1c1;
    font-weight:normal;
    height:52px;
}

#invtopmenu-altras.MenuItemMouseOver
{
    padding-left:14px;
    padding-right:14px;
    padding-bottom:42px;
    * padding-bottom:0px;
    
    border:none;
	background-image:url(images/navi_rot.gif);
	background-repeat:no-repeat;
	background-position:13px 23px;
	* background-position:13px 25px;
    height:52px;
}

#invtopmenu-beratung.MenuItemMouseOver
{
    padding-left:14px;
    padding-right:14px;
    padding-bottom:42px;
    * padding-bottom:0px;
    
    border:none;
	background-image:url(images/navi_blau.gif);
	background-repeat:no-repeat;
	background-position:13px 23px;
	* background-position:13px 25px;
    height:52px;
}

#invtopmenu-beteiligungen.MenuItemMouseOver
{
    padding-left:14px;
    padding-right:14px;
    padding-bottom:42px;
    * padding-bottom:0px;
    
    border:none;
	background-image:url(images/navi_gelb.gif);
	background-repeat:no-repeat;
	background-position:13px 23px;
	* background-position:13px 25px;
    height:52px;
}

#invtopmenu-kontakt.MenuItemMouseOver
{
    padding-left:14px;
    padding-right:14px;
    padding-bottom:42px;
    * padding-bottom:0px;
    
    border:none;
	background-image:url(images/navi_gruen.gif);
	background-repeat:no-repeat;
	background-position:13px 23px;
	* background-position:13px 25px;
    height:52px;
}





#invtopmenu-altras .TopMenActive 
{
    font-size:12px;
    color:#c1c1c1;
    font-weight:normal;
    background-image:url(images/navi_rot.gif);
	background-repeat:no-repeat;
	background-position:-1px 24px;
	* background-position:-1px 25px;
    height:52px;
}

#invtopmenu-beratung .TopMenActive 
{
    font-size:12px;
    color:#c1c1c1;
    font-weight:normal;
    background-image:url(images/navi_blau.gif);
	background-repeat:no-repeat;
	background-position:-1px 24px;
	* background-position:-1px 25px;
    height:52px;
}

#invtopmenu-beteiligungen .TopMenActive 
{
    font-size:12px;
    color:#c1c1c1;
    font-weight:normal;
    background-image:url(images/navi_gelb.gif);
	background-repeat:no-repeat;
	background-position:-1px 24px;
	* background-position:-1px 25px;
    height:52px;
}

#invtopmenu-kontakt .TopMenActive 
{
    font-size:12px;
    color:#c1c1c1;
    font-weight:normal;
    background-image:url(images/navi_gruen.gif);
	background-repeat:no-repeat;
	background-position:-1px 24px;
	* background-position:-1px 25px;
    height:52px;
}







