
/* CSS Document */

/* -------------------------------------------------------------------------------------------------- */
/* Grundtemplate */
/* -------------------------------------------------------------------------------------------------- */

#col0 {
	float: right;
	width: 545px;
}

#col1 {
	float: left;
	width: 192px;
}

#content {
	padding: 0 25px 0 0;
	background: url(../images/all/nav_sub.png) repeat-y;
	/* NEU start */
	margin-bottom: 10px;
	/* NEU ende */
}


#col0_left {
	width: 280px;
	float: left;
}

/* NEU start */
#col0_left.completewidth {
			width: 545px;
			margin: 20px 0 15px 0;
}

#col0cw {
	float: right;
	width: 545px;
}

#col0_left #col0cw {
        width: 280px;
        float: left;
}

/* NEU ende */

#col0_right {
	width: 238px; /* Foto groß und 4px padding left */
	float: right;
	display: inline;
}


#col0 li {
	background: url(../images/all/li.png) no-repeat 0 3px;
	padding: 0 0 0 8px;
	line-height: 13px;
}



/* -------------------------------------------------------------------------------------------------- */
/* Allgemeine Definitionen */
/* -------------------------------------------------------------------------------------------------- */

/* Tabellen */
table {
	border-collapse: collapse;
	width: 100%;
}

tr {
	/*line-height: 20px;*/
	
}

th {
	width: 150px;
	font-weight: normal;
	/* NEU start */
	vertical-align: top;
	padding: 5px 0;
	/* NEU ende */
}

/* NEU start */
td {
	vertical-align: top;
	padding: 5px 0;
}
/* NEU ende */
address {
	font-style: normal;
	width: 180px;
}


h2 img {
	float: right;
}


/* -------------------------------------------------------------------------------------------------- */
/* Subnavigation */
/* -------------------------------------------------------------------------------------------------- */

#nav_sub {
	background-image: none;
}


#nav_sub ul {
	margin: 15px 0 0 18px;
}

#nav_sub li {
	background: url(../images/all/li.png) no-repeat left 6px;
}

#nav_sub li.active {
	background: url(../images/all/li_active.png) no-repeat left 6px;
	font-weight: bold;
}

#nav_sub li a {
	line-height: 20px;
	padding: 0 0 0 10px;
	margin: 0;
}

#nav_sub li.active a {
	color: #663300;
}

#nav_sub li a:hover {
	color: #663300;
	text-decoration: none;
}

#nav_sub ul ul {
	padding: 0 0 0 0px;
	margin: 0 0 10px 0;
}

#nav_sub ul ul li {
	background: none;
	padding: 0 0 0 10px;
}


#nav_sub ul ul li a {
	line-height: 15px;
	color: #000000 !important;
	font-weight: normal;
}

#nav_sub ul ul li.active a {
	color: #663300 !important;
}






/* -------------------------------------------------------------------------------------------------- */
/* Klassen */
/* -------------------------------------------------------------------------------------------------- */
.images img {
	margin: 0 0 7px 4px;
	padding: 0;
}

.contact, .services, #commercials  {
	background: url(../images/all/hr.png) repeat-x bottom left;
	padding: 15px 0 !important;
	margin: 0 !important;
}


.contact .button_right {
	margin-top: -15px;
}

.text {
	margin: 0 0 0 4px;
}

.price {
	float: right;
	margin-top: 15px;
}

/* -------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */
/* Kontakt Formular */
/* -------------------------------------------------------------------------------------------------- */
div.contactformfield {
	margin-bottom: 5px;
}

input.contact-captcha {
	width: 46px;
}

/* -------------------------------------------------------------------------------------------------- */
/* Messageblock */
/* -------------------------------------------------------------------------------------------------- */
/*#messageblock {
	width: 400px;
}

#messageblock table td, #messageblock table th {
	background: none;
}*/

/* -------------------------------------------------------------------------------------------------- */

.seal {

position: absolute;

display: block;

top :167px;

left: 212px;

z-index:10;

width: 46px;

height: 43px;

background: url("../images/all/seal_gold.png");

}

 

.silver {
position: absolute;

display: block;

top :167px;

left: 212px;

z-index:10;

width: 46px;

height: 43px;
background: url("../images/all/seal_silver.png");

}

 

.bronce {
position: absolute;

display: block;

top :167px;

left: 212px;

z-index:10;

width: 46px;

height: 43px;
background: url("../images/all/seal_bronce.png");

}

.seal_detail {
float:right;
margin-top: 10px;
width: 46px;
height: 43px;
background: url("../images/all/seal_gold.png");
}

.d_silver {
 float:right;
margin-top: 10px;
width: 46px;
height: 43px;
background: url("../images/all/seal_silver.png");
}


.d_bronce {
 float:right;
margin-top: 10px;
width: 46px;
height: 43px;
background: url("../images/all/seal_bronce.png");
}

