﻿body {
	background-position: center top;
	margin: auto;
	background-image: url('img/logo2.jpg');
	background-repeat: no-repeat;
	background-color: #f0f0f0;
}
body a:hover {
	color: #2c77e5;
	text-decoration: underline;
}
body a {
	text-decoration: none;
}
img {
	border-style: none;
}
.headercenter {
	width: 980px;
	height: 335px;
	margin-right: auto;
	margin-left: auto;
}
.headerright {
	background-color: #00469c;
	margin: auto;
	height: inherit;
	width: 50px;
	float: right;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */

}
.menuframe {
	border-radius: 10px;
	margin: 5px auto auto auto;
	width: 980px;
	height: 40px;
	font-family: Tahoma;
	font-weight: bold;
	background-color: #00469c;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
.menu {
	top: 10px;
	right: 5px;
	left: 5px;
	position: relative;
	width: 875px;
}
.menu ul {
	margin:0px;
	padding:0px;
}
.menu ul li {
	display: inline;
	height: 30px;
	float: left;
	list-style: none;
	margin-left: 20px;
	position: relative;
	margin-right: 20px;
}
.menu li a
{
	color:#f0f0f0;
	text-decoration:none;
}
.menu li a:hover
{
	color:#ffffff;
	text-decoration:underline;
}
.menu li ul
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	display: none;
	position: absolute;
	left: 0px;
	top: 20px;
	background-color: #00469c;
}
.menu li:hover ul
{
	display:block;
	width:220px;
}
.menu li li
{
	list-style:none;
	display:list-item;
}

.rightelem {
	float: right;
	text-align: right;
}

.whatsnew {
	margin: 10px 50px 10px 10px;
	border-radius: 10px;
	float: right;
	width: 200px;
	height: 105px;
	background-color: #00469c;
	color: #f0f0f0;
	text-align: center;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}

.whatsnew a
{
	color:#f0f0f0;
	text-decoration:none;
}
.whatsnew a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

/* Headline CSS */
	 #scrollup {
	   position: relative;
	   overflow: hidden;
	   /*border: 1px solid #000;*/
	   height: 120px;
	   width: 200px
	 }
	 .headline {
	   position: absolute;
	   top: 210px;
       left: 5px;
	   height: 195px;
	   width:190px;
	 }
/* END: Headline CSS */

.sercivesblock {
	border-radius: 10px;
	width: 980px;
	margin: auto auto 5px auto;
	height: 290px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.service {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	height: 136px;
	float: left;
	width: 230px;	
	-webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;	

}
/*
.service img{
    float: left;
    margin: 15px;
	-webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;	
}
*/
.service img
{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.service img:hover{
	box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	margin-top: 5px;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.service a {
	color: #D80000;
}


.content {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 954px;
	border-style: solid;
	background-color: #F4FCFF;
	border-color: #2375c6;
	margin: auto;
	position: relative;
}
.contenttitle {
	border-radius: 10px 10px 0px 0px;
	margin: auto;
	background-color: #2375c6;
	width: 980px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear:both;
}

.footer {
	padding: 10px;
	background-color: #EBF7FF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f0f0f0;
	text-align: center;
	font-size: large;
	margin: inherit;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
	text-align: center;
	font-size: large;
	margin: inherit;
}
.contentblock {
	border: 1px solid #99CCFF;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	float: left;
	background-color: #EBF7FF;
	box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	position: relative;
	width: 910px;
}
.boxmore {
	padding: 5px 10px 5px 10px;
	background-color: #2375c6;
	float: right;
	border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	margin-right: 10px;
	box-shadow: 3px 3px 3px #888;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	margin-bottom: 10px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #f0f0f0;
}
.boxmore a{
	color: #f0f0f0;
}

.boxmore a:hover{
	color: #ffffff;
}
.telefon {
	border-width: 1px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	border-color: #2375c6;
	border-right-style: dotted;
}
.mailfax {
	padding-top: 50px;
	padding-right: 120px;
	padding-left: 120px;
	float: left;
}

.imgzoom{
	position: relative;
	z-index: 0;
}
.imgzoom:hover{
	background-color: transparent;
	z-index: 50;
}
.imgzoom span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.imgzoom span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.imgzoom:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 50px; /*position where enlarged image should offset horizontally */
}

.portofoliu {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	height: 130px;
	float: left;
	width: 298px;
}
.normalblock {
	padding-top: 50px;
	clear: both;
	margin-bottom: 10px;
}
.listline {
	margin-top: 0.5em;
}
.contactblock {
	padding-top: 20px;
	clear: both;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #D80000;
}
.langoff {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}


/* Contact form style*/
.containerpopup {
	width:960px; 
	margin:0px auto; 
	position:relative;
	z-index:12;
	}
	
/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	left:168px;
	z-index:1;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height: 350px;
	width: 615px;
	background-color: #003F66;
	border: 1px solid #929191;
	padding: 7px 12px;
	color: #fff;
	display: none;
}

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	background-size: 16px 16px;
	display: none;
	background: url(img/ajax-loader.gif) no-repeat center;
	margin-top: 100px;
	height: 40px;
	width: 230px;
	text-align: center;
}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#ff3300;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	height: 27px;
	width: 210px;
	position: absolute;
	left: 160px;
	bottom: -27px;
	cursor: pointer;
	background-color: #003F66;
	font-family: Tahoma;
	color: #F0F0F0;
	text-align: center;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	background:#6d6d6d url(img/contact_input.png) repeat-x top; 
	color:#fff; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {
	height: 114px;
	font-family: Verdana, Geneva, sans-serif;
	width: 400px;
	resize:none;
}
#contactForm .submit {
	border:1px solid #aba8a8; 
	background:#e5e5e5; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold; 
	padding:7px 16px 7px 14px; 
	height:37px; width:124px; 
	cursor:pointer; 
	float:left; 
	margin-top:90px;
	margin-left:40px;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm select {
	float:left;
}
/*#contactForm .input_boxes {float:left; width:204px;}*/
#contactForm .input_box {
	float: left;
	width: 204px;
	font-weight: bold;
}
#contactForm .input_box_floor {
	float: left;
	width: 120px;
	font-weight: bold;
}
#contactForm .input_box_head {
	float: left;
	width: 90px;
	font-weight: bold;
}
#contactForm .input_box_address {
	float: left;
	width: 300px;
	font-weight: bold;
}
#contactForm .closebutton{
	position:absolute;
	right: 1px;
	bottom: 1px;
	font-size: large;
	font-variant: small-caps;
	cursor: pointer;
	float:left;
}


