* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma;
	font-size: 12px;
	color: #4c4c4c;
}

.hide {
 display:none;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

#header {
}

#logo h1 {
}

#logo a{
	margin: 30px 0px 36px 0px;
	display: block;
	background: url(images/logo.gif) no-repeat;
	width: 324px;
	height: 95px;
}

#logo .invis {
	display: none;
}

#leftside {
	width: 330px;
	float: left;
}

#navigation {
	width: 158px;
	height: 208px;
	margin: 0px;
	padding: 24px 86px 0px 86px;
	background: url(images/bg_navi.gif) repeat-x;
}

#navigation li {

	position: relative;
	height: 31px;
	padding-top: 0px;
}

#navigation a {
	height: 22px;
	padding-left: 10px;
	padding-top: 9px;
	display: block;
	color: #FFFFFF;
	font-size:11px;
	font-weight:bold;
	background: url(images/naviitem.gif) right bottom no-repeat;
	border-bottom: 1px solid #818181;
}

#navigation a:hover {
	background: url(images/naviitem_active.gif) right bottom no-repeat;
}

#index #indexactive a,
#agentur #agenturactive a,
#leistungen #leistungenactive a,
#referenzen #referenzenactive a,
#kontakt #kontaktactive a,
#disclaimer #disclaimeractive a
{
	background: url(images/naviitem_active.gif) right bottom no-repeat;
}

#subnavi {
	margin: 24px 0px 0px 86px;
}

#subnavi li {
	line-height: 31px;
}

#subnavi a {
	display: block;
	width: 158px;
	color: #616161;
	font-size: 11px;
	background: url(images/subnaviitem.gif) no-repeat right top;
	border-bottom: 1px solid #e3e3e3;
}

#subnavi a:hover {
	background: url(images/subnaviitem_active.gif) no-repeat right top;
}

.noborder a {
	border-bottom: none !important;
}

#rightside {
	width: 561px;
	float: left;
}

#headergraphics {
	height: 100px;
	padding:126px 0px 0px 54px;
	background: url(images/textcloud.gif) no-repeat right top;
}


#wm {
	width: 200px;
	height: 150px;
	background: url(images/content/baelle.gif) no-repeat;
	margin-top:-17px;
	margin-left: 0px;
}


#xmas {
	width: 200px;
	height: 150px;
	background: url(images/weihnachtskugel.gif) no-repeat;
	margin-top:-17px;
	margin-left: 0px;
}


#lime {
	width: 200px;
	height: 150px;
	background: url(images/lime.gif) no-repeat;
	margin-top:-17px;
	margin-left: 0px;
}


#jobs {
	width: 200px;
	height: 150px;
	background: url(images/jobs.gif) no-repeat;
	margin-top:-27px;
	margin-left: 0px;
}


#cube {
	width: 150px;
	height: 150px;
	background: url(images/cube.gif) no-repeat;
	margin-top:-17px;
	margin-left: 13px;
}

#smiley {
	width: 230px;
	height: 170px;
	background: url(images/smiley.gif) no-repeat;
	margin-top:-27px;
	margin-left: 0px;
}

#werbetechnik {
	width: 230px;
	height: 170px;
	background: url(images/schild.gif) no-repeat;
	margin-top:-27px;
	margin-left: 0px;
}


#privat {
	width: 230px;
	height: 170px;
	background: url(images/anhaenger.gif) no-repeat;
	margin-top:-27px;
	margin-left: 0px;
}



#farbe {
	width: 230px;
	height: 170px;
	background: url(images/farbe.gif) no-repeat;
	margin-top: -27px;
	margin-left: 0px;
}


#tier {
	width: 230px;
	height: 170px;
	background: url(images/tier.gif) no-repeat;
	margin-top: -27px;
	margin-left: 0px;
}


#screen {
	width: 150px;
	height: 170px;
	background: url(images/screen.gif) no-repeat;
	margin-top: -27px;
	margin-left: 10px;
}


