#conTable {
    width: 710px;
    height: 100%;
}

table, tr, td {margin: 0px; padding: 0px; border: 0px solid #000;}

/* --- table.Menu --- */

h1#header {
    background-image: url(/static/images/header.jpg);
    background-repeat: no-repeat;
    width: 710px;
    height: 254px;
    margin-bottom: 0px;
    margin-top: 0px;
}

h1#header b {display: none; }

div#conMenu {
    background-image: url(/static/images/menubar_bg.png);
    width: 710px;
    height: 22px;
    padding-top: 8px;
}

div#conMenu2 {
    width: 500px;
    height: 22px;
    padding-top: 8px;
	margin-left: 20px;
}

div#conMenuBar {
    float: left; 
}

div#conMenuBar2 {
    float: left; 
}


a.conMenuEntry, a.conMenuEntry2 {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    color: white;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
}

a.conMenuEntry b {
	color: yellow;
}

a.conMenuEntry2 {
	color: #333;
}

a.conMenuEntry2 b {
	color: green;
}


a.conMenuEntry:hover {
    color: yellow;
}


/* die language-flaggen */
div#conLanguages {
    display: inline;
    float: right;
    margin-right: 10px;
}

a.conLangEntry {
    margin-right: 10px;
}

a.conLangEntry img {
    border: 0px;
}

.trspacer {
    height: 5px;
}

/* -- Sidebar -- */

/* Die leicht transparente right-bar aus dem mockup */

div.sidebar {
    background-color: #eee;
    width: 174px;
    height: 100%;
    margin-right: 0px;
    margin-left: auto;
    /*opacity: 0.5;*/
    padding-top: 10px;
}

div.sidebar h5 {
    margin: 0px;
    width: 144px;
    text-align: center;
    background-color: #bbb;
    color: #111;
    font-weight: bold;
    font-size: 12px;
    padding: 3px;
    margin-bottom: 15px;
}

.sidebar_photo img {
    border: 0px;
    border: 1px solid green;
    display: block;
    margin-bottom: 5px;
}

.sidebar_photo img:hover {
    border: 1px dashed green;
}

.sidebar_photo span {
    display: block;
    font-size: 10px;
    color: #777;
    margin-bottom: 15px;
}

.sidebar_moreinfo {
    color: blue;
    font-size: 12px;
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
}

.sidebar_sponsor {
    margin-bottom: 20px;
}

.sidebar_sponsor img {
    border: 1px solid #eee;
}

.sidebar_sponsor img:hover {
    border: 1px dashed #999;
}

/* -- die box elemente -- */
.box1 {
    width: 320px;
    height: 160px;
    background-color: #E2EFE0;
    padding: 8px;
    margin-right: 10px;
    opacity: 0.8;
}

.box1 h2 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}

.box1 p {
    color: #000;
    font-size: 12px;
    line-height: 17px;
    text-align: justify;
}

.box2 {
    background-color: #E2EFE0;
    width: 160px;
    height: 160px;
    opacity: 0.8;
    color: #000;
}

.box2 h2 {
    margin: 0px;
    background-image: url(/static/images/contentbox1_bg.png);
    font-size: 12px;
    padding: 4px;
    text-align: center;
    color: white;
}

.tdbox1 {
    width: 330px;
}

.tdbox2 {
    width: 190px;
}

.tdmain {
    width: 520px;
}

.tdbar {
    width: 150px;
}

