body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #2E2E2E;
	margin: 0px;
	padding: 0px;
	width: 1004px;
}

td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #2E2E2E;
}

input
{
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

input.button
{
    border: 1px solid #000000;
    background-color: #EEEEEE;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


textarea
{
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a, a:link, a:visited, a:active
{
	color: #C00004;
	text-decoration: none
}

a:hover
{
	color: #C00004;
	text-decoration: underline;
}



/* Header */
#pageHeader
{
    background-image: url(../img/kopfzeile_bunt2.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 58px;
}

#ort
{
    width: 160px;
    height: 48px;
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    padding: 5px 10px 5px 10px;
    margin: 0px;
    background-color: #C10005;
}


#orden
{
    position: relative;
    margin-left: 205px;
    height: 58px;
    color: #FFFFFF;
}

#orden a
{
    color: #FFFFFF;
    text-decoration: none;
    bottom: 0px;
}

#orden a:link
{
    color: #FFFFFF;
    text-decoration: none;
    bottom: 0px;
}

#orden a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    bottom: 0px;
}

#orden a:active
{
    color: #FFFFFF;
    text-decoration: none;
    bottom: 0px;
}



#ordenText
{
    position: absolute;
    margin-bottom: 5px;
    bottom: 0px;
}

#location
{
    margin-left: 205px;
    padding-bottom: 5px;
    padding-top: 10px;
    background: url(../img/weil_naehe_zaehlt.gif) no-repeat top right;
    width: 799px;
}



/* Navigation */
#pageNavigation
{
    min-width: 1004px;
}

#navigationToggle {
    display: none;
}

#navigation
{
    float: left;
    width: 170px;
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
}

.navBereich
{
    background-color: rgb(238, 236, 232);
    color: rgb(106, 101, 82);
    
}


#navigationAktiv
{
    font-weight: bold;
}

.navigationAktiv, navigationAktivStartseite
{
    font-weight: bold;
}


#navigation ul
{
     margin: 0; 
     padding: 0;
}

#navigation li
{
    padding: 5px 0px 5px 10px;
    list-style: none;
    border-bottom: 1px solid #D2CFC2;
}

#navigation a:link, #navigation a:active, #navigation a:visited 
{
    /* color: #2E2E2E; */
    color: rgb(103, 99, 78);
    text-decoration: none;
}

#navigation a:hover 
{
    color: rgb(192, 0, 4);
}

#subnavigation ul
{
     margin: 0; 
     padding: 0px 0px 0px 15px;
}

#subnavigation li
{
    padding: 5px 0px 5px 0px;
    list-style: none;
    border-bottom: 1px solid #D2CFC2;
}

#subnavigation a:link, #subnavigation a:active, #subnavigation a:visited
{
    /* color: #2E2E2E; */
    color: rgb(103, 99, 78);
    text-decoration: none;
}

#subnavigation a:hover
{
    color: rgb(192, 0, 4);
}

.subnavigationAktiv
{
    font-weight: bold;
    color: #FF0000;
}

.subnavigationIntern, .subnavigationInternAdmin
{
    margin-left: 14px;
}



/* content */
#content
{
    width: 619px;
    float: left;
    padding: 10px 15px 20px 25px;
    /* background-color: aqua; */
    margin-top: 0px;
}

#content h3
{
    margin-top: 0px;
    margin-left: -15px;
    font-weight: bold;
    color: #6A6552;
    background-color: #EEECE8;
    padding: 2px 2px 2px 15px;
    font-size: 14px;
}

#content p
{
    padding-bottom: 20px;
}



/* infobar */
#infobar
{
    /* background-color: lime; */
    padding: 10px 0px 0px 0px;
    width: 165px;
    float: left;
    overflow: hidden;
}

#shortnews
{
    border: 1px solid #D2CFC2;
    background-color: #FFFFCB;
    padding: 5px;
    overflow: hidden;
}

#ausbildung
{
    padding-top: 30px;
    /*
    margin-left: auto;
    margin-right: auto;
    */
    
    width: 138px;
    text-align: center;
}

#tableLogin
{
    width: auto;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#tableGaestebuch
{
    width: 100%;
    padding: 0px;
    font-size: 10px;
}

#tableGaestebuch th
{
    width: 40%;
    background-color: #EEECE8;
    padding: 0px;
    font-size: 10px;
    color: #000000;
    vertical-align: top;
}

#tableGaestebuch td
{
    width: 60%;
    background-color: #FFFFFF;
    padding: 0px;
    font-size: 10px;
    color: #000000;
    vertical-align: top;
}




.tblIntern
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    border-collapse: collapse;
}

.tblIntern thead th
{
    padding: 2px;
    text-align: left;
    color: #000000;
    background-color: #ddd8d1;
    border-bottom: 1px solid #C10005;
}

.tblIntern tbody th
{
    text-align: left;
}

.tblIntern tfoot td
{
    padding: 2px;
    text-align: left;
    color: #000000;
    background-color: #ddd8d1;
    border-top: 1px solid #C10005;
}

.tblIntern tbody td
{
    background: none;
    text-align: left;
    font-size: 12px;
    color: #000000;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 2px;
}


.tblIntern tbody tr:hover
{
    background-color: #ddd8d1;
}




.tblInternDialoge
{
    margin-left: auto;
    margin-right: auto;
}

.tblInternDialoge thead th
{
    text-align: left;
    background-color: #C10005;
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px 3px 3px 5px;
}

.tblInternDialoge tfoot td
{
    text-align: center;
}

.tblInternDialoge tbody th
{
    text-align: left;
}

.tblInternDialoge tbody td
{
    text-align: left;
    padding: 3px 3px 3px 5px;
}


.eingeplant_hidden, .offen_hidden {
    display: none;
}
