@CHARSET "UTF-8";
/**
 * Cascading Stylesheets
 * ETG Solar
**/

body {
	color: #555;
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: normal;
	background-color: #efefef;
	margin: 0px;
	margin-top: 26px;
	padding: 0px;
	background-image: url('../img/body_bg.jpg');
	background-position: 0px 72px;
	background-repeat: repeat-x;
}

h1 {
	font-size: 22px;
	color: #A4332B;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #A4332B;
	font-weight: normal;
	padding-left: 10px;
}

a {
	text-decoration: none;
	color: #0070AF;
}

a:hover {
	text-decoration: underline;
	color: #ECB63C;
}

/** details **/

.split_view_container {
	text-align: center;
	margin: 0px;
	padding: 0px
}
.alert {
    box-sizing: border-box;
    border: 1px solid #f77;
    border-radius: 5px;
    background: lightcoral;
    color: #fff;
    margin: 35px;
    padding: 35px;
    text-align: center;
}

.container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    background-color: #ffffff;
    -webkit-box-shadow: 8px 8px 11px rgba(0,0,0,.50);
    -moz-box-shadow: 8px 8px 11px rgba(0,0,0,.50);
    box-shadow: 8px 8px 11px rgba(0,0,0,.50);
    z-index: 0;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* Konqueror */
	border-radius: 4px; /* CSS3 */
}

#navigation {
	text-align: right;
}

#navigation #navigation_text a {
	text-decoration: none;
	color: #0070AF;
}

#navigation #navigation_text a:hover {
	text-decoration: underline;
	color: #ECB63C;
}

#navigation_text {
	padding: 15px;
}

#locator {
	font-size: 14px;
	text-align: left;
}

#locator #locator_text a {
	text-decoration: none;
	color: #0070AF;
}

#locator #locator_text a:hover {
	margin-bottom: 4px;
	text-decoration: underline;
	color: #ECB63C;
}

#locator_text {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-left: 15px;
}

#content {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
}

#content_wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.content_text {
	width: 820px;
	-moz-border-radius:15px; /* Firefox */
	-webkit-border-radius:15px; /* Safari, Chrome */
	-khtml-border-radius:15px; /* Konqueror */
	border-radius:15px; /* CSS3 */
	behavior:url(border-radius.htc);
	background-color: #efefef;
	padding: 15px;
	line-height: 1.5em;
}

.bild_links {
	float: left;
	padding: 8px;
	border: 0px;
}

.bild_rechts {
	float: right;
	padding: 8px;
	border: 0px;
}

.product_container {
        background: #fff;
        border-radius: 5px;
        width: 100%;
        float: left;
        vertical-align: middle;
        margin-top: 25px;
        margin-bottom: 25px;
} 

.product_container:last-child {
        margin-bottom: 10px;
} 

.clearer {
	clear: both;
}

#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;   
	margin-bottom: 30px;
	padding: 0px;
	text-align: left;
	font-size: 10px;
	font-family: arial, sans-serif; 
}

#rendered {
	float: left;
	width: auto;
	margin: 0px;
	text-align: left;
	padding: 0px;
	font-size: 10px;
	font-family: arial, sans-serif; 
}

#poweredby {
	width: auto;
	margin: 0px;
	text-align: right;
	padding: 0px;
	font-size: 10px;
	font-family: arial, sans-serif;    
}