/* Generic Selectors */

body {
	margin: 0 0 0 0;
	font-family: Arial, Lucida Grande, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #787878;
	height:900px;
	background:url(../img/bg.jpg) repeat-x center top;
	background-color: #bfbfbf;
}
.h1 {
	font-family: Tahoma, Verdana, Quicksand Book;
	font-size: 17px;
	font-weight: bold;
	color: #182f7c;

}

.h2 {

	font-family: Tahoma, Verdana, Quicksand Book;
	font-size: 15px;
	font-weight: bold;
	color: #000000;

}

.h3 {

	font-family: Tahoma, Verdana, Quicksand Book;
	font-size: 18px;
	font-weight: bold;

}
.h4 {

	font-family: Tahoma, Verdana, Quicksand Book;
	font-size: 12px;
	font-weight: bold;
	color: #182f7c;

}

.h5 {

	font-family: Tahoma, Verdana, Quicksand Book;
	font-size: 13px;
	font-weight: bold;
	color: #000000;

}

.img_border {
	border: 0px solid #cccccc;
}
.lang {
	height: 20px;
	width: 100px;
	font-size: 11px;
	margin-top: 3px;
	
}
.textbox1{
	font-family: Arial, Helvetica;
	font-size: 12px;
	width: 97%;

}
.f12red{
	color: red;
	font-size: 15px;
}


/*************************  ID's *************************/




#topmenu a {

	margin-right:10px;
	margin-left:10px;
	text-decoration: none;
	color: #adcce6;

}

#topmenu a:hover {

	color: #ffffff;

}

#top2 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	width: 917px;
	height: 55px;
	background-image: url('../img/top_navi_bg.jpg');
	background-repeat: repeat-x;
	background-color: black;
	position: relative;

		
}


#top_right {
	position: relative; 
	margin:-5px 0 0 0;
	padding:0 0 0 0;
	height:auto; 
	width:auto;
	float: right;
	
}

#top_right ul li a:hover {
	color: #a0a0a0;
}
#top_right ul li {
	display: inline;
	float: left;
}
#top_right ul li a {
	display: inline;
	float: left;
	padding: 3px 9px;
	border-right: 1px solid #ffffff;
	border-bottom: 0;
	font-family: 'Quicksand Book';
	font-size:14px;
	color: #ffffff;
	text-decoration: none;
	margin:0 0 0 0;
	vertical-align:bottom;
	margin-right: 0px;
}
#top_right ul li.contact a {
	border: 0;
	margin-right: 20px;
}

#lang_selection {
	color: white;
	font-size: 11px;
	font-family: Arial;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	position: relative;
}

#m_banner {

	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	width: 915px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 0px solid #cbccce;
	position: relative;

}



#side_navi {
	display: table;
	clear: both;
	position: relative; 
	margin:0px 0 0 0;
	padding:0 0 0 0;
	height:300px; 
	width:280px;
	float:left;
	text-align:right;
	border-right: 0px solid #cecece;
	padding-right: 10px;
	background:url(../img/sidenavi_line.jpg) no-repeat right top;

}
#side_navi a {
	padding: 5px 9px;
	font-family: Arial, Trebuchet, Georgia, Helvetica;
	font-size:10pt;
	font-smooth:always;
	font-weight: bold;
	color: #7c7c7c;
	text-decoration: none;
	margin:0 0 0 0;
	vertical-align:bottom;
	text-align:right;
	line-height:22px;
	display: inline;
	
}
#side_navi a:hover {
	color: #182f7c;
}

#content {
	position: relative; 
	margin:17px 0 40px 10px;
	padding:0 10px 0 10px;
	height:auto; 
	min-height: 400px;
	width:580px;
	margin-bottom: 20px;
	float:left;

	
}


#designed {
	margin-right: 15px;
	float: right;
	margin-top: 7px;
	font-size: 10px;
	position: relative;
}

#designed a, #footer2 a  {
	text-decoration: none;
	color: #285277;
}

#designed a:hover, #footer2 a:hover  {
	text-decoration: underline;
}

#footer2 {

	float: left;
	margin-left: 15px;

}
#footer2 a {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
}
/*************************  Pseudo classes *************************/

/*
a:link {
	color: #00CC00;
	text-decoration: underline;
	font-weight: bold;
}

a:visited { 
color: #00CC00;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: rgb(0, 96, 255);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;

}  
a:active { 
color: rgb(255, 0, 102);
font-weight: bold; 
} 
*/
