* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #ececec url('../img/bg_body.png') repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #424242;
}
img {
	border: 0;
}

a {
	color: #ed1c24;
	text-decoration: none;
}

th {
	text-align: right;
	padding: 2px;
}
td {
	padding: 2px;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	background:  url('../img/bg_wrapper.png') no-repeat;
	min-height:100%;
	padding:0;
}

#lang {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	float: right;
	overflow: hidden;
	padding-bottom: 5px;
}
#lang a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 25px;
	padding-left: 22px;
	margin: 0 5px;

}
#lang a.de {
	background: url('../img/flag_de.png') no-repeat left center;	
}
#lang a.en {
	background: url('../img/flag_en.png') no-repeat left center;	
}
#himages {
	clear:  right;
	overflow: hidden;
	background: url(../img/bg_himages.png) no-repeat right;
}
#logo {
	float: left;
}

#himage_a {
	float: left;
	padding-top: 11px;
	padding-left: 13px;
}

#himage_b {
	float: left;
	padding-top: 11px;
	padding-left: 12px;
	position:  relative;
}
#slogan {
	position: absolute;
	top:  130px;
	left: 30px;
	font-size: 16px;
	color: #fff;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#navi {
	border: 1px solid #fff;
	background: url('../img/bg_navi.png') repeat-x;
	margin: 0px 10px;
	overflow: hidden;
	line-height: 39px;
	border-bottom:0px;
}
#navi ul {
	list-style: none;
}
#navi ul li{
	float:left;
	background: url('../img/bg_navi_li.png') no-repeat right;
	padding-right: 2px;	
}

#navi ul li a {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 0 10px;
}
#navi ul li a:hover {
	background: url('../img/bg_navi_a.png') no-repeat center bottom;	
}

#navi ul li.menu-level1-current-active a {
	background: url('../img/bg_navi_a.png') no-repeat center bottom;	
}


#content {
	margin: 0 10px;
	background: url('../img/bg_content.png') no-repeat;
	overflow: hidden;
	padding-bottom: 133px;
	background: #d3d3d3;
}
#main {
	width: 700px;
	border-right: 350px solid #d3d3d3;
	background: #d3d3d3;
}
#main h1 {
	background: #ededed url('../img/bg_h1.png') no-repeat center;
	line-height: 45px;
	padding: 0 20px;
	color: #ed1c24;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
}
#entry {
	padding: 20px;
	background: #fff;
	overflow: hidden;
}
#entry h2 {
	color: #ed1c24;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
}
#entry h3 {
	font-size: 13px;
	margin-bottom: 13px;
}
#entry p {
	line-height: 16px;
	margin-bottom: 16px;
}
#entry td {
	font-size: 12px;
	white-space: nowrap;
	padding-right: 10px;
}

#entry td p{
	margin-bottom: 0;
}


#entry div {
	clear: none;
}

#sidebar {
	width: 200px;
	background: #d3d3d3 url('../img/bg_sidebar.png') no-repeat;
	float: right;
	padding: 20px;
	padding-bottom: 0px;
}

#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	background: #fff;
	margin-bottom: 20px;
	
}

#sidebar ul li div{
	padding: 0 16px 16px 16px;
}

#sidebar h2 {
	color: #ed1c24;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 12px 0 44px 0;
}


#sidebar ul li.news {
	background: #fff url('../img/bg_side_news.png') no-repeat;
}

#sidebar ul li.news dt{
	float: left;
	width: 35px;
}
#sidebar ul li.news dd{
	margin-left: 45px;
	padding-bottom: 10px;
}

#sidebar ul div.download {
	background: #fff url('../img/bg_side_download.png') no-repeat;
}
#sidebar ul div.download ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul div.download ul li{
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: url(../img/icon_download.png) no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}

#sidebar ul li.contact {
	background: #fff url('../img/bg_side_contact.png') no-repeat;
	padding: 0 16px 16px 16px;
}



#sidebar ul li .more {
	text-align: right;
}
#sidebar ul li .more a {
	text-transform: uppercase;
	font-size: 10px;
}


#projects {
	background: url('../img/bg_projects.png') no-repeat;
	height: 332px;
	
}

#projects h2 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
}

#projects .content {
	padding: 20px;
	padding-top: 10px;
	float: left;
	width: 451px;
}
#projects .navi {
	background: url(../img/bg_projects_navi.png) no-repeat;
	margin-left: 491px;
	height: 332px;
}
#projects .navi ul{
	list-style-type: none;
	padding-top: 45px;
}

#projects .navi ul li a{
	color: #fff;
	display: block;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	padding: 8px;
	background: url(../img/trenner_pa.png) no-repeat bottom;
	padding-bottom: 10px;
}

#projects .element {
	text-align: center;
}

#fwrapper {
	background: url('../img/bg_fwrapper.png') repeat-x bottom;
	height: 133px;
	width: 100%;
	margin-top: -133px;
}
#footer {
	background: url('../img/bg_footer.png') no-repeat center;
	padding-top: 113px;
	width: 960px;
	margin: 0 auto;
	line-height: 20px;
	text-align: center;
	color: #fff;
	
}

/* IE7 */
*+html #himage_a {
	padding-top: 13px;	
}
*+html #himage_b {
	padding-top: 13px;	
}

*+html #main {
	width: 700px;
	border: 0;
}


/* IE6 */
* html body {
	text-align: center;
}
* html #header {
	height: 1%;
}
* html #himages {
	overflow: visible;
	height: 1%;
}
* html #himage_a {
	padding-top: 13px;	
}
* html #himage_b {
	padding-top: 13px;	
}

* html #navi {
	height: 1%;
	overflow: visible;
}

* html #main {
	width: 700px;
	border: 0;
	background: #d3d3d3;
}

* html #entry {
	height: 1%;
	overflow: visible;
}
* html #wrapper {
	height: 100%;
	text-align: left;
}



* html #sidebar {
	width: 240px;
	background: #d3d3d3 url('../img/bg_sidebar.png') no-repeat;
	float: right;
	padding: 20px;
	padding-bottom: 0px;
	margin-left: -3px;
}

#sidebar ul li {
	border-bottom: 1px solid #fff;
}


