/****************** OVERALL ******************/

* {
	outline:none;
}

body {
	background-color:#FFF;
	color:#363636;
	font-family:Arial;
	font-size:13px;
	line-height:21px;
	margin:0 auto;
	text-align:center;
}

div.empty {
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.hidden {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

div#wrapper {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:960px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0 0 10px 0;
	text-align:left;
	color:#000000;	
	/*	font-style: italic; */
	/* font-family:Comic Sans MS, Trebuchet MS, Times New Roman; */
	font-family:Arial;
}

h1 {
	font-size:24px;
	line-height: 24px;
	clear:none;
	display:block;
}

h2 {
	font-size:20px;
	line-height: 20px;
	margin-top:10px;
	color:#00587F;
	font-family: Arial;
	font-style: normal;
}

h3 {
	font-size:16px;
	line-height: 16px;
	margin-top:10px;
	color:#5d5d5d;
}

h4 {
	font-size:15px;
	line-height: 15px;
	margin-top:10px;
	color:#5d5d5d;
}

h5,h6 {
	font-size:13px;
	line-height: 13px;
	margin-top:10px;
	color:#5d5d5d;
}

a {
	text-decoration:underline;
	color:#008ccb;
}

a:hover {
	text-decoration:none;
	color:#00587f;
}

img {border:none;}
p {margin:0 0 5px 0;}

ul {
	display:block;
	list-style-type:disc;
	margin:0;
	padding:0 0 0 20px;
}

ul li {
	padding:0;
}

ul li a {color:#008ccb;}
ul li a:hover {color:#00587f;}

div#main {
	margin-top:40px;
	margin-bottom:20px;
	background-image:url(../i/right.gif);
	background-position:650px top;
	background-repeat:repeat-y;
}

.hidden {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

div.line {
	height:2px;
	clear:both;
	margin:15px 0;
	width:100%;
	background-image: url(../i/left.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
.border {
	background-color:#F9F9F9;
	border:1px solid #AFAFAF;
	padding:1px;
}

a:hover .border {
	background-color:#F9F9F9;
	border:1px solid #00587f;
	padding:1px;
}

/****************** HEADER ******************/

div#header {
height:120px;
width:100%;
background-image: url(../i/slogan.gif);
background-position:316px 52px;
background-repeat: no-repeat;
position: relative;
}

div#header a#logo {
background-image:url(../i/logo.gif);
background-repeat:no-repeat;
display:block;
height:86px;
left:0px;
position:absolute;
top:25px;
width:295px;
}

div#header a#call {
background-image:url(../i/telephone.gif);
background-repeat:no-repeat;
display:block;
height:45px;
position:absolute;
right:10px;
top:18px;
width:206px;
}

ul#lang {
height:22px;
line-height:22px;
list-style-type:none;
margin:0;
padding:0;
position:absolute;
right:0;
top:73px;
width:206px;
}

ul#lang li {
display:inline-block;
float: left;
margin-right:20px;
}

a#lang-bg {
	width:84px;
	height:22px;
	display:block;
	background-image: url(../i/lang.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

a#lang-bg:hover {
	background-position: left bottom;
}

a#lang-bg.active {
	background-position: left top;
}

a#lang-en {
	width:68px;
	height:22px;
	display:block;
	background-image: url(../i/lang.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

a#lang-en:hover {
	background-position: right bottom;
}

a#lang-en.active {
	background-position: right top;
}


/****************** MENU ******************/

ul#menu {
height:38px;
background-image: url(../i/menu.gif);
margin:0;
padding:0;
display: block;
padding-left:3px;
}

ul#menu li {
list-style-type: none;
display: inline-block;
height:38px;
line-height:38px;
float:left;
cursor: pointer;
}

ul#menu li a {
text-decoration: none;
color:#000;
display:inline-block;
padding:0 15px 0 13px;
background-image: url(../i/menusep.gif);
background-position: right top;
background-repeat: no-repeat;
}

ul#menu li a:hover, ul#menu li a.active {
background-image: url(../i/menuhov.gif);
}

ul#menu li.first a {
display:none;
width:2px;
background-image: url(../i/menusep.gif);
cursor:default;
}

ul#menu li.last a {
background-image:none;
}

ul#menu li.last a:hover, ul#menu li.last a.active {
background-image:url(../i/menuhov.gif);
background-position:left top;
}

/****************** LEFT ******************/

div#left {
width:630px;
float:left;
position: relative;
}

div#left input {
background-image: url(../i/input.gif);
background-position: left top;
background-repeat: no-repeat;
height:28px;
width:280px;
border:0px solid white;
font-size:15px;
font-family:Arial;
padding:10px 10px 0;
margin:2px 0;
}

div#left input#captcha {
background-image: url(../i/input-small.gif);
width:112px;
margin-top:2px;
}
* html div#left input#captcha {margin-top:6px;}
*:first-child+html div#left input#captcha {margin-top:6px;}


