/* Standard Stylesheet
www.projektname.de
Start: 01.01.2006
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background: #fff url(gfx/bg.jpg) repeat-x;
	font-family: Arial, Helvetica,sans-serif;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
	clear: both;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 {
font-family: 'KlavikaRegular', Arial, Helvetica, Sans-Serif;
font-weight: normal;
color: #c1001d;
font-size: 20pt;
line-height: 22pt;
}

h2 {

}

h3 {

}

h4 {

}

/* Layout */
#wrapper {
width: 980px;
margin: auto;
padding: 0 20px;
}

#header {
position: relative;
}

#header .hotline {
position: absolute;
bottom: 0;
left: 50%;
}

#teaser {
height: 355px;
margin-top: 50px;
}

#teaser .visual {
width: 490px;
float: left;
}

#teaser .advantages {
width: 490px;
float: right;
}

#teaser .advantages-full {
width: 490px;
float: left;
margin-top: 50px;
}

#teaser .advantages-full p {
font-size: 13pt;
line-height: 19pt;
margin-bottom: 20px;
}

#teaser .advantages ul {
list-style: none;
margin: 30px 0;
}

#teaser .advantages ul li {
background: url(gfx/hook.png) no-repeat left 3px;
font-size: 13pt;
padding: 5px 0 5px 35px;
margin-bottom: 10px;
line-height: 19px;
}

#teaser .advantages a.cta-top, #teaser .advantages-full a.cta-top {
display: block;
width: 265px;
height: 32px;
background: url(gfx/cta-button.jpg) no-repeat left top;
color: #fff;
line-height: 32px;
font-family: 'KlavikaRegular', Arial, Helvetica, Sans-Serif;
font-size: 12.5pt;
padding: 0 0 0 8px
}

#teaser .advantages a.cta-top:hover, #teaser .advantages-full a.cta-top:hover {
background-position: left -32px;
}

#referenzen {
margin: 40px 0;
}

#referenzen span.ref-header {
font-family: 'KlavikaRegular', Arial, Helvetica, Sans-Serif;
font-weight: lighter;
display: block;
margin-bottom: 10px;
font-size: 11pt;
color: #6a6a6a;
}

#content {
width: 440px;
color: #6a6a6a;
font-size: 12px;
line-height: 14px;
float: left;
}

#content h2 {
font-family: 'KlavikaRegular', Arial, Helvetica, Sans-Serif;
font-size: 15pt;
font-weight: normal;
line-height: 18pt;
margin-bottom: 20px;
}

#content h3 {
font-size: 12px;
font-weight: bold;
margin: 25px 0 15px 0;
}

#content p {
margin-bottom: 15px;
}

#content ul {
margin: 0 0 30px 15px;
}

#content ul li {
margin-bottom: 5px;
}

#content .arrow-link {
background: url(gfx/arrow-grey.png) no-repeat left 2px;
padding: 0 0 0 12px;
color: #c1001d;
}

#content .arrow-link:hover {
text-decoration: underline;
}

#content .about {
margin-top: 50px;
padding-top: 20px;
border-top: 1px solid #c2c2c2;
}

#content .about h4 {
color: #c1001d;
}

#sidebar {
width: 440px;
float: right;
}

#sidebar #form {
border: 10px solid #e7e7e7;
padding: 30px;
}

#sidebar #form .top {
border-bottom: 1px solid #c2c2c2;
margin-bottom: 20px;
}

#sidebar #form span.heading {
display: block;
font-size: 14pt;
font-family: 'KlavikaRegular', Arial, Helvetica, Sans-Serif;
color: #c1001d;
margin-bottom: 20px;
}

#sidebar #form  p {
line-height: 18px;
font-size: 12px;
margin-bottom: 20px;
font-weight: bold;
}

#sidebar #form span.phone {
display: block;
font-size: 16pt;
font-family: 'KlavikaRegular', Arial, Helvetica, Sans-Serif;
margin-bottom: 15px;
background: url(gfx/icon-phone.jpg) no-repeat left center;
padding: 0 0 0 30px;
}

#sidebar #form .formline .half {
width: 170px;
float: left;
position: relative;
}

#sidebar #form .formline .half.right {
width: 170px;
float: right;
}

#sidebar #form .formline .half label.error {
font-size: 10px;
display: none !important;
}

#sidebar #form .formline {
margin-bottom: 15px;
}

#sidebar #form .formline label {
display: block;
font-size: 10.5pt;
font-weight: bold;
margin-bottom: 3px;
}

#sidebar #form .formline label span {
color: #c1001d;
}

#sidebar #form .formline input.text {
width: 164px;
border: 1px solid #dfdfdf;
padding: 3px 2px;
font-size: 12px;
color: #999;
}

#sidebar #form .formline select {
width: 170px;
border: 1px solid #dfdfdf;
padding: 2px 1px;
font-size: 12px;
color: #999;
}

#sidebar #form .formline input.error, #sidebar #form .formline select.error {
border-color: #c1001d;
}

#sidebar #form .formline textarea {
width: 356px;
border: 1px solid #dfdfdf;
padding: 2px 1px;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #999;
}

#sidebar #form .submit {
background: url(gfx/send.jpg) no-repeat left top;
display: block;
width: 92px;
height: 23px;
color: #fff;
text-align: left;
font-family: 'KlavikaRegular', Arial, Helvetica, Sans-Serif;
line-height: 23px;
padding: 0 0 0 10px;
float: right;
cursor: pointer;
}

#footer {
margin: 30px 0 50px 0;
font-size: 11px;
color: #b0b0b0;
}

#footer span {
background: url(gfx/swepro-footer.jpg) no-repeat right center;
padding: 10px 100px 10px 0;
}

#footer span a {
color: #b0b0b0;
text-decoration: underline;
}