@CHARSET "UTF-8";

/* ---------------------------------------------
 * ------- Main Styles -------------------------
 * --------------------------------------------- */

body {
    font-size: 100%;
    font-family: Arial, Verdana;
    text-align: left;
    line-height:1.125em;
    color: #666666;
    background-image: url(../images/website/bg_color.png);
    background-repeat: repeat-x;
    background-color: #fff;
}

#bgcontainer {
    margin: auto;
    width: 1003px;
    background-image: url(../images/website/main_bg.png);
    text-align: left;
}

#bgcontainer.withSidebar{
    margin: auto;
    width: 1003px;
    background-image: url(../images/website/main_bg_sidebar.png);
    text-align: left;
}

#leftbar {
    float: left;
    display: inline; /* IE6 Hack */
    margin-left: 20px;
    width: 35px;
    height: 607px;
    background-image: url(../images/website/leftbar_bg.png);
    background-repeat: no-repeat;
}
#leftbar img {
    display: block;
}
#navbar {
    float: left;
    width: 242px;
    margin-right: -50px;
    min-height: 607px;
    background-image: url(../images/website/navbar_bg_right.png);
    background-position: 172px 0px;
    background-repeat: no-repeat;
}
#mainbar {
    float: right;
    margin-right: 20px;
    display: inline; /* IE6 Hack */
    width: 746px;
}
#header {
    margin: auto;
    width: 963px;
    height: 94px;
    background-image: url(../images/website/header_bg.jpg);
}

#logo{
    position: relative;
    left: 53px;
    top: 50px;
    width: 160px;
    text-align: center;
    line-height: 1.3em;
}

#logo a {
    color: #38312B;
    font-size: 1.125em;
    text-decoration: none;
}

.withSidebar #contentcontainer{
    margin-right: -200px;
}

.withSidebar #content{
    width: 425px;
}

#contentcontainer {
    width: 700px;
    float: left;
}
#content {
    width: 625px;
    margin: 38px 37px 38px 38px;
}

#sidebar {
    display: inline;
    float: right;
    margin-right: 20px;
    width: 236px;
}
#sidebar img {
    display: block;
}

#content #footerLinks {
    text-align: right;
    font-size: 0.91666em;
}

#content #footerLinks a {
    margin-left: 0.25em;
}

#content #footerLinks a:visited {
    color: #cc0000;
}


/* ---------------------------------------------
 * ------- FOOTER Styles -----------------------
 * --------------------------------------------- */

#footer {
    clear: both;
    width: 1003px;
    height: 38px;
    margin: 0 auto;
	text-align: center;
	background-image: url(../images/website/footer_bg.png);
    background-repeat: no-repeat;
    font-size: 0.625em;
}

#footermenu {
    margin: auto;
    color: #ffffff;
}

#footermenu ul{
    position: relative;
    top: 6px;
    margin: 0px;
    list-style: none outside none;
}

#footermenu li{
    display: inline;
}

#footermenu a {
    text-decoration: none;
    color: #ffffff;
}
#footermenu a:focus,
#footermenu a:hover {
    text-decoration: underline;
}

/* ---------------------------------------------
 * ------- Navbar Styles -----------------------
 * --------------------------------------------- */
#navbar {
    font-size: 0.75em;
    line-height: 1.25em;
}

#innerNavbar {
    width: 190px;
}

#navbar ul {
    list-style: none outside none;
    margin: 0px;
}

#navbar dt {
    display: block;
    margin: 26px 28px 12px 28px;
    color: #7E7E7E;
    font-size: 1.5em;
}

#navbar dt a {
    display: block;
    margin: 26px 28px 12px 28px;
    color: #969696;
}

#navbar ul.levelOne{
    margin: 0 20px;
}

#navbar ul.levelOne li {
    display: block;    
    border-width: 0px 0px 1px 0px;
    border-color: #cccccc;
    border-style: solid;
    margin: 0px;
/*    width: 150px;*/
}

#navbar ul.levelOne a {
    display: block;
    color: #000000;
    text-decoration: none;
    background-image: url(../images/website/nav_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0.5em;
    padding: 4px 0px 4px 18px;
}

