body {
        background: #FFFFFF;
        overflow: auto;
        /*padding-right: 0px;
        padding-left: 0px;*/
}
body * td {
        /*border: 1px solid blue;*/
}
body * p {
        font-size: 14px;
}
body * ul {
        font-size: 14px;
}

h3 {
        font-size: 14px;
        font-width: bold;
}
h2 {
        font-size: 15px;
        font-width: bold;
}
h1 {
        font-size: 17px;
        font-width: bold;
}
.mainDiv {
	width: 985px;
}
.mainTable {
	width: 985px;
	height: 100%;
}
#header {
        /*padding-right: 3px;*/
        padding-bottom: 10px;
        height: 119px;
        width: 975px; /* its modi from 1010px to display at 1024x800 */
        background: url('../img/layout/top.jpg') 6px 0px no-repeat;
}
#header * div{
        width: 975px; /* its modi from 1010px to display at 1024x800 */
        padding-right: 17px;
        text-align: right;
        align: right;
}
#header * td {
        /*border: 1px solid green;*/
}
#header * table {
        align: right;
        text-align: right;
        height: 100%;
	width: 100%;
}
#logo {
        /*padding-top: 4px;*/
        padding-bottom: 5px;
        vertikal-align: center;
        /*width: 170px;*/ /* from 115px */
}
#leftmenu {
        width: 186px; /*170px;*/
        vertical-align: top;
}
#leftmenu * table {
        width: 186px; /*170px;*/ /*width: 170px; /*180px*/
}
#leftmenudiv {
        width: 186px; /*170px;*/
}
#menu_top {
        height: 30px;
        background: url('../img/layout/menu_top.jpg') 6px 0px  no-repeat;
}
#menu_placeholder {
        background: url('../img/layout/menu_middle.jpg') 6px 0px no-repeat;
}
#menu_buttom {
        height: 32px;
        background: url('../img/layout/menu_bottom.jpg') 6px 100% no-repeat;
}
#login {
        width: 183px;
        /*background: url('../img/layout/login.jpg') 6px 0px no-repeat;*/
		background: url('../img/layout/login.jpg') 100% 0px no-repeat;
		/*padding-left: 6px; /*--*/
		padding-right: -6px;
        align: right;
        text-align: center;
        vertical-align: top;
}
#impressum {
        height: 30px;
}
#impressum_left {
        /*width: 180px;*/
}
#impressum_middle {
        border-top: 1px solid black;
        text-align: center;
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
#impressum_right {
        /*width: 180px;**/
}
#text {
        font-family: Arial;
        vertical-align: top;
        padding: 10px;
        padding-left: 4;
/*      width: 593px; /*638px;*/
}
#text * p{
        text-align: justify;
}
#textdiv {
        /*width: 100%;/*593px;*/
		width: 600px;
}
#otherlinks {
        /*width: 180px;*/
}
.logintext {
        font-family: Arial;
        font-size: 14px;
}
.homelink {
        text-align: center;
}

.homelink a:link, .homelink a {
        text-decoration: none;
        font-weight: bold;
        color: #c9d0de;
}
#langlink , #langlink a, #langlink a:link {
        color: #000000;
        text-decoration: none;
        font-width: bold;
        vertical-align: center;
}

#impressum_middle p.bodytext
{
	font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#impressum_middle a, #impressum_middle a:visited
{
	color: #39404e;
	text-decoration: none;
}

#impressum_middle a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}


