
td
{
	font-family: verdana, arial;
	font-size: 10 px;
}


.frameContent {
	color: #67686A;
	font-family: verdana, arial;
	font-size: 12 px;
}

td..frameContent {
	color: #67686A;
	font-family: verdana, arial;
	font-size: 12 px;
}

.bottom {
	border-top: 1px dotted #20776C;
	font-family: arial,verdana;
	font-size: 11 px;
	color:#20776C;;

	}
	
.column_right
	{
		background-image: url(images/rightFrame.gif);
		background-repeat: repeat-x;
	}
	
.heading {
	
	font-family: verdana;
	color: #03387C;
	font-size: 12 px;

	}
	
.input {
	
	font-family: verdana;
	color: #03387C;
	font-size: 9 px;

	}
.contactForm
	{
		background-image: url(images/kontakt_float.gif);
		background-repeat: no-repeat;
		padding-left:90px;
		padding-right:5px;
		padding-top:10px;
		height: 400px;
		vertical-align: top;
	}

.textSmall {
	font-family: verdana;
	color: #999999;
	font-size: 9 px;
	}
	
	
#container { width:692px; position: absolute; left: 50%; margin:20px 0 0 -346px;}
#header { width:692px; height:116px; background-image:url(gfx/header.gif); float:left;}
#content { float:left; width:692px; background-color:#fff; }

#menuContainer { float:left; width:692px; background-color:#fff; height:20px; border-bottom:1px solid #d9d9d9; }

#menu
{
	position: relative;
	top: 0px;
	left: 0px;
}

#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left:0px;

}

html>body #menu {
	width:672px !important;
	width /**/:692px;
	top:135px;
	position: fixed;
	display:block;
}


#menu li { /* all list items */
	float: left;
	position: relative;
	width: 4em;
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 3.0em;
	left: 1;
	z-index:10;
	padding:0;
	width:10em;
	background-color:#2662AA;
	padding-bottom:5px;
	padding-top:5px;
}

#menu li ul li { 
	width:10em; 
	line-height:2.0em;
	text-indent:1px;
	padding: 3px;
	padding-right: 7px;
	}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block; 
}

a { text-decoration:none; color:#03387C; font-family:verdana,tahoma,sans-serif; font-size:10px;}
a:hover{color:#03387C;}

a.menu { text-decoration:none; color:#FFFFFF; font-family:verdana,tahoma,sans-serif; font-size:10px;}
a.menu:hover{color:#ffffff;}

#chromemenu{
width: 99%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #FFFFFF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color:#2662AA;
width: 200;
visibility: hidden;
color: #ffffff;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #fff;
}

.dropmenudiv a:hover{ /*Theme Change here*/
color: #fff;
}