/**** BASICS ****/
body {
    font: 11pt "Garamond", serif;
    margin: 0px;
    padding: 0px;
    behavior: url("../javascript/csshover2.htc");
    width: 98%; /* to get rid of the horizontal scrollbar in IE */
    text-align: center;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

td {
    vertical-align:top;
}
a {
    text-decoration: underline;
    color: white;
}
a:hover {
    color: #CC0033;
}

input {
    font: 8pt "Arial";
    border: 1px solid black;
	width: 150px;
	margin-bottom: 10px;
}
input.checkbox {
    border: none;
    width: 14px;
    height: 14px;
}
input.radio {
    border: none;
    width: 14px;
    height: 14px;
}
input.submit {
    font: 8pt "Arial";
    color: black;
    border: 1px solid black;
    background: white;
    height: 24px;
    width: 144px;
    margin-left: 102px;
}
textarea {
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    color: #333333;
    border: 1px solid black;
    height: 100px;
    width: 250px;
}
label {
    width: 85px;
    text-align: right;
    border: none;
    padding-right: 15px;
	float: left;
}









.bg1 {
    background: #66cc33;
}
.bg2 {
    background: #3399cc;
}
.bg3 {
    background: #999999;
}
.bg4 {
    background: #e0e2da;
}



#container {
    width: 726px;
    text-align: left;
    margin: 5px auto 5px auto;
    border: 1px solid #cdcdcd;
    padding: 10px;
}

#header {
    width: 744px;
    height: 94px;
    margin-left: -10px;
}

#mainmenu {
    position: absolute;
    margin-left: 138px;
    margin-top: 13px;
    width: 580px;
    font: 10pt "Arial";
}
* html #mainmenu {
    margin-left: 148px;
}

#wintersummer {
    position: absolute;
    margin-left: 610px;
    margin-top: 45px;
    width: 110px;
    text-align: right;
    color: #96bdde;
    font-size: 10pt;
}
* html #wintersummer {
    margin-left: 620px;
}
#wintersummer a {
    color: #96bdde;
}
#wintersummer a:hover {
    color: #fc8ea4;
}

#language {
    position: absolute;
    margin-left: 610px;
    margin-top: 65px;
    width: 110px;
    text-align: right;
}
* html #language {
    margin-left: 620px;
}

#panels {
    width: 721px;
    overflow: hidden;
}

#footer {
    font: 7pt "Arial", sans-serif;
    width: 721px;
    text-align: center;
    color: black;
}
#footer a {
    color: black;
}


div.smallpanelleft {
    width: 178px;
    height: 270px;
    margin-right: 3px;
    overflow: hidden;
    float: left;
}
div.smallpanelright {
    width: 178px;
    height: 270px;
    overflow: hidden;
    float: left;
}

div.largepanel {
    width: 359px;
    height: 270px;
    margin-right: 3px;
    overflow: hidden;
    float: left;
}

div.contentline {
    width: 721px;
    height: 2px;
    margin-bottom: 1px;
    margin-top: 1px;
    font-size: 0pt;
}
div.contentlineblank {
    width: 721px;
    height: 5px;
    font-size: 0pt;
}

div.contentblock {
    width: 721px;
    padding: 10px 0 10px 0;
    color: white;
}
div.title {
    padding-top: 13px;
    text-align: center;
    font-size: 17pt;
    font-weight: bold;
}
div.contact {
    padding: 0 10px 0px 10px;
    font-size:small;
}



/**** MAINMENU ****/
.mainmenu {
    text-align: right;
}
.mainmenu a {
    color: black;
    text-decoration: none;
}
.mainmenu a:hover {
    color: #CC0033;
    cursor: pointer;
	text-decoration:underline;
}
.mainmenu.active a {
    font-weight: bold;
}









/**** CONTENT ****/
h1 {
    font-family: "Lucida Sans Unicode";
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000000;
    font-weight: normal;
    display:none;
}
h2 {
    font-family: "Arial";
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 5px 0;
}
div.content_element {
    margin-bottom: 20px;
}
div.content_element h1,
h1.title {
    font-family: inherit;
    font-size: 19px;
    letter-spacing: 0.1em;
    color: inherit;
    font-weight: bold;
    display: inherit;
}

/*
.content_table td {
    height: 20px;
	border: 1px solid white;
	padding: 1px 3px 1px 3px;
}
*/
.witterand td {
    border: 1px solid white;
    padding: 2px 6px;
}

tr.bgred td,
td.bgred {
    background-color: red
}
tr.bgyellow td,
td.bgyellow {
    background-color: yellow;
    color: black
}
tr.bggreen td,
td.bggreen {
    background-color: green;
}

div.image_css2 {
    /* small left */
    margin-bottom: 20px;
}
div.image_css3 {
    /* small right */
    margin-bottom: 20px;
    text-align: right;
}
div.image_css0, div.image_css1 {
    /* large center, small center */
    margin-bottom: 20px;
    text-align: center;
}

div.image_css4 {
    /* small left text */
    float: left;
    margin: 0px 10px 10px 0px;
}
div.image_css5 {
    /* small right text */
    float: right;
    margin: 0px 0px 10px 10px;
}    