﻿/*//////////////////////////////
// Struktur
//////////////////////////////*/
body, html {
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1,
h1 a{
	font:bold 16px/20px Verdana, Geneva, sans-serif;
	padding:0px 0 15px 0;
	margin:0;
}
.text-wrapper{
	font:normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
}
.underline-links a {
	text-decoration: underline !important;
}
.container { margin:10px; }

/*//////////////////////////////
// Generic elements
//////////////////////////////*/
img { border:0px; }
#logo { float:left; }
ul li { float:left; }

/*//////////////////////////////
// Main menu
//////////////////////////////*/
#header ul {
    float: right;
}
#header ul a {
    color: #969696;
    font: bold 14px/12px Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    border-left: 17px solid #969696;
    padding: 0 0 0 5px;
    height: 10px;
}
#header ul a:hover, #header ul a.sel {
    border-left: 17px solid #fe9900;
    text-decoration:none;
}
.bottomMenu, .bottomMenu li{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}
.bottomMenu{
	height:23px;
}
#flash{
	float:left;
	clear:left;
	height:355px;
	padding:0;
	display:block;
	margin:0;
	overflow:hidden;
}
#flash iframe{
	display:none;
	width:968px;
	height:355px;
	border:0;
	overflow:hidden;
	float:left;
	margin:0;
	padding:0;
}
#flash p{ display:none; }
#menu{
	background:#515050;
}
#menu a img {
	margin-left:0px;
	display:block;
}
#main, #companies{
	position:relative;
	background:#cccccc;
}
#main{
	height:215px;
}
#companies{
	height:232px;
	padding-bottom:20px !important;
}


/*//////////////////////////////
// Content
//////////////////////////////*/
#maintable {
	margin:0 auto;
	width:968px;
	
	border:0px;
	text-align:left;
	padding-top:20px;
}
#maintable td { padding:0px; }
#header ul {
    margin:0px;
    padding-top:19px;
}
#header ul li {
	display:inline;
	margin:0px;
	padding-left:20px;
}