div#left textarea {
background-image: url(../i/textarea.gif);
background-position: left top;
background-repeat: no-repeat;
height:95px;
overflow: auto;
width:280px;
border:0px solid white;
font-size:15px;
font-family:Arial;
padding:10px 10px 0;
margin:2px 0; /* LATEST */
resize:none;
float:right;
}

form#opinion h2 {
margin-bottom:20px;
}

form#opinion label {
width:300px;
line-height: 25px;
height:25px;
display: block;
padding-right:10px;
}

form#opinion img {
margin-top:2px;
margin-left:18px;
float:right;
}
* html form#opinion img {margin-top:7px;}
*:first-child+html form#opinion img {margin-top:7px;}

form#opinion a#send {
background-image: url(../i/button.gif);
background-repeat: no-repeat;
background-position: left top;
display:block;
height:38px;
text-decoration: none;
line-height: 38px;
width:150px;
margin:26px 0;
text-align:center;
float:right;
}

form#opinion div.left {float: left;}

form#opinion div.right {
width:301px; /* LATEST */
float: right;
}


form#opinion a#send:hover {
text-decoration: none;
}

div.product {
width:300px;
margin-right:15px;
margin-bottom: 30px;
float:left;
text-align: center;
}

div.product h3 {
color:#008CCB;
font-family: Arial;
font-style: normal;
text-align:center;
}

div.product a {
color:#008CCB;
text-decoration: none;
}

div.product a:hover h3 {
text-decoration: underline;
}

div.product div.info {
display:block;
color:#00587f;
height:38px;
line-height: 15px;
width:124px;
margin:2px auto;
text-align:center;
font-weight: bold;
font-size:15px;
}

div.product div.info span {
font-size:10px;
font-weight: normal;
display:block;
}

div.productview {
width:200px;
margin-right:15px;
margin-bottom: 15px;
float:left;
text-align: center;
}

div.productview div.info {
display:block;
height:38px;
line-height: 15px;
width:124px;
margin:2px auto;
text-align:center;
font-weight: bold;
display:block;
color:#00587f;
}

div.info {
text-decoration: none;
}

div.productview div.info span {
font-size:10px;
display: block;
font-weight: normal;
}

a.doc {
background-image:url(../i/doc.gif);
background-position:left top;
background-repeat:no-repeat;
display:inline-block;
height:32px;
line-height:32px;
margin:2px 0;
padding-left:35px;
}

a.pdf {
background-image:url(../i/pdf.gif);
background-position:left top;
background-repeat:no-repeat;
display:inline-block;
height:32px;
line-height:32px;
margin:2px 0;
padding-left:35px;
}

div.project {
width:210px;
float:left;
text-align: center;
margin-bottom:15px;
}

div.project span {
display:block;
line-height:15px;
}

h2.products1 {
background-image: url(../i/products1.gif);
background-repeat: no-repeat;
background-position: left center;
display:block;
height:50px;
line-height:55px;
padding-left: 60px;
}
h2.products2 {
background-image: url(../i/products2.gif);
background-repeat: no-repeat;
background-position: left center;
display:block;
height:50px;
line-height:60px;
padding-left: 50px;
margin-top:20px;
}
h2.products3 {
background-image: url(../i/products3.gif);
background-repeat: no-repeat;
background-position: left center;
display:block;
height:50px;
line-height:55px;
padding-left: 45px;
margin-top:20px;
}
h2.products4 {
background-image: url(../i/products4.gif);
background-repeat: no-repeat;
background-position: left center;
display:block;
height:50px;
line-height:55px;
padding-left: 45px;
margin-top:20px;
}
h2.products5 {
background-image: url(../i/products5.gif);
background-repeat: no-repeat;
background-position: left center;
display:block;
height:50px;
line-height:55px;
padding-left: 50px;
margin-top:20px;
}


/****************** RIGHT ******************/

div#right {
float:right;
padding:0 0 0 15px;
width:295px;
}

div#right h2 {
text-align: center;
color:#363636;
}

div.container {
margin-bottom:30px;
clear:both;
}

div.container.center {
text-align: center;
}

div.container.library {
background-image: url(../i/example_right.jpg);
background-position: top right;
background-repeat: no-repeat;
min-height:115px;
}

div.container ul {
padding:0 0 0 10px;
list-style-type: none;
}

table#gallery {
width:260px;
height:180px;
vertical-align: middle;
text-align: center;
margin:0 auto;
}

/****************** FOOTER ******************/

div#partners {
width:920px;
height:52px;
display:block;
clear:both;
background-image: url(../i/partners.gif);
margin-bottom:20px;
padding:0 20px;
}

/************ LOGOS ************/

div#partners a {
display: block;
background-repeat: no-repeat;
background-position: left top;
height:52px;
float:left;
margin-right:70px;
}

div#partners a#sanyo {
background-image: url(../i/partners_sanyo.gif);
width:96px;
}
div#partners a#schoenau {
background-image: url(../i/partners_schoenau.gif);
width:135px;
}
div#partners a#solarfabrik {
background-image: url(../i/partners_solarfabrik.gif);
width:36px;
}
div#partners a#enprom {
background-image: url(../i/partners_enprom.gif);
width:66px;
}
div#partners a#finansirane {
background-image: url(../i/partners_finansirane.gif);
width:131px;
margin-right:0px;
}