#service {
	width: 230px;
	height: 170px;
	background: url(images/huetchen.gif) no-repeat;
	margin-top: -27px;
	margin-left: 10px;
}



#photo {
	width: 150px;
	height: 150px;
	background: url(images/photo.gif) no-repeat;
	margin-top: -17px;
	margin-left: 10px;
}

#contact {
	width: 198px;
	height: 170px;
	background: url(images/contact.gif) no-repeat;
	margin-top: -27px;
	margin-left: -17px;
}

#content {
	padding: 60px 0px 0px 80px;
/*	margin-bottom: 122px; */
	margin-bottom: 20px;
}

#content h2 {
	font-size: 15px;
	font-weight: bold;
}

#content ul {
	margin-left: 40px;
}

#content li {
	list-style-type: disc;
	line-height: 20px;
}

#content table img {
	margin: 0px;
/*	border: 1px solid #999999; */
}

#content h2, #content h3, #content p, #content ul, #content img, #content table {
	margin-bottom: 12px;
}

#content h3 {
	font-size: 13px;
}

#content a {
	color: #616161;
	text-decoration: underline;
}

#referenzen table a {
	display: block;
	position: relative;
}

.refpic {
	width: 335px;
	height: 395px;
	position: absolute;
	z-index:999;
	left:50px;
	top:20px;
	display:none;
}

a:hover .refpic {
	display:block;
}

/* --------- Sticky Footer Code Start ---------- */

html, body, #container {height: 100%;}

body > #container {
    height: auto;
    min-height: 100%;
}

#main {padding-bottom: 77px;}  /* Muss genau so hoch sein wie der Footer */

#footer {
    position: relative;
	margin-top: -77px; /* Negativer Wert der Footer-Höhe */
	clear:both;
}

/* --------- Sticky Footer Code Ende ---------- */

#footer {
	/*background: url(images/footer_trans.png) repeat-x top; */
	background: #FFFFFF;
	padding-top: 15px;
	clear: left;
/*
	position: fixed;
	bottom: 0px;
	left: 0px;
*/
	width: 100%;
}

#footer ul {
	background: url(images/bg_footer2.gif) repeat-x;
}

#footer li {
	background: url(images/bg_footer1.gif) repeat-x;
	text-align:center;
	display: block;
	width: 222px;
	height: 42px;
	padding-top: 20px;
	margin-left: 1px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
}

/* CONTACTFORM START */

.contactForm {
	font-family: Arial, Helvetica, sans-serif;
	color:#6B6B6B;
	font-size:12px;
}

.contactForm p {
	margin:0;
}

.contactForm fieldset {
	padding: 10px;
	background-color: #F8F8F8;
	border: 1px solid #9F9F9F;
}

.contactForm input, .contactForm textarea {
	padding: 3px 5px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contactForm input:hover, .contactForm textarea:hover, .contactForm input:focus, .contactForm textarea:focus{
	border:1px solid #2F2F2F;
	padding: 4px 6px;
}

.contactForm .type-text {
	clear: both;
	position: relative;
	margin: 10px 14px 0px 0px;
}

.contactForm #submit {
	padding:3px;
	border:1px solid #9F9F9F;
	background: #616161;
	color: #FFFFFF;
	cursor: pointer;
	width: 140px;
	float:right;
	margin: 0px -14px 0px 0px;
}

.contactForm #submit:hover {

	border-color: #2F2F2F;
	color: #000000;
	background:url("images/bg_footer2.gif") repeat-x bottom left #A7F21B;
}

.contactForm .error {
	background-color:#FFDFDF;
	border:1px dashed #AA0000;
	color:#880000;
	padding: 3px 5px;
	margin: 0px -14px 1px 0px;
}

/* CONTACTFORM END */

#sideButton a, #sideButton_act {
	position: fixed;
	right: 0;
	top:50%;
	margin-top: -112px;
	width: 35px;
	height: 224px;
	background: url(images/sideButton.gif) no-repeat;
}

#sideButton a:hover, #sideButton_act {
	background: url(images/sideButton_act.gif) no-repeat;
	width: 55px;
}
