/*---------------------TAGS-----------------------*/

*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

li{
	list-style-type:none;
}

p{
	line-height:14px;
}

a{
	color:red;
	text-decoration:none;
}

em{	
	color:#0182AC;
}

hr{
	border:0;
	color:#0182AC;
	background-color:#0182AC;
	height:1px;
}


/*---------------------IDs-----------------------*/

#header{
	float:right;
	text-align:right;
	margin-top:10px;
	width:94%;
}

#footer{
	width:818px;
	margin:auto;
	font-family:"Times New Roman", Times, serif;
}

#language{
	float:left;
	text-align:left;
	width:6%;
}

#main{
	margin:auto;
	margin-top: 10px;
	border:3px #1a127c solid;
	width:818px;
	height:700px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
}

#menu{
	width:128px;
	float:left;
	height:435px;
	font-family:"Times New Roman", Times, serif;
	padding:0 0 0 15px;
	font-weight:500;
}

#content{
	width:520px;
	height:470px;
	float:left;
	color:#10147E;
	padding:30px 75px 0 75px;
}

#image{
	float:right;
	margin:10px -80px 0 10px;
}

#gallery{
	position:relative;
	margin:0;
	padding:0;
}

#gallery li{
	width:600px;
	text-align:center;
	display:block;
}

#wander{
	position: absolute;
	top: 750px;
}


/*-----------------CLASSES---------------------------*/

.top{
	font-family:Times, serif;
	font-weight:bold;
	font-size:15px;
	padding-top:30px;
}

.top a{
	font-family:Times, serif;
	color:#10147E;
	text-decoration:none;
}

.sub{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:2px;
}

.sub a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#10147E;
	text-decoration:none;
}

.center{
	text-align:center;
}

.redborder{
	height:1px;
	width:82%;
	padding:0 0 0 15px;
	margin-top:-1px;
	background-color:#C4110A;
	overflow:hidden;
}

.redline{
	border-bottom:1px solid #ff0000;
}

.featured{
	background-color:#b2d9e6;
	width:100%;
	float:left;
	height:30px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#10147E;
	font-size:22px;
	vertical-align:top;
}

.featured a{
	color:#C41200;
	text-decoration:none;
}

.featured p{
	padding-top:2px;
}

.header{
	margin-left: -11px;
	font-family:"Times New Roman", Times, serif;
	color:#0182AC;
	padding-bottom:5px;
	font-size:16px; 
	font-weight:bold;
}

.header a{
	color:#0182AC;
}

.partitle{
	font-weight:bold;
	color:#10147E;

}

.reference{
	color:#0182AC;
	font-size:10px; 
}



.column{
	width:48%;
	padding:0 10px 0 0px;
	height:100%;
	float:left;
}

.logos{
	width:47%;
	height:100%;
	float:left;
	text-align:left;
}

.presentation{
	color:#1A83AD;
	font-size:12px;
	list-style-type:disc;
}

.presentation a{
	color:#1A83AD;
}

.red{
	color:#C4110A;
}

.list{
	padding-left:20px;
}

.testimonial{
	height:250px;
	width:250px;
	float:left;
	margin:10px 10px 10px 0px;
	vertical-align:top;
	font-family:11px;
}

.testimonial p{
	line-height:13px;
}

.quoteLeft{
	float:left;
	width:64px;
	margin:0 5px 5px 0;
}

.quoteRight{
	float:right;
	width:64px;
	margin:0 0 5px 5px;
}

.imprintheader{
	font-family:"Times New Roman", Times, serif;
	color:#0182AC;
	padding-bottom:5px;
	font-size:16px; 
	font-weight:bold;
	width:32%;
}

.imprintheader a{
	color:#0182AC;
	text-decoration:none;
}

.imprint{
	float:left;
	width:32%;
	margin-right:10px;
	font-size:9px;
	color:#9E9D9D;
}

.imprint a{
	color:#9E9D9D;
	text-decoration:none;
}

.article{
	color:#10147E;
	text-decoration:underline;
}

.bullets{
	list-style-type:disc;
	margin-top:15px;
}

.indent{
	padding-left:40px;
}

.pager{
	color:#10147E;
	font-weight: bold;
}

.pager a{
	color:#10147E;
	font-weight: bold;
}

.pagersel a{
	color:#0182AC;
}

