body, table {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	line-height: 16pt;
}
	
/* website elements */
#logo {
	position: absolute;
	left: 1000px;
	top: 0px;
	width: 185px;
	height: 72px;
}

#headtitle {
	position: absolute;
	left: 120px;
	top: 60px;
	width: 250px;
	height: 250px;
}

#headbackground {
	position: absolute;
	text-align:left;
	left: 70px;
	top:-10px;
	width: 250px;
	height: 300px;
	border: 10px solid #fff;
	background: #7ea2d5;
	padding: 25px 160px 30px 40px;
	font-size: 30px;
	color: #fff;
}

.sidebox {
	position: absolute;
	font-size: 9pt;
	color: #fff;
}

.sidebox a {
	color: #fff;
}

.sidebox h1 {
	border-bottom-style: solid;
	border-bottom-color: #fff; 
	border-bottom-width: 4px;
	padding-bottom: 4px;
	color: #fff;
	font-size: 22px;
	
	
}

#navigation {
	position: absolute;
	left: 530px;
	top: 318px;
	width: 655px;
	height: auto; 
	background: #7ea2d5;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #dce9fc;
}

li {
  float: left;
}

li a {
	display: block;
	padding: 8px;
	background-color: #dce9fc;
}

/* Change the link color to #7ea2d5 on hover */
li a:hover {
  background-color: #7ea2d5;
}
	


#headimage {
	position: absolute;
	left: 852px;
	top: 400px;
}

#language {
	position: absolute;
	left: 1070px;
	top: 326px;
	width: 100px;
	height: 26px;
	z-index:2;
}


#content {
	position: absolute;
	left: 90px;
	top: 400px;
    width: 730px;
	height: auto;
	font-size: 12pt;
}


.contentboxlinks {
	position:relative;
	left:0px;
	top:0px;
	width:365px;
         height:auto;
	margin: 0px 10px 10px 0px;
        border:1px dotted #7ea2d5;
        padding:15px;
        float:left;
}
.contentboxrechts {
	position:relative;
	left:0px;
	top: 0px;
	width:465px;
	height:auto;
	margin: 0px 0px 10px 10px;
        border:1px dotted #7ea2d5 ;
        padding:15px;
        float: right;
}

.a {
	font-size: 12pt
}


		
	
/* headlines */
h1 {
	border-bottom-style: solid;
	border-bottom-color: #7ea2d5; 
	border-bottom-width: 4px;
	padding-bottom: 4px;
	font-size: 19px;
	width: 730px;
	color: #7ea2d5;
}

h2 {
	border-bottom-style: dashed;
	border-bottom-color: #7ea2d5;
	border-bottom-width: 1px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 15px;
}

h4 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 15px;
}



a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #20496e;
}

#user_name {
	border: none;
}