/*
-----------------------------------------------------------------------------------------------
INHALT
-----------------------------------------------------------------------------------------------
=GENERELLER SEITENAUFBAU


*/


/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h1, h2, h3, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, a {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

/* Normalizes font-size for headers */
h1,h1,h2,h3,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
font-size : 100%;
color: #333;
}

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }



/* =EINGABEFELDER
----------------------------------------------------------------------------------------------- */
input, select, textarea {
	background: #fef7e5;
	border: none;
	border: #f29420 1px dotted;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	padding: 2px;
	width: 300px;
	margin-bottom: 15px;
	vertical-align
} 

input.medium, select.medium, textarea .medium{
	width: 174px;
} 

input.small, select.small, textarea .small{
	width: 40px;
} 

label {
	display: block;
	float: left;
	font-size: 0.8em;
	width: 80px;
}

label.small {
	width: 30px;
}

label.large {
	display: inline-block;
	font-size: 10px;
	width: auto !important;
	margin: 0 30px 0 2px;
}

fieldset label.large {
	font-size: 11px;	
}
	

label.embedded {
	float: none;
	display: inline-block;
	margin-left: 40px;
}

input.radio {
	display: block;
	float: left;
	width: auto;
}




input:hover {
	border: #666666 1px dotted;
} 

input:focus, select:focus, textarea:focus {
	background: #fff;
}

a {
  outline: none;
	border-bottom: 1px dotted #fff;
}

a:hover {
	border-bottom: 1px double #fff;
}

input.button {
	background: url(images/button.gif) repeat-x;	
	border-top: 1px solid #714646;	
	border-left: 1px solid #714646;
	border-right: 1px solid #251818;		
	border-bottom: 1px solid #251818;	
	color: #ccc;
	cursor: pointer;
	float: left;
	display: block;
	padding: 3px;
	margin-right: 5px;
	text-shadow: #000 1px 1px 1px;	
	width: 100px;
}

input.button:hover {
	background: #2a1a1a;	
	color: #fff;
}

span.loud {
	color: #000000;
}

span.quiet {
	font-size: 0.9em;
}

span.prepend {
	display: inline-block;
	width: 50px;
}


p.legend {
	color: #ccc;
	font-size: 0.85em;
	margin-top: 5px;
	text-align: justify;
}

a.back {
	background: url(images/back.gif) no-repeat 0 5px;
	padding-left: 15px;
}

img.bordered {
	border: 5px solid #fff;
}

a img.bordered {
	border: 5px solid #ccc;
}

a img.bordered:hover {
	border: 5px solid #fff;
}

.right {
	float: right;
}

a.link {
	background: url(images/link.gif) no-repeat 0 4px;
	padding-left: 15px;
	margin-bottom: 3px;
}

a.link:hover {
	background: url(images/link_hover.gif) no-repeat 0 4px;
}

span.small {
	height: 7px;
	display: block;
}



/*
-----------------------------------------------------------------------------------------------
=GENERELLER SEITENAUFBAU
-----------------------------------------------------------------------------------------------
*/
body {
	background: url(images/background.jpg) repeat-x;
	padding-top: 500px;
	min-height: 816px;
}

html {
	background: url(images/body.jpg) 0 816px;
}

div#content {
	left: 450px;
	position: relative;
	width: 480px;
	margin-top: -505px;
}


/* =PARTNER
----------------------------------------------------------------------------------------------- */
div#partner {
	position: absolute;
	top: -9999px;
}


div.partnerwrapper {
	background: url(images/partner.png) no-repeat;
	left: 450px;
	position: relative;	
}

div.partner {
	font-size: 10px;
	margin-bottom: 10px;
	width: 470px;
	max-height: 80px;
	overflow: hidden;
	color: #ccc;
	padding-left: 10px;
}

div.partner a {
	font-size: 10px;
}

div.partner a:first-child {
	padding-top: 24px;
	display: inline-block;
}


