/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.clear{clear: both;}
.left{float: left;}
.right{float: right;}

/* Struktur */

html, body {
	font-family: "Trebuchet MS", Arial, Helvetica sans-serif;
	color: #444444;
    font-size: 13px;
    height: 100%;
	background: #fff url(../gfx/bg/top_bg.png) repeat-x;
}

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

a:hover {
    text-decoration: underline;
}

h2 {
	font-size: 25px;
    color: #727272;
	margin: 0 0 25px 0;
}

.h2_line {
	background: url(../gfx/global/hr.gif) no-repeat;
	height: 27px;
	margin: -45px 0 15px 0;
}

h3 {
    font-size: 18px;
	margin: 0 0 15px 0;
    color: #e24d4b;
}

label {
	width: 150px;
	display: inline;
}

input, select, option {
	height: 18px;
	display: block;
}

input, select, textarea {
	border: solid 1px #ddd;
	background: transparent url(../images/contact-input-back.gif) repeat-x;
	width: 190px;
	margin-bottom: 10px;
}

textarea {
	width: 400px;
	background: transparent url(../images/contact-textarea-back.gif) repeat-x left bottom;
}

input.submit {
	background: #ddd;
	color: #727272;
	padding: 0 5px;
	width: 60px;
	height: 30px;
	border: solid 1px #727272;
}

/* Layout */

#wrapper {
    width: 943px;
    margin: 0 auto -75px auto; 
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header {
    padding: 50px 15px 0 20px;
}

h1#logo{
    float: left;
}

#contact {
	font-size: 12px;
	color: #727272;
	text-align: right;
	float: right;
	margin: 15px 5px 0 0;
}

#nav {
	height: 35px;
	float: right;
	margin: 0 2px -17px 0;
	position: relative;
	right: 5px;
    z-index: 1;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding: 0;
}

#nav li a {
	background: url(../gfx/nav/nav_bg.png);
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	float: left;
	padding: 9px 18px 8px 18px;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #6a6a6a;
}

#nav li a:hover, div#nav li a.selected {
	text-decoration: none;
	background: url(../gfx/nav/nav_bg_hover.png);
	border-right: 1px solid #e17472;
	border-left: 1px solid #8e4342;
}

#main_pic_1 {
    background: url(../gfx/main/main_1.png) no-repeat;
	width: 943px;
	height: 259px;
}

#main_pic_1 .inner {
	  padding: 80px 0 0 40px;
}

#main_pic_1 .slogan {
	font-size: 33px;
	color: #fff;
}


#main_pic_1 p {
	width: 500px;
    color: #fff;
    line-height: 1.5;
    padding: 10px 0 15px 0;
}

#main {
	margin-top: 10px;
	padding-left: 5px;
}

#content {
    width: 590px;
    float: left;
    margin: 0 0 40px 40px;
}

#content .column1 {
    width: 270px;
    float: left;
	margin-top: 35px;
}

#content .column2 {
    width: 270px;
    float: right;
	margin-top: 35px;
}

#content .column1 .title, #content .column2 .title {
	font-size: 11px;
	font-weight: bold;
	color: #727272;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content .column1 p, #content .column2 p {
	font-size: 11px;
	color: #727272;
	margin-top: 5px;
}

#sidebar {
    width: 260px;
    float: left;
    padding: 0 0 0 20px;
}

#sidebar p, #sidebar ul {
	font-size: 12px;
	color: #727272;
	padding: 0 0 15px 0;
}

#sidebar ul {
    font-size: 13px;
	list-style-image: url(../gfx/global/check.png);
    padding: 0 0 15px 25px;
}

#sidebar ul li {
	padding: 0 0 10px 5px;
}

#sidebar img {
    float: left;
	background: #fff;
    padding: 3px;
	border: 1px solid #C8C8C8;
    margin: 0 15px 5px 0;
}

#sidebar #sidemenu {
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#sidebar #sidemenu li {
	font-size: 14px;
	width: 230px;
	padding: 7px;
	background: #727272;
    border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #6a6a6a;
}

#sidebar #sidemenu li:hover {
	color: #000;
	background: #878787;
}

#sidebar #sidemenu li a {
	color: #fff;
}

.push { height: 55px; }

#footerwrap {
    background: url(../gfx/bg/bottom_bg.png) bottom repeat-x;
	height: 75px;
	clear: both;
}

#footer {
	position: relative;
	top: 20px;
    font-size: 12px;
	color: #727272;
	letter-spacing: 1px;
	width: 943px;
    margin: auto;
}

#footer p#left {
	float: left;	
}

#footer p#right {
	float: right;
}

/* Safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#nav { margin: 0 2px -20px 0; }
} 
