@import url(reset.css);

html { height: 100% }

body {
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	height: 100%;
}

a {
	color: #F30;
}

#header {
	display: block;
	width: 980px;
	margin: 0 auto;
	padding-top: 38px;
}

#logo {
	background-image:url(../images/logo.png);
	display: block;
	width: 266px;
	height: 53px;
	margin: 0 0 10px 60px;
}

#nav {
	background-image:url(../images/menu.png);
	display: block;
	width: 540px;
	height: 36px;
	float: right;
	margin:-30px 50px 0 0;
}

#nav ul { margin-left: 30px; }

#nav ul li {
	float: left;
	display: block;
	padding: 13px 10px 0 0;
}

#nav ul li a {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
}

#teaser {
	background-image:url(../images/header.png);
	display: block;
	width: 925px;
	height: 200px;
	margin: auto;
}

#site {
	position: relative;
	min-height: 100%;
}

* html #site { height: 100%; }

#content {
	display: block;
	width: 900px;
	padding: 10px 40px 185px 40px;
	margin: 0 auto;
	line-height: 18px;
	color: #333;
}

.left {
	float: left;
	width: 440px;
}

.right, .csc-frame-indent {
	float: right;
	width:440px;
}

h1 {
	color: #F30;
	font-size: 180%;
	font-weight: normal;
	padding-bottom: 10px;
}

h2 {
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	margin: -10px 0 10px 0;
}

h3 {
	color: #333333;
	font-size: 120%;
	text-transform: uppercase;
}

p { margin-bottom: 8px; }

#footer {
	background-image:url(../images/bg_footer.png);
	display: block;
	width: 926px;
	height: 185px;
	margin: 0 auto;
	color: #FFF;
	position: relative;
	margin-top: -185px;
	clear: both;
}

#footer a {
	background-image:url(../images/top.jpg);
	display:block;
	float:right;
	height:16px;
	margin-right:20px;
	margin-top:16px;
	width:84px;
}

h4 {
	margin-bottom: 10px;
	font-size: 120%;
}

#contact {
	display: block;
	width: 250px;
	float: left;
	padding: 32px 0 0 32px;
}

#contact a {
	background-image:url(../images/mail.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:none;
	margin-left:10px;
	padding-bottom:0;
	padding-left:24px;
	text-decoration:none;
}

#last-work {
	display: block;
	width: 500px;
	float: left;
	padding: 32px 0 0 32px;
}

#last-work-image {
	background-image: url(../../../media/images/referenzen/last.jpg);
	width: 464px;
	height: 79px;
}

#copyright {
	font-size: 75%;
	float: right;
	margin: 8px 88px 0 0;
}

#copyright a {
	background-image:none;
	clear:both;
	color:#FFFFFF;
	display:block;
	float:none;
	font-size:120%;
	height:auto;
	margin:0;
	padding-bottom:4px;
	padding-left:195px;
	text-decoration:none;
	width:auto;
}

.csc-textpic-caption {
	font-size:90%;
	font-weight:bold;
	margin:0 0 0 10px;
}

.ref h3 {
	float:right;
	padding-right:85px;
}

.ref h4 {
	clear:both;
	color:#666666;
	float:right;
	font-size:80%;
	margin-top:-6px;
	padding-right:85px;
	margin-bottom: 0;
}

.ref .number p {
	display:block;
	font-size:400%;
	height:13px;
	margin-left:820px;
	margin-top:3px;
	overflow:hidden;
	padding-top:11px;
	position:absolute;
}

.ref hr {
	border-color:#999999;
	border-style:none none solid;
	border-width:medium medium 1px;
	padding-top:28px;
	width:880px;
}

.ref img { padding: 4px; }

form input {
	border: solid 1px #CCC;
	width: 260px;
	padding: 3px;
	height: 18px;
}

label {
	display: block;
	width: 400px;
}

textarea {
	padding: 3px;
	border: solid 1px #CCC;
	width: 400px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.csc-mailform-submit {
	margin-top: 6px;
	height: 30px;
	width: 130px;
}