/* =SEITEN INFORMATION
----------------------------------------------------------------------------------------------- */
div.seiten_information {
	border-top: #fff 1px solid;
	height: 50px;
	left: 450px;
	margin-top: 40px;
	position: relative;
	width: 480px;
}

div.seiten_information ul {
	font-size: 0.8em;
	margin: 0px;
	position: relative;
	width: 480px;
	z-index: 20;
}

	div.seiten_information ul li {
		display: inline;
		font-size: 0.9em;
		margin-right: 6px;
		padding-right: 10px;
	}
	
		div.seiten_information ul li a{
			font-size: 1.1em;
		}

		div.seiten_information ul li.seo {
			display: inline-block;
			width: 120px;
			margin-right: 70px;
		}



/* =HAND
----------------------------------------------------------------------------------------------- */
div.hand {
	text-align: right;
	margin-top: -20px;
	width: 100%;
}

img.hand {
	position: relative;
	right: 0px;
	z-index: 10;
}


/* =ÜBERSCHRIFTEN
----------------------------------------------------------------------------------------------- */
h1 {
	display: inline-block;
	font-size: 4.2em;
	font-weight: bold;
	letter-spacing: -0.04em;	
	line-height: 0.9em;
	margin: 48px 0px;
	text-shadow: #777 2px 2px 2px;
	width: 480px;
	z-index: 5000;
}

	h1 span.loud {
		display: block;
		text-indent: 25px;
	}

h2 {
	color: #fff;
	display: inline-block;
	font-size: 1.6em;
	margin-bottom: 5px;
	text-shadow: #333 2px 2px 2px;	
}

h3 {
	color: #fff;
	display: inline-block;
	font-size: 1.3em;
	margin-bottom: 5px;
}




/* =NAVIGATION
----------------------------------------------------------------------------------------------- */
div#navigation {
	height: 50px;
	margin-top: 5px;
	width: 490px;
}

ul#nav {
	height : 50px;
	padding-top: 2px;	
	position : relative;	
}

	ul#nav li {
		display : inline;
		margin-right: 12px;
	}
	
	ul#nav li a {
		border-bottom: 1px dotted #b0b0b0;
		color: #b0b0b0;
		font-size: 1.4em;
		text-shadow: #333 1px 1px 2px;		
	}	

	ul#nav li a:hover {
		border-bottom: 1px dotted #fff;	
		color: #fff;
	}	


body.home ul#nav li#nav_home a {
	border-bottom: 1px dotted #fff;	
	color: #fff;
}

body.service ul#nav li#nav_service a {
	border-bottom: 1px dotted #fff;	
	color: #fff;
}

body.order ul#nav li#nav_order a {
	border-bottom: 1px dotted #fff;	
	color: #fff;
}

body.references ul#nav li#nav_references a {
	border-bottom: 1px dotted #fff;	
	color: #fff;
}

body.tips ul#nav li#nav_tips a {
	border-bottom: 1px dotted #fff;	
	color: #fff;
}

body.contact ul#nav li#nav_contact a {
	border-bottom: 1px dotted #fff;	
	color: #fff;
}










/*
-----------------------------------------------------------------------------------------------
=INDEX
-----------------------------------------------------------------------------------------------
*/
div#content p.service, div#content p.offer, div#content p.references, div#content p.express {
	height: 80px;
	padding: 2px 0 0 85px;
}

div#content p.service {
	background: url(images/icon_services.png) no-repeat;
}

div#content p.offer {
	background: url(images/icon_offer.png) no-repeat;
}

div#content p.references {
	background: url(images/icon_references.png) no-repeat;
}

div#content p.express {
	background: url(images/icon_expressservice.png) no-repeat;
}

div#content p.service a, div#content p.offer a, div#content p.references a {
	margin-top: -10px;
}

div#content img.intro {
	float: left;
	margin-right: 10px;
	width: 200px;
}

div#adsense {
	left: 450px;
	position: relative;
	top: -20px;
	width: 480px;
}


/*
-----------------------------------------------------------------------------------------------
=LEISTUNG
-----------------------------------------------------------------------------------------------
*/

