* {
	font-family: HelveticaNeue MediumExt, HelveticaNeue, Arial, sans-serif;
}

body,a,p,div,h1,h2,h3,h4,h5,td {
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #58b0dc;
	text-align: left;
}

h2, h3, h4, h5, h6 {
	padding: 0px;
	color: #646464;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;
}

a {
	color: #000000;
}

p {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
    font-family: HelveticaNeue LightExt, HelveticaNeue, Arial, sans-serif;
	font-size: 22px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-stretch: narrower;
}

h2 {
	font-size: 14px;
	color: #000000;
}

h1.top {
    font-family: HelveticaNeue LightExt, HelveticaNeue, Arial, sans-serif;
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-stretch: narrower;
	text-align: right;
	padding-right: 40px;
}

h2.top {
	font-size: 24px;
    text-align: right;
	padding-right: 40px;
}

h3 {
	color: #2f4287;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
}

td.top {
	background: url('img/bg_top.jpg') no-repeat #58b0dc;
    height: 20px; 
}

td.header {
	background: url('img/bg_header.jpg') no-repeat #82c4e5;
    height: 145px;
}

td.main {
    background: url('img/bg_main.jpg') no-repeat #58b0dc;
    height: 648px;
}

td.menu_1, td.menu_3 {
    text-align: right;
    padding-right: 30px;
    height: 16px;
}

td.main_left {
    width: 235px;
}

td.main_content {
    padding: 20px;
}

td.img_left {
    padding-top: 25px;
}

div.header {
    line-height: 125px;
    height: 125px;
    vertical-align: middle;
}

div.content {
    background: url('img/bg_content.jpg') no-repeat #8fcae7;
    padding: 8px;
}


/* MENUE */



a.menu_1, a.menu_3 {
    text-decoration: none;
    font-weight: bold;
}

a.menu_1_a, a.menu_3_a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

img.menu_1, img.menu_3 {
    border: 0px;
    margin-bottom: -3px;
}


