
/* Allgemein */

body {
    margin: 0;
    padding: 0;
    
    background: url("./background.jpg") center top #000 ;
}

body, td, div, span, p, a, hr {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #000;
}

img {
    border: none;
}

/* LINKS */

a, a:active, a:visited, a:link {
    color: #6C90C4;
    text-decoration: none;
}

a:hover {
    color: #264168;
    text-decoration: underline;
}

/* MENU */
div#containerMenu ul {
    margin:0;
    padding:0;
}

div#containerMenu li {
    display:block;
    line-height: 37px;
    list-style: none;
    padding-left: 30px;
}

div#containerMenu a, div#containerMenu a:link, div#containerMenu a:visited, div#containerMenu a:active {
    font-weight: bold;
    color: #6C90C4;
}

div#containerMenu a:hover {
    color: #264168;
}


div#scrollLinks {
    position: absolute;
    top: 665px;
    left: 50%;
    margin: 0 0 0 200px;
}

/* Container */

div#banner {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -327px;
    width: 654px;
    height: 200px;
    
    background: url("./banner.jpg") top center no-repeat;
}

div#head {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    
    height: 150px;
    width: 100%;
    
    text-align: center;
    background: url("./head.gif") top center repeat-x;
}

div#containerTop {
    position: absolute;
    top: 150px;
    left: 50%;
    margin: 0 0 0 -486px;
    padding: 0;

    height: 150px;
    width: 972px;
    
    background: url("./contenttop.jpg") top center no-repeat;
}

div#containerMenu {
    position: absolute;
    top: 236px;
    left: 50%;
    margin: 0 0 0 -486px;
    padding: 0;

    height: 432px;
    width: 186px;

    background: url("./contentmenu.jpg") top center no-repeat;
}

div#containerContent {
    position: absolute;
    top: 236px;
    left: 50%;
    margin: 0 0 0 -300px;
    padding: 0;

    height: 432px;
    width: 786px;

    background: url("./contentbg.jpg") top center no-repeat;
}

div#containerBottom {
    position: absolute;
    top: 668px;
    left: 50%;
    margin: 0 0 0 -486px;
    padding: 0;

    height: 188px;
    width: 972px;
    text-align: center;

    background: url("./contentbottom.jpg") top center no-repeat;
}

div#TextContent {
    position: relative;
    padding: 0;
    width: 580px;
    height: 420px;
    
    overflow: hidden;
}



/* TYPO3 BUGFIXES */

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

#rglbTitle, #rglbNumber {
	color: #BBB;
}

.csc-mailform {
	border: none;
}

.csc-firstHeader {
	font-size: 14px;
	color: #B6AD95;
}


