*,html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #f3f3f4 url('images/body_bg_ocker.png') repeat-x center top;
	text-align: center;
	font: 13px trebuchet ms; 
	color: #393939;
	padding-bottom: 50px;
}


div#wrapper {
	width: 970px;
	margin: 0 auto;
}

div#header {
	width: 970px;
	height: 183px;
	background: url('images/header_bg.jpg') no-repeat;
	margin: 0 auto;
	text-align: left;
	font: 18px trebuchet ms;
	color: #323232;
}

#header #button { float: right; margin-top: 6px; width: auto;}




/* NAVIGATION */

div#navigation {
	width: 970px;
	height: 67px;
	background: url('images/navigation_bg.png') no-repeat;
	text-align: left;
}

div#navigation ul {
	height: 63px;
	width: 942px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	top: 4px;
	left: 14px;
}

div#navigation li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

div#navigation a {
	height: 63px;
	line-height: 63px;
  	float: left;
  	margin: 0px;
  	padding: 0px 0px 0px 2px;
  	text-decoration: none;
	cursor: pointer;
}
	
#navigation li.current a {
	background: url("images/navigation_left_bg.png") no-repeat left top;
}
	
#navigation li.current a span {
	background: url("images/navigation_right_bg.png") no-repeat right top;
	color: #ffffff;
}
	
#navigation a span {
	font: 14px trebuchet ms;
	color: #dddddd;
	line-height: 63px;
   	float: left;
   	display: block;
	padding: 0px 30px 0px 30px;
}

#navigation a:hover {
	background: url("images/navigation_left_bg.png") no-repeat left top;
}

#navigation a:hover span {
	background: url("images/navigation_right_bg.png") no-repeat right top;
}

#navigation li.current a:hover {
	text-decoration: none;
}

/* // NAVIGATION */

#content {
	width: 970px;
	background: url('images/content_bg.png') repeat-y;
}

#content-top {
	width: 970px;
	background: url('images/content_top_bg.png') no-repeat;
}

#content-inner {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content-left {
	width: 600px;
	float: left;
	
}

#content-right {
	width: 260px;
	float: right;
}

.links {
	float: left;
	margin: 10px 0 0 200px;
	display:inline;
}

.rechts {
	float: right;
}


div.c-r-content {
	background: #fafafa;
	border: 1px solid #e2e2e2;
	padding: 15px;
}

div.panel {
	width: 270px;
	float: left;
	margin-right: 25px;
}

div.service {
	width: 275px;
	float: left;
	margin: 25px 25px 25px 0px;
}


/* TESTIMONTIAL */

div.testimontial {
	width: 300px;
	float: left;
}

div.bubble {
	width: 300px;
	background: url('images/bubble_bg.png') repeat-y center top;
}

div.bubble-top {
	width: 300px;
	background: url('images/bubble_top_bg.png') no-repeat center top;
}

div.bubble-buttom {
	width: 300px;
	height: 61px;
	background: url('images/bubble_bottom_bg.png') no-repeat center top;
}


div.bubble span {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	margin: 0px 5px 0px 5px;
}

/* UL&LI */

#content-right ul {
	margin: 10px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #ebebeb;
	font: 14px trebuchet ms;
	color: #585858;
}

#content-right ul li {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	border-bottom: 1px solid #ebebeb;
	height: 35px;
	line-height: 35px;
}

/* H */

h1 {
	font: 48px trebuchet ms;
	color: #323232;
	font-weight: normal;
	padding-top: 40px;
	margin-left: 10px;
}

h2 {
	font: 26px trebuchet ms;
	color: #393939;
	font-weight: normal;
	margin-bottom: 10px;
}

h3  {
	font: 18px trebuchet ms;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
}

h4 {
	font: 15px trebuchet ms;
	font-weight: bold;
	margin-bottom: 10px;
}

div#content-right h2 {
	padding: 0px;
	font-size: 25px;
	margin-bottom: 8px;
}

/* P */

div.panel,div.testimontial p{
	line-height: 20px;
}

