/* Glomar AG */
/************************************************
*			Fixes, Workarounds, etc.			*
************************************************/
* {
	margin: 0;
	padding: 0;
	}
/* Clearfix fuer das Float-clearing */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix {
	display: inline-block; /* IE 7 */
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/************************************************
*				Grundlayout						*
************************************************/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	}
body {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.2em;
	height: 100%;
	color: #CCCCCC; 
	line-height: 1.5em;
	background: #06131D  url(images/bg.gif) repeat-x;
	}
#wrapper {
	text-align: left;
	width: 700px;
	margin: 0 auto;
	}
#header {
	margin: 0 auto;
	width: 700px;
	height: 100px;
	padding: 13px 0 0 0;
	text-align: left;
	}
#main {
	width: 700px;
	}
#content {
	position: relative;
	text-align: left;
	margin: 0 auto !important;
	padding: 20px 0 0 0;
	min-height: 390px;
	height: auto !important;
	height: 390px;
	}
#content.start img {

	}
.imageelectrical {
	position: absolute;
	margin-top: 47px;
	left: -45px;
	}
.imagestart {
	position: absolute;
	left: 0;
	bottom: 15px;
	}
#content.start .text {
	color: #fff;
	}
#content.start .text h1{
	font-size: 36px;
	color: #fff;
	}
#content.start .text h2{
	font-size: 24px;
	}
#footer {
	border-top: 5px solid #fff;
	}
	
/************************************************
*				Style-Elemente					*
************************************************/
a img {border: 1px solid #E95F13;}
a, a:link, a:visited {color: #E95F13; text-decoration: none}
a:hover  {color: #ffffff; text-decoration: none}
.logo {	
		float: right; 
		border: none;
		margin-right: 10px;
		}

/************************************************
*					Navigation					*
************************************************/
#menu {margin-top: 60px;}
#menu ul {padding: 0; margin: 0; list-style: none;}
#menu ul li {
	display: inline;
	padding: 0 20px 0 0;
	}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	font-size: 17px;
	font-weight: bold;
	}
#menu ul li.active a, #menu ul li.active a:link, #menu ul li.active a:visited {
	color: #fff;
	}
.sprachwahl ul {
	list-style: none;
	font-size: .9em;
	}
.sprachwahl ul li {
	float: left;
	}
.sprachwahl ul li.fr {
	padding-left: 10px;
	background: url(images/sprachwahl_border.gif) 5px 5px no-repeat;
	}
.sprachwahl ul li a.active, .sprachwahl ul li a.active:link, .sprachwahl ul li a.active:visited {
	color: #fff;
	}
	
/************************************************
*			Content-Absatzformate				*
************************************************/
h1 {
	font-size: 17px;
	color: #E95F13;
	margin: 10px 0;
	}
h2 {
	font-size: 13px;
	color: #E95F13;
	padding: 10px 0;
	}
h3 {
	font-size: 12px;
	padding: 0;
	}
#content ul {
	list-style: none;
	margin: 10px 0;
	}
#content ul li {
	padding-left: 15px;
	background: url(images/list_item.gif) 0 8px no-repeat;
	}
.textflow .left {
	float: left;
	margin: 0 10px 0 0;
	}

/************************************************
*					Footer						*
************************************************/
#footer p {
	font-size: .9em;
	padding-top: 10px;
	color: #E95F13;
	}