html{
	font-family: tahoma;
	font-size: 11pt;
	color: black;
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	background: #CCCCCC url("img/bg4.jpg") repeat-x;
	text-align:center;
}
#bodyContent{
	width:850px;
	margin-left:auto;
	margin-right:auto;
}


/* ============= H E A D E R =============== */

#header{
	height:90px;
}
#headerFixed{
	overflow:auto;
	display:inline;
}
#logos p{
	margin:0px;
	padding:0px;
}
#logos img{
	margin-right:10px;
	border:none;
}
#logos{
	width: 450px;
	padding-top:20px;
	float:left;
}
#headerText{
	text-align:right;
	font-family: tahoma;
	margin-right:20px;
	padding-top:25px;
	float:right;
}
#title{
	font-size:19pt;
	font-weight:bold;
	color:black;
}
#mail{
	font-size:10pt;
	color:black;
}


/* =============== M A I N ================*/
#main{
	text-align:center;
	width:100%;
}
#content{
	text-align:left;
	margin-top:18px;
	background-color: white;
	border-left: 3px solid #C8C8C8;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 40px;
	padding-right:40px;
}
#content hr{
	border:6px double #cccccc;
}

#menu{
	background: url("img/bg_menu3.gif") repeat-x;
	text-align:left;
	border:none;
	height: 40px;
}
#entries a{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 14px;
	padding-left: 14px;
	margin:0px;
	height:30px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	background: url("img/menu.gif") repeat-x;
	border-left: 1px solid #cdcfcb;
	border-right: 1px solid #b2b4b1;
}
#entries a:hover{
	background: url("img/menu_hover.gif") repeat-x;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #9f9f9f;
}
#current a{
	background: url("img/menu_selected.gif") repeat-x;
	border-left: 1px solid #b2c9ca;
	border-right: 1px solid #9aaeaf;
}
#current{
	display:inline;
}
#languageSelection{
	text-align:right;
}
#languageSelection img{
	cursor:pointer;
	height: 20px;
	width: 29px;
	border:none;
	background:none;
	margin-left:10px;
}

#menu table{
	width:100%;
	margin-top:4px;
	padding-left:10px;
	padding-right:10px;
}
/* ---------- M A I N   C O N T E N T ------------ */

h2{
	background: url("img/icon3.gif") no-repeat;
	padding-left : 30px;
	font-size:19px;
}

.idData{
	position: relative;
	width:100%;
	height:180px;
	display:inline;
}
.address{
	position:relative;
	border:3px double #cccccc;
	margin-left:10px;
	padding:15px;
	width:50%;
	height:180px;
	float:left;
	margin-bottom:10px;
}
.photoID{
	position:relative;
	float:right;
	margin-right:50px;
	height:180px;
	margin-bottom:10px;
}
#description{
	clear:left;
}
/*------------------------ W 3 C ---------------------*/
#w3cvalidity{
	width:100%;
	text-align:right;
	display:inline;
}
#w3cvalidity p{
	float:right;
	margin-top:30px;
}
#w3cvalidity img{ 
	border:none;
	margin:0px;
	padding:0px;
}
