* {
	margin: 0;
    padding: 0;
}

body {
	background: #aedef7 url("/img/bg.jpg") repeat-x;
    color: #545454;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 40px;
}

/**
 * Bilder ohne Rahmen
 */
img {
	border: none;
}

/**
 * Überschriften
 */
h1,
h3,
h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0067ac;
    font-weight: normal;
    font-size: 26px;
    margin: 30px 23px 0 23px;
}

h3 {
	font-size: 18px;
}

h4 {
    font-size: 14px;
    margin-top: 20px;
}

/**
 * --- Absätze ---
 */
p
{
	margin: 15px 23px 0 23px;
    line-height: 160%;
}

p.highlight
{
    font-weight: bold;
    color: #0067ac;
}

ul {
    list-style-type: square;
    padding: 0 0 0 14px;
    margin: 15px 23px 0 23px;
}

li {
    margin: 5px 0 0 0;
}

/**
 * --- Links ---
 */
a,
a:active,
a:visited
{
    color: #0067ac;
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.german,
a.austria,
a.switzerland {
    display: block;
    background: url("../img/german.jpg") no-repeat 0 4px;
    padding: 0 0 2px 25px;

}

a.austria {
    background-image: url("../img/austria.jpg");
}

a.switzerland {
    background-image: url("../img/switzerland.jpg");
}

/**
 * --- Grundaufbau der Seite ---
 */
div#block_head,
div#block_head div,
div#block_main,
div#block_foot
{
	width: 840px;
    overflow: hidden;
    margin: 0 auto 0 auto;
}

/**
 * --- Header ---
 */
div#head
{
    width: 100%;
	height: 326px;
    margin: 0 0 8px 0;
    padding: 0;
    overflow: hidden;
	position: relative;
}

div#head img
{
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	border: none;
}

div#block_head
{
    position: relative;
    height: 100px;
    width: 100%;
    background: url("/img/bg_head.jpg") no-repeat left top;
}

/* --- Logo --- */
div#block_head img {
	width: 223px;
    overflow: hidden;
}

/* Service-Navi */
div#block_head ul {
    position: absolute;
    top: 10px;
    left: 450px;
	list-style: none;
    display: block;
    width: 607px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

div#block_head ul li
{
	display: block;
    float: right;
    padding: 0 10px 0 9px;
    background: url("/img/li_service.jpg") no-repeat 0 3px;
}


div#block_head ul li a,
div#block_head ul li a:active,
div#block_head ul li a:visited
{
	color: #80c3e7;
}

/**
 * Hauptteil
 */
div#block_main
{
	background: #fff;
}

/* Content */
div#content_left,
div#content_right
{
    width: 635px;
    overflow: hidden;
    float: left;
    background: url("/img/content_head2.jpg") no-repeat left top;
    margin: 23px 0 0 0;
}

div#flash_header
{
	margin: 0;
    padding: 0;
    /*width: 634px;
    height: 326px;*/
    overflow: hidden;
}

div#content_right
{
    width: 180px;
    background: none;
}

div#content_right dl dt
{
	background-color: #c6e8f9;
    display: block;
    margin: 10px 0 0 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #007cbc;
    font-size: 14px;
    padding: 8px 8px 0 8px;
}

div#content_right dl dd
{
	background-color: #c6e8f9;
    display: block;
    padding-bottom: 10px;
}

div#content_right dl dd p
{
	margin: 0;
    padding: 8px 8px 0 8px;
    font-size: 10px;
}

/* PDF Link */
p.pdf a,
p.pdf a:active,
p.pdf a:visited
{
	display: block;
    background: url("/img/pdf.jpg") no-repeat left center;
    vertical-align: middle;
    padding-left: 25px;
    color: #0067ac;
    margin-top: 5px;
}

/**
 * Gewinnspielfrage
 */
dl.question
{
	display: block;
    width: 610px;
    overflow: hidden;
    background: url("/img/bg_question.jpg") no-repeat right top;
    margin: 15px 0 0 0;
}

dl.question dt
{
	display: block;
    padding: 30px 20px 0 50px;
    font-weight: bold;
    line-height: 150%;
}

dl.question dt strong
{
	font-size: 15px;
    color: #0067ac;
    display: block;
    padding-top: 6px;
}

dl.question dd
{
	display: block;
    padding: 20px 0 30px 50px;
}

dl.question dd p
{
    width: 175px;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0;
    color: #0067ac;
    font-weight: bold;
}

dl.question dd p input {
	margin-right: 5px;
}

dl.question dd p * {
	vertical-align: middle;
}

/**
 * Gewinnspielformular
 */
p.fld_txt {
	display: block;
	width: 300px;
    float: left;
    overflow: hidden;
    margin: 5px 0 0 0;
    padding: 0;
}

p.fld_txt label {
	display: block;
    float: left;
    width: 90px;
    padding-left: 23px;

}

p.fld_txt input {
	border: 1px solid #c2c2c2;
    width: 180px;
    font-size: 12px;
}

p.checkbox {
	padding-bottom: 10px;
}

p.checkbox * {
    vertical-align: middle;
}

p.checkbox label {
    font-weight: bold;
    padding: 0 0 0 5px;
}


/**
 * Footer im Content
 */
ul.content_foot {
	list-style: none;
    margin: 0;
    padding: 0 0 0 13px;
    display: block;
}

ul.content_foot li {
	display: block;
    width: 162px;
    height: 26px;
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
    overflow: hidden;
}

ul.content_foot li a,
ul.content_foot li a:active,
ul.content_foot li a:visited,
ul.content_foot li a:hover {
	display: block;
    width: 162px;
    height: 26px;
    overflow: hidden;
    line-height: 26px;
    background: url("/img/bg_btn.jpg") no-repeat center center;
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #717376;
    font-size: 10px;
    font-weight: bold;
}

ul.content_foot li a:hover {
    background-image: url("/img/bg_btn_active.jpg");
}

/**
 * Footer
 */
div#block_foot p {
	text-align: center;
    color: #3285c4;
    font-size: 11px;
}