#navbar ul.levelTwo{
    margin-bottom: 4px;
}

#navbar ul.levelTwo li {
    display: block;
    border-width: 0px;
    border-style: none;
    margin-left: 0px;
    padding: 0px;
    padding-left: 20px;
/*    width: 110px;*/
}

/*#navbar ul.levelTwo li:last-child {
    margin-bottom: 4px;
}*/

#navbar ul.levelTwo a {
    display: block;
    color: #000000;
    text-decoration: none;
    background-image: url(../images/website/nav_arrow2.png);
    background-repeat: no-repeat;
    background-position: 0 0.5em;
    padding: 2px 0px 2px 10px;
}

#navbar ul.levelOne strong a {
    background-position: 5px 0.5em;
}

#navbar ul.levelOne a:hover,
#navbar ul.levelOne a:focus {
    background-position: 5px 0.5em;
}

#navbar ul.levelTwo strong a {
    background-position: 2px 0.5em;
}

#navbar ul.levelTwo a:hover,
#navbar ul.levelTwo a:focus {
    background-position: 2px 0.5em;
}

/* ---------------------------------------------
 * ------ NEWSBAR Style ------------------------
 * --------------------------------------------- */

#sidebar h1 {
    display: block;
    margin: 50px 20px 20px 20px;
    color: #676662;
    font-size: 1.125em;
    text-indent: 0px;
    font-weight: normal;
}
#sidebar p {
    font-size: 0.75em;
    line-height: 1.5em;
}

#sidebar h2 {
    font-size: 0.75em;
    line-height: 1.25em;
    font-weight: bold;
    color: #000000;
}

#sidebar a {
    color: #000000;
    text-decoration: none;
}

#sidebar a:focus,
#sidebar a:hover {
    background-position: 5px 0.5em;
    text-decoration: underline;
}

#sidebar div.pane {
    background-image: url(../images/website/sidebar_bg_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px;
    margin-left: 1px;
}

/* ---------------------------------------------
 * ------ CONTENT Style ------------------------
 * --------------------------------------------- */

#content {
    font-size: 0.75em;
    line-height: 1.5em;
    text-indent: 0;
}

#content h1 {
	margin: 0.3em 0;
    font-size: 2.5em;
    line-height: 1.2em;
    color: #969696;
    font-weight: normal;
    margin: 1em 0 0.25em 0;
}
#content h2 {
	color: #7E7E7E;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: normal;
    margin: 1em 0 0.25em 0;
}
#content h3 {
	font-weight: bold;
	color: #666666;
    font-size: 1em;
    margin: 1em 0 0.25em 0;
}

#content p,
#content dl,
#content ol,
#content ul {
    margin-top: 0.2em;
    margin-bottom: 1em;
    text-align: justify;
}

#content dd {
    font-size: 0.833em;
}

#content blockquote {
    font-style: italic;
}

#content img.leftFloat {
    margin-right: 1em;
    margin-top: 5px;
}

#content dl.leftFloat {
    margin-right: 1em;
    margin-top: 5px;
}

#content dl.rightFloat {
    margin-left: 1em;
    margin-top: 5px;
}

#content a {
	color: #cc0000;
	text-decoration: underline;
}
#content a:hover,
#content a:focus
{
	color: #ff0000;
}

#content a:visited {
    color: #666666;
}

/* ---------------------------------------------
 * ------ TEAM Seite ------------------------
 * --------------------------------------------- */

#content div.team{
    width: 440px;
    margin-right: -15px;
}
#content  div.team dd {
    text-align: center;
    width: 128px;
    padding: 0 4px;
}

#content div.team dl {
    margin-right: 10px;
    float: left;
}

/**
 * Tables Adminbereich
 */
#content table {
    width: 100%;
    border-collapse: collapse;
}
#content table tr td {
	padding: 2px;
	border: 1px solid #ffffff;
}

#content .tableRow1 {
    background-color: #eeeeee;
}
#content .tableRow2 {
    background-color: #f4f4f4;
}

#content .tableRowHighlight {
    background-color: #dddddd;
    cursor: pointer;
}

#content a.action,
#content table td.tableTop a:visited,
#content .tableNavi a:visited {
    color: #cc0000;
}