div#partners a:hover {
background-position: left bottom;
}

/************ LOGOS END ************/

div#footer {
width:960px;
height:112px;
display:block;
clear:both;
background-image: url(../i/footer.gif);
margin-bottom:20px;
position: relative;
}

div#footer a#footerlogo {
background-image: url(../i/footerlogo.gif);
background-position: left top;
width:165px;
height:38px;
display: block;
position:absolute;
top:24px;
left:17px;
}

div#footer a#footerlogo:hover {
background-position: left bottom;
}

div#footer p#copyright {
position:absolute;
width:165px;
text-align: center;
top:70px;
left:17px;
font-size:11px;
color:#666;
}

div#footer p#createdby {
position: absolute;
right:17px;
top:65px;
line-height:30px;
color:#666;
}

div#footer a#ivuworks {
width:93px;
height:31px;
background-image:url(../i/ivuworks.gif);
background-repeat: no-repeat;
background-position: left top;
display:block;
float:left;
}

div#footer p#createdby span {
float:left;
font-size:11px;
margin-right:5px;
}

div#footer a#ivuworks:hover {
background-position: left bottom;
}

div#footer ul.sitemap {
float:left;
width:150px;
padding:0 0 0 10px;
list-style-type: none;
}

div#footer ul.sitemap li {
line-height: 22px;
}

div#footer ul.sitemap li a {
color:#363636;
}

div#footer div.sitemap {
left:260px;
position:absolute;
top:25px;
}

/* ############################ */




dl.page_nav {
clear:both;
display:block;
height:22px;
margin:10px 0 10px;
}

dl.page_nav dd {
display:block;
float:left;
font-family:Arial,sans-serif;
font-size:12px;
margin:0;
padding:0 3px 0 0;
}

dl.page_nav dt{
	display:block;
	float:left;
	width: 70px;
}

dl.page_nav dd a {	
background-image: url(../i/pagination.gif);
background-position: left top;
background-repeat: no-repeat;display:block;
float:left;
font-size:12px;
height:22px;
line-height:22px;
text-align:center;
text-decoration:none;
width:22px;
color:#333;
}

dl.page_nav dd a.active {
background-position: center top;
font-weight: bold;
}

dl.page_nav dd a:hover {
background-position: right top;
font-weight: bold;
}

/* --- ACCORDION --- */
div.accordion{
	width: 100%;
	margin-bottom: 20px;
}

div.accordion div{
	margin: 0 0 1px 0;
	padding:0 15px 0;
	background-image: url(../i/answer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.accordion div p {
	padding:5px 0 10px;
	margin-bottom:0px;
}
div.accordion div ul {
	padding:5px 20px 10px 20px;
}

div.accordion a{
	display: block;
	text-decoration: none;
	background-image: url(../i/toggler.gif);
	margin:0 0 1px 0;
	padding:5px 10px 5px 28px;
	height:21px;
	font-variant: small-caps;
	cursor: pointer;
	font-size:15px;
	background-image: url(../i/question.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

div.accordion a:hover, div.accordion a.selected{
	color:#006593;
}

div.accordion a.selected {
	background-image: url(../i/question-open.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	font-weight: bold;
}

a#back {
	font-size:13px;
	position:absolute;
	right:8px;
	text-decoration:none;
	top:20px;
	}
	
a#back:hover {
	text-decoration: underline;
	}

h2.con, h2.pro, h2.mon, h2.adm, h2.sup, h2.ins, h2.fin {
	line-height:60px;
	padding-left:60px;
	background-position: top left;
	background-repeat: no-repeat;
	}
	
h2.con {background-image: url(../i/svc_con.gif);}
h2.pro {background-image: url(../i/svc_pro.gif);}
h2.mon {background-image: url(../i/svc_mon.gif);}
h2.adm {background-image: url(../i/svc_adm.gif);}
h2.sup {background-image: url(../i/svc_sup.gif);}
h2.ins {background-image: url(../i/svc_ins.gif);}
h2.fin {background-image: url(../i/svc_fin.gif);}

p.error{
	margin: 10px 0;
	color: #f24d11;
	font-size: 14px;
}

/****************** SLIDER ******************/

div#slider {
	display:block;
	position:absolute;
	left:0;
/* 	top:196px; */
	bottom:60px;
	z-index: 10;
	text-align: left;
}

div#slider a {
	display: block;
	background-image: url(../i/slider.png);
	background-repeat: no-repeat;
	height:81px;
	width:36px;
	margin:1px 0 0;
	cursor: pointer;
}

div#slider a.facebook {
	background-position: -278px 0px;
}
div#slider a.facebook:hover {
	background-position: -200px 0px;
	width:114px;
}

div#slider a.twitter {
	background-position: -278px -100px;
}
div#slider a.twitter:hover {
	background-position: -200px -100px;
	width:114px;
}


div#slider a.blog {
	background-position: -278px -200px;
}

div#slider a.blog:hover {
	background-position: -200px -200px;
	width:114px;
}

