body, table {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	line-height: 16pt;
}
	
/* website elements */
#logo {
	position: absolute;
	left: 40px;
	top: 0px;
	width: 185px;
	height: 72px;
}

#headtitle {
	position: absolute;
	left: 256px;
	top: 38px;
	width: 639px;
	height: 36px;
}

#headbackground {
	position: absolute;
	left: 0px;
	top: 98px;
	width: 756px;
	height: 120px;
	background: #7ea2d5;
}

#headimage {
	position: absolute;
	left: 250px;
	top: 72px;
	width: 759px;
	height: 120px;
}


#photocredits {
	position: absolute;
	left: 769px;
	top: 186px;
	width: 238px;
	height: 26px; 
	font-size: 10pt;
	
}

#headmenu {
	position: absolute;
	top: 193px;
	left: 250px;
}
#language {
	position: absolute;
	left: 130px;
	top: 290px;
	width: 242px;
	height: 26px;
	z-index:2;
}
#navigation {
	position: absolute;
	left: 20px;
	top: 275px;
	width: 180px;
	height: auto;
	font-size: 11pt;
	z-index: auto;
}

/* navigation settings */
ul.navi {
	padding-left: 0px;
}

li.navi {
	border-bottom: 1px dashed #7ea2d5;
	list-style-image: url;
	list-style-position: inside;
	line-height: 20px;
	margin-bottom: 5px;
}


li.navi:hover {
	list-style-image: url;
}

a.navi {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	font-weight: normal;
	color: black;
}

ul.navi2 {
	padding-left: 0px;
}

li.navi2 {
	border-bottom: 0px;
	list-style-position: inside;
	line-height: 20px;
	margin-bottom: 5px;
}

li.navi2:hover {
}

a.navi2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
}


#content {
	position: absolute;
	left: 250px;
	top: 275px;
    width: 484px;
	height: auto;
}
.contentboxlinks {
	position:relative;
	left:0px;
	top:0px;
	width:205px;
         height:auto;
	margin: 0px 10px 10px 0px;
        border:1px dotted #7ea2d5;
        padding:15px;
        float:left;
}
.contentboxrechts {
	position:relative;
	left:0px;
	top: 0px;
	width:205px;
	height:auto;
	margin: 0px 0px 10px 10px;
        border:1px dotted #7ea2d5 ;
        padding:15px;
        float: right;
}

#sidebox {
	position: absolute;
	left: 770px;
	top: 275px;
	width: 240px;
	height: auto;
	font-size: 10pt;
}


	
	
	
/* headlines */
h1 {
	border-bottom-style: solid;
	border-bottom-color: #7ea2d5; 
	border-bottom-width: 4px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 19px;
}

h2 {
	border-bottom-style: dashed;
	border-bottom-color: #7ea2d5;
	border-bottom-width: 1px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 17px;
}

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;
}