/* @override http://re-sonanz.de/new/tl_files/style.css */

/*
 * Version: 0.1
 * Author: Michael Bach
 * Author URI: http://www.buss-networks.de/
 * */


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #777;
	text-align: center;
}


#header {
	background: url('images/header.jpg') no-repeat top center;
}

#menue {
	height: 36px;
	background: url('images/button_passive.jpg') repeat-x;
	border: none;
	margin: 0 20px;
}

#menue ul {
	list-style: none;
	background: transparent;
	margin-top: 0;
	margin-bottom: 0;
}
	
#sub_menue ul {
	list-style: none;
	background: transparent;
}


	
#sub_menue ul li {
	float: left;
	padding: 7px 0 0 0;
	font-size: 11px;
	text-decoration: none;
	color: black;
	margin-right: 40px;
}
	
#sub_menue ul li a, #sub_menue ul li span {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
	
#sub_menue ul li span.active {
	color: #777;
}

	
#menue li.active, #menue li.trail {
	background: url('images/button_active.jpg') repeat-x;
}
	
#menue li a.first, #menue li span.first {
	border-left: 1px solid white;
}

#menue ul li a, #menue ul li span {
	border-right: 1px solid white;
	margin: 1px 0;
	padding: 11px 0 10px 0;
	text-decoration: none;
	color: #777;
	display: block;
}

#menue ul li span.active, #menue ul li a.trail {
	color: #FFF;
}
	
#menue ul li {
	float: left;
	height: 36px;
	font-size: 11px;
	color: black;
	width: 19%;
}
	
.invisible {
	display: none;
}

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	margin: 20px auto;
	padding: 0;
	width: 1024px;
	background: url('images/background.jpg');
}

#header {
	padding: 0;
	height: 120px;
	width: 1024px;
}

#footer {
	background: url('images/footer.jpg') no-repeat top;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 1024px;
	height: 47px;
	clear: both;
	text-align: left;
}

#footer_content {
	padding: 8px 10px 0 52px;
}
	
#footer_content a {
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 10px;
	}

#home-button {
	margin-top: 0 !important;
	}
	
a img {
	border: none;
	}

#content-wrap {
	margin: 45px 45px  0 45px;
}

#content {
	background: url('images/content_background.jpg') top right;
	padding: 0 12px 0 11px;
	height: 381px;
}
	
#content_left {
	width: 390px;
	height: 370px;
	margin-top: -9px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 20px;
	color: grey;
	text-align: justify;
	overflow: auto;
}

#content_right {
	margin-top: -9px;
	width: 481px;
	float: right;
	text-align: right;
	overflow: hidden;
}

#content_header {
	height: 23px;
	background: url('images/content_header.jpg') bottom right no-repeat;
}
	
#content_header_menu {
	background: url('images/content_header_menu.jpg') top right no-repeat;
	height: 100%;
	display: none;
}


#content_footer {
	height: 11px;
	background: url('images/content_footer.jpg') no-repeat bottom right;	
	margin-bottom: 40px;
}

/* End Structure */
div.formbody table td {
	padding: 2px 0;
}

div.formbody table td.col_first {
	vertical-align: top;
}
div.formbody input.captcha {
	width: 50px;
	
}
div.formbody input.text {
	width: 250px;	
}

div.submit_container {
	padding-top: 5px	
}
p.error {
	color: red;
}

h1 {
  font-size: 2em;
}

.contactstyle #content_left {
  width: 605px;
}

.contactstyle #content_right {
  width: 266px;
}

.referencestyle #content_left {
  width: 486px;
}

.referencestyle #content_right {
  width: 385px;
}
