/* HESTOCON DEFAULT STYLE DOCUMENT */
/* Last revision: Okt 25 2005 */
/*------------------------------------------*/

@import url("content.css");


/* GLOBAL ESSENTIALS */
/* -------------------------------------- */
html,body {
	height: 100%;
}

body {
	background: url(../img/bg.gif) repeat-x #EFEFED;
	margin: 0px;
	border: 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-align: center;
}
img {border: 0px;}
td {vertical-align: top;}
h1 {
	font-size:12pt; 
	font-weight:bold; 
	color:#585b60;
	margin:0px;
}

h2 {
	font-size:12pt; 
	font-weight:normal; 
	margin:0px;
	color:#475f7d;
}

h3 {
	font-size:10pt; 
	font-weight:normal; 
	margin:0px;
	color:#475f7d;
}

h4 {
	font-size:8pt; 
	font-weight:bold;
	margin:0px;
}
ul {
	margin: 0;
	padding: 0;
}
#services ul {
	margin-left: 15px;
}
li {
	line-height: 18px;
	color: #333;
	}
p {
	color: #333;
	margin: 0px 0 20px 0;
}
a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#f15d2b;
	text-decoration:none;
}


/* GRID */
/* -------------------------------------- */
#container {
	width: 750px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
}
#main {
	width:742px;
	float:left;
	background: #FFF url(../img/bg_main.gif) repeat-x top left;

}
#header {
	height: 127px;
	display: block;
}
#intro {
	height: 270px;
	display: block;
}
#intro .col2 {
	background: transparent url(../img/foto_2.gif) no-repeat top right;
	height: 213px;
/*
	font-family:Palatino,Palatino Linotype,georgia,times new roman,times,serif;
	font-size: 12px;
*/
}
#content {
	display:block;
	padding-bottom: 30px;
	
}
*html #content {
	height:150px;
}

#footer {
	position:absolute;
	width: 742px;
	height:30px;
	background:#464646;
	display:block;
}




/* HEADER */
.logo {
	margin-left:40px; 
	margin-top:12px; 
	float:left;
}
#globalnav {
	float:right;
}
#globalnav li {
	display:block;
	list-style-type: none;
	float: left;
	line-height: 96px;
	background: transparent url(../img/bg_nav.gif) top right no-repeat;
}
#globalnav li a {
	font-size: 8pt;
	font-weight:bold;
	color:#777;
	text-decoration:none;
	padding: 40px 8px 0 8px;
}
#globalnav li a:hover {
	color: #000;
	border-top:2px solid #000;
}
#globalnav li a.active {
	border-top:2px solid #F15D2B;
	color: #F15D2B;
/*
	color:#f15d2b;
*/
}




/* FOOTER */
#languagenav {
	/*text-align:right;*/
	font-size:8pt;
	float:left;
	padding: 6px 0 0 36px;
}
#languagenav img {
	vertical-align:middle;
	padding:4px 4px 5px 4px;
	display:none;
}
#languagenav a {
	color:#ddd;
	text-decoration:none;
	padding:4px;
}
#languagenav a.active {
	color:#F15D2B;
}
#languages {
	background:#FFF;
	display:none;
}
#copyright {
	float:right;
	padding:6px 30px 0px 30px;	
}
#copyright a {
	color:#ddd;
	text-decoration:none;
	font-size:8pt;
}
#copyright a:hover {
	text-decoration:underline;
}


/* BUTTONS */
.btn a {
	text-decoration:none;
	color:#000;
	font-family: Tahoma, Arial, Helvetica;
	font-size:8pt;
	font-weight:bold;
}
.btn a.more {
	
	background: url(../img/btn_more.gif) 0px 4px no-repeat;
	padding:4px 4px 4px 20px;
}
.btn a:hover.more {
	color:#f15d2b;
}
.btn a.top {
	background: url(../img/btn_top.gif) 0px 4px no-repeat;
	padding:4px 4px 4px 20px;
}
.btn a:hover.top {
	color:#F00;
}



/* SCHADOW */
#shadowleft {
	width:4px;
	height: 100%;
	float:left;
	
}
#shadowright {
	width:4px;
	height: 100%;
	float:right;
}

.shadow {
	background-color: #333;
	width: 1px;
	/*height: 100%;*/
	float:left;
}
#shadow1, #shadow8 {
	opacity: .3;
	filter: alpha(opacity=30);
}
#shadow2, #shadow7 {
	opacity: .5;
	filter: alpha(opacity=50);
}
#shadow3, #shadow6 {
	opacity: .7;
	filter: alpha(opacity=70);
}
#shadow4, #shadow5 {
	opacity: .9;
	filter: alpha(opacity=90);
}
