/*CSS*/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #C0C0C0;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans serif;
}
h1 {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #099;
}
p {
	font-size: 12px;
	line-height: 18px;
}
a:link,
a:visited {
	color: #099;
}
a:active,
a:hover {
	color: #099;
	text-decoration: none;
}
.clear {
	clear: both;
	height: 1%;
}

/* Aufbau 
====================================================== */
#container {
	width: 960px;
	background-color: #fff;
	margin: 10px auto 10px;
	padding: 20px;
}
#box_default {
	width: 958px;
	background-color: #fff;
	border: 1px solid #000;
	background-image: url(../img/hg_profil.gif);
	background-repeat: no-repeat;
	background-position: 10px 80px;
}
#box_self {
	width: 958px;
	background-color: #fff;
	border: 1px solid #000;
	background-repeat: no-repeat;
	background-position: 10px 80px;
}
#head {
	width:958px;
	height:120px;
}
#navi {
	float: left;
	width: 300px;
}
#head_a {
	background-color:#099;
	height:19px;
	padding-left:25px;
	padding-top:6px;
	font-size:10px;
}
#head_a a {
	color: #fff;
	text-decoration: none;
}
#head_a a:hover,  
#head_a a:active {
	color: #d3d3d3;
}
#head_b img {
	margin-left:750px;
	margin-top:25px;
}
#content {
	float: right;
	width: 575px;
	margin-top: 300px;
	margin-bottom: 15px;
	padding-right: 15px;
}
#standorte {
	
}
.standort {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 160px;
	font-size: 12px;
	line-height: 18px;	
	padding-left: 15px;
}
#ansprechpartner {
	
}
.kontaktperson {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 160px;
	font-size: 12px;
	line-height: 18px;
}
.lang {
	float: right;
	margin-right: 10px;
}
.lang img {
	margin-right: 5px;
	border: 0;
}
/* Navigation 
====================================================== */
#menu1 {
	list-style-type: none;
	float:left;
	width:220px;
	height:300px;
	margin-left:25px;
	margin-top:300px;
}
#menu1 a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 10px;
	padding: 3px;
	text-transform: uppercase;
}
#menu1 li a:hover, #menu1 li a:active, #menu1 li a.current {
	color: #FFF;
	background-color: #099;
}
	#menu2 {
		list-style-type: none;
	}
	#menu2 a {
		display:block;
		padding-left: 20px;
		color: #000;
	}
	#menu2 li a:hover, #menu2 li a:active, #menu2 li a.current {
		background-color: #d3d3d3;
		color: #000;
	}
	

.text_gruen {
	color:#099;
}
/* Firmenlogos
====================================================== */
.firmen {
	margin: 15px 0 15px 0;
}
.firmen img {
	border-style: none;
}
.firmen ul {
	list-style: none;
}
.firmen li {
	float: left;
	list-style: none;
}

.firmen img {
	border-style:none;
 	margin-left: 0px;
	margin-right:10px;
}
td {
	padding: 3px;
}

.tr_gruen {
	background-color: #099;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.tr_grau {
	background-color: #CCC;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.tr_hellgrau {
	background-color: #f3f4f4;
	color: #000;
}