div.bubble p {
	font-size: 14px;
	font-style: italic;
	padding: 15px;
}

#content-left p {
	line-height: 20px;
}




/* FOOTER */

div#line {
	width: 900px;
	height: 1px;
	font-size: 0px;
	border-top: 1px solid #cccccc;
	margin: 0 auto;
}

div#footer {
	width: 970px;
	height: 74px;
	background: url('images/footer_bg.png') no-repeat;
	font: 12px trebuchet ms;
	color: #7e7e7e;
}

div#f-left {
	width: 450px;
	height: 74px;
	float: left;
	text-align: left;
	position: relative;
	left: 35px;
	top: 15px;
	color: #afafaf;	
}

div#f-right {
	width: 450px;
	height: 74px;
	float: right;
	text-align: right;
	position: relative;
	left: -35px;
	top: 15px;
}

/* TABLES */

table.main-table {
	width: 100%;
	border-collapse: collapse;
}

table.main-table th {
	padding: 5px;
	background: #454545;
	border: 1px solid #ffffff;
	color: #ffffff;
}

table.main-table td {
	padding: 5px;
	text-align: left;
	border: 1px solid #ffffff;
	background: #fcfcfc;
}

table.main-table td.center {
	text-align: center;
}

table.main-table tr.dark td {
	background: #f6f6f6;
}

table#table-contact {
	width: 100%;
	border-collapse: collapse;
	margin-top: 25px;
}

table#table-contact td.left{
	text-align: right;
	padding: 10px;
	background: #f6f6f6;
	border: 1px solid #ffffff;
}

table#table-contact td.right{
	text-align: left;
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #ffffff;
}

/*CONTACT FORM*/

form { background-color: #f9f9f9; padding:10px; border:1px solid #d6d6d6; width: 420px;}

.text_input, .text_area{
border:1px solid #f3f3f3;
font-family: Arial, Helevtica, Verdana, san-serif;
color: #000000;
background: #fff;
padding: 2px;
}

label{
padding-left:5px;
}

blocklabel{
padding:0px;
}

#send, #submit{
border:1px solid #D6D6D6;
background: #FFCC33;
color: #393939;
padding: 5px;
}

#submit:hover, #send:hover{
background: #F4E9A3;
color: #393939;
}
	
.valid .text_input, .valid .text_area{border:1px solid #2ba41b;} /*#2ba41b*/
.error .text_input, .error .text_area{border:1px solid #990000;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #990000;}

/* OTHER */

ul {
	list-style-type: square;
	margin: 10px 0px 10px 25px;
}

ol {
	margin: 10px 0px 10px 40px;
}

/* A */

a {
	color: #393939;
	text-decoration: underline;
}

a:hover,active,visited {
	text-decoration: none;
}

a.book {
	text-decoration: none;
	color: #393939;
}

div#f-left a {
	text-decoration: underline;
	color: #7e7e7e;
}

div#f-left a:hover {
	text-decoration: none;
}

ul.right-nav a {
	color: #393939;
	text-decoration: none;
}

ul.right-nav a:hover,active,visited {
	color: #393939;
}

/* IMGS */

img {
	border: none;
}


img.latest {
	background: #ffffff;
	padding: 5px;
	border: 1px solid #eeeeee;
	width: 210px;
	margin: 0px 0px 5px 0px
}

img.large {
	background: #ffffff;
	padding: 5px;
	border: 1px solid #eeeeee;
	width: 100%;
	margin: 0px 0px 5px 0px;
}

img.right {
	background: #ffffff;
	padding: 5px;
	border: 1px solid #eeeeee;
	float: right;
	margin: 10px 0px 10px 10px;
}

img.left {
	background: #ffffff;
	padding: 5px;
	border: 1px solid #eeeeee;
	float: left;
	margin: 10px 10px 10px 0px;	
}





img.button {
	margin: 10px 0px 10px 0px;
	border: none;
}

div#content-left img.icon {
	border: none;
	margin: 0px 20px 20px 0px;
	padding: 0px;
	background: none;
	float: left;
}


/* OTHER */

div.clear {
	clear: both;
}