div#content ul.services li {
	border-bottom: 1px dotted #fff;
	padding: 10px 0 10px 90px;
}

div#content ul li.varnishing {
	background: url(images/icon_varnishing.png) no-repeat 0 20px;
}

div#content ul li.colorchoice {
	background: url(images/icon_colorchoice.png) no-repeat 0 20px;
}

div#content ul li.painting {
	background: url(images/icon_painting.png) no-repeat 0 20px;
}

div#content ul li.consultation {
	background: url(images/icon_consultation.png) no-repeat 0 20px;
}

div#content ul li.cleaning {
	background: url(images/icon_cleaning.png) no-repeat 0 20px;
}

div#content ul li.handover {
	background: url(images/icon_handover.png) no-repeat 0 20px;
}

div#content ul li.decorating {
	background: url(images/icon_decorating.png) no-repeat 0 20px;
}

div#content ul li.clearing {
	background: url(images/icon_clearing.png) no-repeat 0 20px;
}

div#content ul li.express {
	background: url(images/icon_express.png) no-repeat 0 20px;
}


/*
-----------------------------------------------------------------------------------------------
=REFERENZEN
-----------------------------------------------------------------------------------------------
*/
div.references a {
	border: none;
	margin: 0px 5px 5px 0px;
}




/*
-----------------------------------------------------------------------------------------------
=ANGEBOT
-----------------------------------------------------------------------------------------------
*/
p.information {
	border: 1px solid #fff;
	font-size: 0.85em;
	padding: 5px;
}

li fieldset label {
	font-size: 1em;
}

select.detail {
	margin: 0px;
	width: 150px;
}

label.detail {
	display: inline-block;
	width: 101px !important;
}



/*
-----------------------------------------------------------------------------------------------
=TIPPS
-----------------------------------------------------------------------------------------------
*/
select.day {
	width: 45px;
}

select.year {
	width: 70px;
}




/*
-----------------------------------------------------------------------------------------------
=KONTAKT
-----------------------------------------------------------------------------------------------
*/
div#contact {
	left: 450px;
	position: relative;
	top: 150px;
	width: 450px;
}
ul#contact li {
	margin-bottom: 10px;
	width: 450px;
	clear: both;
}

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




/* IMPRESSUM
----------------------------------------------------------------------------------------------- */


ul#impress .title {
	margin: 30px 0px 5px 0px;
}

ul + li {
	font-weight: bold;
	padding-bottom: 10px;
}


/*
-----------------------------------------------------------------------------------------------
=OFFER
-----------------------------------------------------------------------------------------------
*/
div.webdesigner {
	top: -9999px;
	position: absolute;
}




/*
-----------------------------------------------------------------------------------------------
=SPECIAL
-----------------------------------------------------------------------------------------------
*/

div.special {
	display: inline-block;
	background: #000;
	width: 100px;
	height: 100px;
	float: left;
}


a.hotline {
	background: url(images/hotline.png) no-repeat right;
	border: none;	
	display: none;
	position: relative;
	height: 300px;
	width: 30%;
	min-width: 386px;
	float: right;
}

body.home a.hotline {
	display: block;
}

div.wrapper {
	height: 100%;
	width: 60%;
	min-width: 950px;
	float: left;	
}






/* =PIXXELPASSION-BADGE
----------------------------------------------------------------------------------------------- */
div.disc {
	background: url(http://www.pixxelpassion.de/banner/disclaimer_155x84_bright.png) no-repeat 0 -40px;
	display: inline-block;
	height: 45px;
	width: 160px;
	position: relative;
    margin-left: -14px;	
}

div.disc a {
    color: #8e8e8e;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 24px 0 0 37px;
    text-transform: uppercase;
	text-decoration: none !important;	
	border-bottom: none;
}

div.disc:hover {
	background: url(http://www.pixxelpassion.de/banner/disclaimer_155x84_bright.png) no-repeat 0 0px;
}

div.disc a:hover {
	color: #717f21 !important;
}
