/* text elements */

h1 {
        font-family: 'Georgia', 'Times', serif;
        font-size: 28px;
        font-weight: normal;
        line-height: 24px;
        margin-bottom: 10px;
        margin-top: 0px;
        color: #CC9966;
}

h2 {
        font-family: 'Georgia', 'Times', serif;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 4px;
        margin-top: 0px;
}

p {
        padding-right: 16px;
        margin-top: 8px;
        color: #330000;
}

td {
        font-size: 15px;
        line-height: 19px;
        margin: 16px;
        color: #330000;
}

a:active, a:visited, a:link        {
        text-decoration: underline;
        color: #993333;
}

a:hover        {
        text-decoration: none;
        color: #993333:
}


/* basic elements */



img        {
        border: 0px;
}


/* content divs */


/* menu */

#menu a {
        font-size: 17px;
        color: #F6F0DC;
        text-decoration: none;
}

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

#menu a.cur {
        color: #CC9966;
}

/* basic layout */

body {
        background-image: url("../_images/_page/bg-out.gif");
        background-repeat: repeat-x;
        background-color: #850000;
        font-family: 'Georgia', 'Times', serif;
        font-size: 15px;
        color: #330000;
        margin: 0px;
        padding: 0px;
        height: 100%;
        overflow: -moz-scrollbars-vertical;
}


#page {
        position: relative;
        top: 16px;
        width: 976px;
        text-align: left;
}


#logo {
        position: absolute;
        top: 32px;
        left: 392px;
        z-index: 10;
}


#head {
        position: relative;
        background-image: url("../_images/_page/head.gif");
        background-repeat: no-repeat;
        background-color: transparent;
        width: auto;
        height: 96px;
        clear: both;
}


#menu {
        position: absolute;
        bottom: 6px;
        width: 976px;
}


#menu img {
        margin-left: 10px;
        margin-right: 10px;
}


#menu-left {
        position: relative;
        float: left;
        padding-left: 32px;
}


#menu-right {
        position: relative;
        float: right;
        padding-right: 32px;
}


#container-main {
        width: auto;
        text-align: left;
        background-image: url("../_images/_page/bg-page.gif");
        background-repeat: repeat-y;
        background-color: #FFFFFF;
        clear: both;
}


#main {
        padding-left: 16px;
        padding-right: 16px;
        clear: both;
}


#visual        {

}


#content {

}

#footer        {
        background-image: url("../_images/_page/footer.gif");
        background-repeat: no-repeat;
        background-color: transparent;
        width: 976px;
        height: 56px;
        margin-bottom: 64px;
}


#footer #imprint {
        position: absolute;
        left: 457px;
}

/* index-layouts */

.p8 {
	padding: 8px;	
	margin-top: 16px;
}

.col2 {
	float: left;
	width: 296px;
	margin-right: 20px;
}

.col3 {
	float: left;
	width: 444px;
	margin-right: 20px;
}

.last {
	float: right;
	margin-right: 0px;	
}

.ressort {
	float: left;
	width: 296px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top center;
}

.alpha {
	background-image: url('../_images/_page/ressort-alpha.gif');	
}

.beta {
	background-image: url('../_images/_page/ressort-beta.gif');	
}

.gamma {
	background-image: url('../_images/_page/ressort-gamma.gif');	
}

.ressort h2 {
	font-weight: normal;
	font-size: 17px;
	line-height: 18px;
	color: #330000;
	padding-top: 10px;
	padding-left: 8px;
}

p.index {
	clear: both;
	background-color: #F0E3CA;
	margin: 0px;
	padding: 16px;	
}