@CHARSET "UTF-8";

html
	{
	/*background-color: #565555;*/
	background-color: #000000;
	background-image: url("/docroot/solar4you/imgs/bg.gif");
	background-repeat: no-repeat;
	background-position: 13em 0;
	font-size: 0.8em;
	font-family: Arial,sans-serif,Verdana
	}

body
	{
	padding: 0;
	margin: 0;
	}

/* header */

.header
	{
	background-color: #000000;
	height:100px;
	}

.topCorner
	{
	background-color: #555555;
	height: 100px;
	width: 13em;
	float: left;
	}
	
.logo
	{
	margin-left: 13em;
	height: 100px;
	background: url("/docroot/solar4you/imgs/s4ylogo1.jpg") no-repeat ;
	}
	
/* links */

a
	{
	color: #ffffff;
	text-decoration: none;
	}

a:hover
	{
	color: #000000;
	background-color: #ffffff;
	}
	
/* navigation */

.navigation
	{
	background-color: #000000;
	/*float: left;*/
	/*margin-top: 0;*/
	width: 13em;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}

.navigation ul
	{
	margin: 0;
	color: white;
	/*font-weight: bolder;*/
	padding: 2em 0 0 0;
	list-style: none;
	}

ul.level-1
	{
	/*position: absolute;*/
	margin-top: 150px !important;
	margin-top: 50px;
	}


ul.navigLink
	{
	color: gray;
	padding: 0;
	}
	
ul.navigLink a
	{
	color: gray;
	}
.navigation ul li
	{
	margin-bottom: 1em;
	}

.navigation ul li a
	{
	padding: 0 1em;
	display: block;
	}

.navigation ul li.active strong
	{
	font-weight: normal;
	}

input.reset
	{
	padding: 0 1em;
	color: white; 
	border: none; 
	background: transparent;
	}

/* table */

table.flipflop td	
	{
	padding: 0;
	width: 145px;
	height: 126px;
	}
	
table.flipflop tr.firstRow td
	{
	height: 60px;
	}

td.hsPic
	{
	background: url("/docroot/solar4you/imgs/hlogo3.jpg") no-repeat bottom ;
	}
	
/* text */
.content
	{
	height: 90%;
	margin-left: 13em;
	position: relative;
	margin-bottom: 3em;
	}

.contentText, .contentTitle, .contentFlipFlop
	{
	color: white;
	padding: 0 0 1em 0;
	width: 50em;
	}

.contentFlipFlop
	{
	padding-left: 0;
	height: 100%;
	}

.contentTitle
	{
	/*background-color: #565555;*/
	background: transparent;
	padding-left: 2em;
	margin: 1em 0;
	width: auto;
	}

span.title
	{
	font-size: 2em;
	}

.background
	{
	position: absolute;
	bottom: 0; 
	top : 100px; 
	left: 13em; 
	right: 0;
	/*background-color: #565555;*/
	background: red;
	}
	
img.contentImage_left
	{
	float: left;
	border: red solid 1px;
	}
	
div.contentImage_right
	{
	float: right;
	border: green solid 1px;
	}
	
a.contenTextThumb ,
a.contenTextThumb img{
	border: none;
	margin:0;
	padding:0;
	line-height: 1em;
	background-color: transparent;
	}

/* formular */

.prod
	{
	color: #ffffff;
	height: 2.5em;
	}
.prod input
	{
	border: 1px #000000 solid;
	width: 30px;
	margin-right: 10px;
	margin-left: 10px;
	}

.formelement, .formelementCheck
	{
	color: #ffffff;
	height: 2.5em;
	position: relative;
	}

.formelementCheck
	{
	height: 3.5em;
	}

.formelement input.text
	{
	border: 1px #000000 solid;
	width: 300px;
	left: 7.1em;
	position: absolute;
	}

.formelement label, .formelement2 label, .checkbox, .formelementCheck label
	{
	margin-left: 10px;
	}

.formelementCheck label
	{
	font-weight: bold;
	}

.formelement2
	{
	color: #ffffff;
	height: 10em;
	position: relative;
	}
	
.formelement2 textarea
	{
	height: 10em;
	border: 1px #000000 solid;
	width: 300px;
	left: 8em;
	position: absolute;
	}
	
.submit
	{
	margin-left: 10px;
	color: #ffffff;
	border: 1px #000000 solid;
	background-color: gray; 
	}

.order
	{
	margin-left: 0;
	color: #ffffff;
	border: 1px #ffffff solid;
	background-color: transparent;
	font-weight: bolder; 
	}
.formOrder
	{
	margin-top: 0.5em;
	}

input.types
	{
	margin-left: 50px;
	width: auto;
	}
		
	

