/* keep this order for displaying , first box-model related properties, then others. */
/* for font-specific properties, go to font.css (like color, font-family, font-size, font-weight, text-decoration and so on */

html
{
	overflow-y: scroll;
}
body
{
	background-color: #E38A15;
	text-align: center;
}

a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active,
a:link,
a:visited {
}

/* main blocks positioning. Shadows have own divs */

.container
{
	width: 952px;
	margin: 15px auto 0;
	padding: 15px 15px 0;
	text-align: left;
	position: relative;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
.top-shadow
{
	width: 982px;
	height: 30px;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url(../images/background-top.png);
}
.footer
{
	width: 982px;
	height: 50px;
	padding: 27px 0 0;
	margin: 0 0 0 -15px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E38A15;
	background-image: url(../images/background-footer.png);
}
/* special homepage css */
#home .footer
{
	background-image: url(../images/background-footer-home.png);
}
.header-home
{
	width: 928px;
	height:394px;
	margin: 14px 11px 0;
	z-index: 1;
	background-image: url(../images/header-home.png);
	
}

/* content wrapper and divs. Site is divided in two blocks, so left-content and right-content */
.content-container
{
	z-index: 2;
	width: 952px;
	padding-bottom: 40px;
	overflow: hidden;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../images/background-bottom.png);
}
/* background-image is different at homepage */
.content-container-home{ 
	margin-top: -25px;
	background-image: url(../images/background-bottom-home.png);
}

.left-content
{
	float: left;
	width: 283px;
	padding-left: 164px;
}
.right-content
{
	float: left;
	width: 447px;
	padding-left: 15px;
	overflow: hidden;
	position: relative;
	padding-bottom:50px;
}

#home .left-content,
#home .right-content
{
	position: relative;
	height: 420px;
}
.logo
{
	margin: 40px 0 0 -104px;
	width: 286px;
	height: 191px;
	background-image: url(../images/logo.png);
}
.logo h2 { padding: 120px 0 0 104px; }

#menu{
	margin:10px 0 15px 0;
}
#menu ul
{
	overflow: hidden;
	height: 15px;
}
#menu li
{
	float: left;
	padding: 0 5px 0 0;
}
#nav
{
	border-bottom: 1px solid #999;
}
#nav li{
	margin:5px;
}

.text a{
	text-decoration: underline;
}
.page-title { margin: 90px 0 0; }

.text
{
	margin-top: 20px;
	clear: left;
}

#visual
{
	float: left;
	margin: -40px 0 0;
}
.latest-news
{
	float: left;
	display: inline;
	margin: 40px 0 0;
}

ul { margin: 5px 0; }

.main-menu 
{ 
	margin-top: 10px; 
}

.main-menu li
{
	display: inline;
}
.footer ul
{
	width: 930px;
	margin: 0 auto;
	text-align: center;
}
.footer ul li { display: inline; }
.footer ul li a, #menu ul li a
{
	line-height: 12px;
}

.welcome 
{ 
	margin-top: -60px; 
	padding-right: 40px;
    width:243px;    
}

.year-menu {
	width: 100%;
	float:left;
	margin-bottom:15px;
}
.year-menu a {
	margin-right: 40px; 
	display: block;
	float: left;
}
.text table.news
{
	float: left;
	clear: left;
	margin: 10px 0;
	width: 450px;
}
.text table.news td.label
{
	width: 130px;
}
.text table.news td
{
	padding-bottom:10px;
}
.spotlight
{
	width: 106px;
	margin: 40px 10px 0 -5px;
	padding: 110px 10px 0;
	float: left;
	overflow: hidden;
}
.spot1 { background-image: url(../images/spotlight.png); }
.spot2 { background-image: url(../images/spotlight2.png); }
.spot3 { background-image: url(../images/spotlight3.png); }
.home-contact
{
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 450px;
}
.home-contact span
{
	margin: 5px 0 0 10px;
	display: block;
	float: left;
}
.home-read-more
{
	position: absolute;
	left: 164px;
	bottom: 0;
	padding:0;
}

/* evil stretching image, for minimal height of the page. Needed because of background images that must be below a certain height */
.stretch
{
	width: 1px;
	float: right;
	height: 880px;
}
.stretch-home
{
	height: 425px;
}

.button
{
	width: 93px;
	height: 19px;
	float: left;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
}

.field{
	margin-top:10px;
	float: left;
}
.field label{
	display:block;
	width:135px;
	margin-top:2px;
	float:left;
}
.field input {
	width:295px;
	float: left;
	}
.field textarea
{
	width: 295px;
	float: left;
}
#submitcontainer{
	float: left;
	
	padding: 10px 0 0 135px;
}
#img_service_overview{
	width:445px;
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0 0 12px 0;
	width:auto;
}
#nav ul li {
	display:inline;
	margin:0;
}


#management_overview  b{
	display:block;
}
#supervisory_board_overview .item,
#management_overview  .item{
	margin:15px 0 5px 0;
	float: left;
	width: 100%;
}

#supervisory_board_overview h3,
#management_overview  h3{
	font-size:11px;
}

#management_overview img{
	float:left;
	margin-right:5px;
}
#management_overview  .top{
	clear:left;
}
.top
{
	clear: left;
	float: left;
}
#service_container{
	margin:10px 0 0 0;
}