/* CSS Document */

.top_navi, .top_navi a{
	color: #A1A1A1;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.top_navi{
	margin-left: 350px;
	padding-top: 10px;
}
.crumb{
	text-transform:lowercase;
}
.content .crumb a, .content .crumb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ababab;
	text-decoration: none;
}

.content .site_title{
	font-size: 18px;
	color: #515151;
	margin-top: 16px;
	margin-bottom: 36px;
}

.content h1{
	font-size: 15px;
	color: #ababab;
	border-bottom: 1px solid #ababab;
}
.content h2{
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 15px;
}


.content,
.content a
 {
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	font-size: 12px;
	line-height: 1.6em;
	/*letter-spacing: 1px;*/
}
.content a{
	color: #00A593;
	text-decoration: none;
}

.content .hr hr{
	display:none;
}
.content .hr{
	border-bottom: 1px solid #cdcdcd;
}


.footer_content,
.footer_content a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ababab;
	/*letter-spacing: 0.04em;*/
	letter-spacing: 0.4px;
	text-decoration: none;
}


/*** Formulare **/

.content label{
	display:block;
}
.content .btn{
	margin: 10px 0;
}


/***  html Templates **/

.content-edit .angebot_template {
	border: 1px dashed red;
}
.content-edit .angebot_template p{
	border-bottom: 1px dotted black;
}

.content .angebot_template p{
	margin: 5px 0;
}

.content .angebot_template{
	margin: 20px 0;
}
.content .angebot_template .item
,.content .angebot_template .description
,.content .angebot_template .price
{
	float: left;
	border-top: 1px solid #cdcdcd;
	margin-top: 5px;
	padding-top: 3px;
}

.content .angebot_template .item{
	width: 198px;
}
.content .angebot_template .description{
	width: 220px;
	padding-left: 20px;
}
.content .angebot_template .price{
	width: 120px;
	text-align: right;
}

.content .angebot_template .item
{
	border-right: 1px solid #cdcdcd;
}
.content .angebot_template .price
{
	border-left: 1px solid #cdcdcd;
}


.content .product_template {
	margin: 20px 0;
}


.content .product_template .left{
	float: left;
	width: 236px;
	margin-right: 10px;
	height: 15px;
	line-height: 15px;
	padding-top: 54px;
	padding-bottom:4px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
* html .content .product_template .left{
	padding-top: 50px;
}

.content .product_template a{
	color: #505050;
}

.content .product_template .right{
	width: 100px;
	float: left;
}



/**** Fototgallery ***/

.content h3{ /* Unterer Text in Fotogallery */
	font-family: Arial;
	font-size: 12px;
	color: #515151;
	padding-bottom: 15px;
	border-bottom: 1px solid #ababab;
}

.content .gallery{
	position: relative;
	height: 260px;
	*height: 248px;
	_height: 260px;
}

.content .gallery img.preview-img{
	border: 1px solid #ababab;
	max-width: 290px;
	height: 215px;
	overflow: hidden;
}
.content .gleft{
	float:left;
	width: 364px;
	padding-top: 18px;
}
* html .content .gleft {
	width: 364px;
}

.content .gleft h1{
	margin-top: -18px;
}
.content .gleft h3{
	position: absolute;
	bottom: 13px;
	left:0;
	width: 364px;
}
* html .content .gleft h3{
	bottom: 25px;
}

.content .gright{
	float:right;
	width: 290px;
	padding-top: 18px;
}

.xd-media-menu {
	position: absolute;
	top: 235px;
	width: 290px;
}

.xd-media-box img{
	border:1px solid #ddd;
	}

#xd-media-big {
	position:absolute;
	background-color:white;
	border: 1px solid #00A593;
	padding: 5px;
	top:20px;
	left: 0px;
	z-index:100;
}


/****  Kontaktseite   ***/
.content .contact{
	margin-top: -25px;
}

.content .contact_form
,.content .contact_adress
{
	float: left;
}

.content .contact_form{
	width: 387px;
	margin-right: 20px;
}

.content .contact_adress{
	width: 225px;
}
.content .contact p{
	margin-top: 12px;
}

.content .contact .txt{
	height: 18px;
	background-color: #E6F4E9;
	border: none;
	width: 277px;
	font-family: Arial;
	font-size: 12px;
}
.content .contact textarea.txt{
	height: 100px;
}

.content .contact label{
	float:left;
	width: 100px;
}

.content .contact .btn{
	background-color: #009681;
	color: #fff;
	border: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	margin-right: 30px;
	width: 75px;
	margin-top: 2px;
}

.content .contact .validation-failed{
	//background-color: red;
	border: 1px solid red;
}

.content .contact .cblabel{
	position:relative;
	top: -3px;
}

* html .content .contact .cblabel{
	top: -2px;
}



