/* basic styles */
html {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
        line-height: 1.5;
	color: #000;
	text-align: center;
        background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	color: #02899D;
	margin-top: 0px;
}
h2 {
        margin-top: 25px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #02899D;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	margin: 0px;
	font-size: 11px;
}
p {
	color: #000;
	line-height: 1.5;
}



a {
	color: #02899D;
}


div#rightcontainerwhite p.legende {
	line-height: 1.5;
	margin-bottom: 15px;
        margin-top: 3px;
        color: #02899D;
        font-size: 9px;
}

div#text div.legende p {
	line-height: 1.5;
	margin-bottom: 0px;
        margin-top: 0px;
        color: #02899D;
        font-size: 9px;
}

div.legende {
        width: 200px;
        float: left;
}

div#text p {
	line-height: 1.5;
	margin-bottom: 5px;
}

div#text p a, div#text a {
	text-decoration: none;
	color: #02899D;
}
div#text p a:hover, div#text a:hover {
	color: #000;
}

div.col1 {
    width: 100px;
    margin-bottom: 5px;
    float: left;
}
div.col2 {
    width: 300px;
    margin-bottom: 5px;
    float: left;
}

div.col3 {
    width: 200px;
    margin-bottom: 10px;
    float: left;
}
div.col4 {
    width: 200px;
    margin-bottom: 10px;
    float: left;
}

div.linie {
	border-bottom: 2px solid #02899D;
    height: 5px;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
}

.righttext {
        text-align: right;
}

.leftpic {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
        border: 1px solid #02899D;
}
.rightpic {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0px;
        border: 1px solid #02899D;
}

#rightcontainer h2 {
	background-color: #8FA1AF;
	border-bottom: 2px solid #02899D;
	padding:  0px 11px 0px 11px;
	margin: 0px;
        font-size: 11px;
        font-weight: bold;
}
#rightcontainer p {
	background-color: #C7D0D7;
	padding:  7px 11px 0px 11px;
	margin: 0px;
        font-size: 9px;
        line-height: 17px;
}

.noScreen{  /* This class is not shown on screen */
       display: none;
}


/* layout */
div#wrapper {
	text-align: center;
	padding: 0px;
}
div#content {
	margin: 0px auto;
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #fff;
}
div.unfloater {
	clear: both;
        margin: 0px;
        height: 1px;
}
div#logo {
        width: 836px;
	height: 2px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	background-position:right;
        background-color: #f2f3f9;
	float: left;
}
div#header {
    display: none;
}
div#header_pic {
    display: none;
}
div#topmenu {
        display: none;
}
div#headersmall {
        display: none;
}
div#header_picsmall {
        display: none;
}
div#leftcontainer {
       display: none;
}
div#submenu {
        display: none;
}
div#address {
        display: none;
}
div#text {
        background-color: #f2f3f9;
	width: 400px;
	height: 100%;
        margin-bottom: 0px;
	padding: 0px 44px 20px 0px;
	vertical-align: top;
	float:left;
}
div#rightcontainer {
        background-color: #f2f3f9;
	vertical-align: top;
	width: 190px;
	float: left;
}
div#rightcontainerwhite {
        background-color: #f2f3f9;
	vertical-align: top;
	width: 180px;
	float: left;
}