/*******************/
/* General         */
/*******************/

HTML, BODY, DIV, P, H1, H2, H3, H4, H5, H6, SPAN, TD, FORM, IMG {
    padding:            0px;
    border:             0px;
    margin:             0px;
    font-size:          12px;
    font-family:        Verdana, Arial, "Times New Roman", Helvetica, sans-serif;
    color:              #000;
}

BODY {
    background-color:   #F2FCFF;
}

OL, UL, LI {
    font-size:          12px;
    font-family:        Verdana, Arial, "Times New Roman", Helvetica, sans-serif;
    color:              #000;
}

A, A:visited {
    color:              #406AB9;
    text-decoration:	none;
}

A:hover, A:active {
    color:              #000000;
    text-decoration:	underline;
}

DIV.clear {
    clear:              both;
    height:             2px;
}

DIV.center {
    text-align:         center;
}

/*******************/
/* Layout          */
/*******************/

#paper {
    width:              772px;
    margin-top:			2px;
    margin-left:        auto;
    margin-right:       auto;
    background:         #fff url(/et_static/background.gif) repeat;
    text-align:         left;
}

#header {
    width:              100%;
    height:             57px;
    background:         #D3DADD url(/et_static/header.jpg) no-repeat;
}

#left {
    width:              167px;
    height:             500px;
    float:              left;
}

#right {
    width:              17px;
    height:             500px;
    float:              left;
}

#middle {
    width:              584px;
    margin:             0px 2px 0px 2px;
    float:              left;
}

#footer {
    width:              100%;
    height:             1px;
    background:         url(/et_static/footer.gif) no-repeat;
    clear:              both;
}

#leftHeader {
    height:             33px;
    padding:            2px 5px 0px 5px;
    border-top:         1px solid #ADB1B4;
    border-bottom:      1px solid #ADB1B4;
    background-color:   #D3DADD;
    text-align:         left;
}

IMG.flagge {
	border:				1px solid #B4B19E;
    margin-right:		4px;
    margin-bottom:		2px;
}

#middleHeader {
    line-height:        18px;
    padding:            0px 20px 0px 20px;
    border-bottom:      2px solid #fff;
    background-color:   #ADB1B4;
    color:              #fff;
    font-weight:        bold;
}

#rightHeader {
    line-height:        16px;
    padding:            0px 0px 0px 0px;
    border-top:         1px solid #B4B19E;
    border-bottom:      1px solid #B4B19E;
    background-color:   #D3DADD;
    font-size:          11px;
}

#middleContent {
    border-top:         1px solid #ADB1B4;
    padding:            10px 20px 10px 20px;
}


/*******************/
/* Menu            */
/*******************/

DIV.menu {
    border-top:         2px solid #FFFFFF;
    border-bottom:      1px solid #ADB1B4;
    margin:             0px;
}

DIV.menu1 {
    border-bottom:      2px solid #FFFFFF;
}

DIV.menu2 {
    padding:            0px;
    border:             1px solid #ADB1B4;
    font-size:          11px;
    line-height:        16px;
}

DIV.menuSpace1 {
    border-bottom:      2px solid #FFFFFF;
    height:             20px;
}

DIV.menuSpace2 {
    height:             18px;
    border-top:         1px solid #ADB1B4;
    border-bottom:      1px solid #ADB1B4;
}


DIV.active {
    border:             1px solid #605A35;
}

DIV.nav1 {
    background:         #D3DADD url(/et_static/nav_verlauf1.gif) repeat-y;
}

DIV.nav2 {
    background:         #D3DADD url(/et_static/nav_verlauf2.gif) repeat-y;
}

DIV.nav3 {
    background:         #D3DADD url(/et_static/nav_verlauf3.gif) repeat-y;
}

DIV.nav4 {
    background:         #D3DADD url(/et_static/nav_verlauf4.gif) repeat-y;
}

DIV.nav5 {
    background:         #D3DADD url(/et_static/nav_verlauf5.gif) repeat-y;
}

DIV.nav6 {
    margin-bottom:      0px;
    background:         #D3DADD url(/et_static/nav_verlauf6.gif) repeat-y;
}

DIV.nav7 {
    padding-left:       28px;
    border-left:        0px;
    border-right:       0px;
    margin-bottom:      0px;
    background:         #D3DADD url(/et_static/downloads.gif) repeat;
    font-size:          11px;
    font-weight:        bold;
}

DIV.download {
    margin:             10px;
    font-size:          11px;
}

DIV.menu2 A, DIV.menu2 A:link, DIV.menu2 A:visited, DIV.menu2 A:hover, DIV.menu2 A:active {
    padding-left:       20px;
    display:            block;
    text-decoration:    none;
    color:              #000000;
}

DIV.menu2 A:hover, DIV.menu2 A:active  {
    text-decoration:    underline;
    color:              #000000;
}

DIV.menu3 {
    margin:             50px 0px 0px 0px;
    text-align:         center;
}

/*******************/
/* Content         */
/*******************/

IMG.right {
    margin:             8px 0px 10px 10px;
    float:              right;
}

IMG.center {
    margin:             8px 0px 4px 0px;
}

IMG.left {
    margin:             8px 10px 10px 0px;
    float:              left;
}

DIV.text {
    margin-top:         6px;
}


IMG.list1 {
    width:              80px;
    margin:             6px 10px 0px 0px;
    float:              left;
}

DIV.list1 {
    width:              304px;
    float:              left;
}

TABLE.companyList {
    border-collapse:    collapse;
    margin-top:         20px;
    border:             1px solid #766950;
    background-color:   #D6D2AD;
}

TABLE.companyList TD, TH {
    text-align:         left;
    color:              #57552B;
    font-family:        Verdana;
    font-size:          12px;
    padding-top:        5px;
    padding-left:       20px;
    padding-bottom:     3px;
    padding-right:      20px;
    border-bottom:      1px solid #766950;
    border-top:         1px solid #766950;
}

TR.tableRow0 {
    background-color:   #EDF5F8;
}

TR.tableRow1 {
    background-color:   #D3DBDD;
}
