/* Main stylesheet */

@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("search.css");
@import url("news.css");
@import url("rightcol.css");
@import url("nezzoGalerie.css");


/* Tag Definitions limited to ID's */
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

BODY {
	margin: 0;
	padding: 0;
    background-color: #FFFFFF;
	background-image: url(../images/body-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 100%;
}

A {
	color: #3d7992;
	font-weight: bold;
	text-decoration: underline;
}

A:hover {
	color: #a5d148;
}


/* Layout classes and ID's */
.pagewidth {
	width: 1024px; 
	padding: 0 0 20px 0;
	text-align: left;

	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: left bottom; 

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height */

	min-height:100%; /* real browsers */
}

* html .pagewidth {
}
.einspaltig {
	background-image: url(../images/background1Col.gif);
}

/* Für 100% Höhe im IE */

* html #pagewidth {
	height: 100%;
}


.headerRow {
	background-image: url(../images/bluebar.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	display: block;
	height: 227px;
	width: 1024px;
}
* html .headerRow {
	display: block;
}

.headerImage {
	width: 1024px;
	height: 77px;
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	
	/* IE6 fix for transparent PNGs */
	behavior: url(/fileadmin/template/main/res/pngfix/iepngfix.htc);
}


.headerImage IMG {
	width: 700px;
	height: 77px;

}

.logo {
	position: relative;
	float: left;
	width: 416px;
	height: 76px;
	margin: 0 0 0 70px;
}

.logo IMG {
	display: block;
}

* html .logo {
	margin-left: 35px;
}

.search,
.searchForm {
	position: relative;
	float: right;
}

.menuHeader {
	position: relative;
	float: left;
	width: 1024px;
	height: 25px;
	padding: 0 10px 0 10px;
}
* html .menuHeader {
	margin-bottom: -2px;
}

.menuHeader IMG {
	display: inline;
}

#statusRow {
	height: 19px;
	padding-top: 3px;
	width: 100%;	
	background-image: url(../images/statusRow.jpg);
	background-repeat: repeat-x;
	float: right;
}

.statusRow {
	vertical-align: middle;
	text-align: right;
}

.menuMain { 
	margin-bottom: 25px;
}

.menuMeta {
	margin: 0;
	padding-top: 12px;
	height: 38px;
	width: 100%;
	text-align: right;	
}

.menuLang {
	height: 25px;
	margin: 0;
	float: left;
	text-align: right;
	position: relative;
	display: inline;
}

.wrapper {
	background-image: url(../images/leftbar-twolines.gif);
	background-repeat: repeat-y;
	height: 100%;
	clear: both;
}
.einspaltig .wrapper {
	background-image: url(../images/leftbar-twolines1Col.gif);
}

.leftcol {
	width: 294px;
	height: 100%;
	float: left; 
	position: relative; 
	padding: 0;
}

.trivia {
	padding-left: 112px;
	font-size: 100%;
	text-transform: uppercase;	
}

.losung {
	float: right;
	clear: both;
	width: 163px;
	margin: 20px 20px 20px 0;
	
	font-size: 12px;
	line-height: 22px;
}
* html .losung { /* IE6 */
	margin: 20px 10px 20px 0;
}
.losung H1,
.losung H2,
.losung H3 {
	margin: 0;
	font-size: 12px;
}

.twocols {
	width: 730px;
	float: left; 
	margin: 0;
	padding-top: 0;
}
 
.rightcol {
	float: right;
	display: block;
	width: 182px;
	padding: 0px 0px 0px 5px;
    margin-bottom: 10px;
}

* html .rightcol {
	width: 180px;
	padding: 0px 0px 0px 0px;
}

.maincol {
	float: left;
	display: inline;
	width: 523px;
	padding: 0px 10px 25px 10px;
	min-height: 300px;
	background-image: url(../images/maincol_bg.gif);
	background-repeat: repeat-y;
}
* html .maincol {
	height: 400px;
	width: 503px;
}
.einspaltig .maincol {
	background-image: none;
}
/* einspaltiges Design */
.einspaltig .maincol {
	width: 710px; /* 730px */
}
* html .einspaltig .maincol {
	width: 690px; /* 730px */
}


/* Footer */
.footerRow {
	height: 39px; 
	clear: both;
	padding: 0 0 0 10px;
	font-size: 100%;
	width: 528px;
}

.copyright,
.address {
	float: left;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #545454;
	font-size: 90%;
}

.address P {
	line-height: 25px;
}

.copyright {
	padding-left: 0;
	width: 200px;
}

.copyright A {
	color: #545454;
	text-decoration:none;
}

.copyright A:hover {
	color: #2A78C1;
}

.menuFooter {
	float: right;
}



/* CLASSES */
/* Classes for Filelinks */
.fileContainer {
	margin-bottom: 10px;
}

.fileIcon,
.fileLink {
	min-height: 18px;
}
* html .fileLink {
	height: 18px; 
}

.fileIcon {
	width: 30px;
	float: left;
	clear: left;
}

.fileRemark,
.fileInfos {
	font-size: 90%;
	padding-left: 30px;
	clear: both;
}
* html .fileRemark,
* html .fileInfos {
	padding-left: 33px;
}


/* two col boxes (start page template) */
.boxes2col {
    width: 100%;
    margin: 20px 0 0 0;
}
.boxes2col .box1,
.boxes2col .box2 {
    width: 240px;    
    padding: 0 6px 11px 6px;
    vertical-align: top;
    background-color: #FFFFFF;
    background-image: url( ../images/box/boxBg.jpg );
    background-position: bottom;
    background-repeat: repeat-x;
}
.boxes2col .boxSpacer {
    width: auto;
}
.boxes2col .borderRight {
    width: 4px;
    background-image: url( ../images/box/boxBgBorderRight.gif );
    vertical-align: top;
}
.boxes2col .borderRightTop {
    height: 20px;
    width: 4px;
    background-image: url( ../images/box/boxBgBorderTopRight.gif );
}
/* reset border height to 1px */
.boxes2col .borderBottom,
.boxes2col .borderBottomLeft,
.boxes2col .borderBottomRight,
.boxes2col .boxSpacer {
    font-size: 1px;
    line-height: 1px;
}
.boxes2col .borderBottom {
    height: 5px;
    background-image: url( ../images/box/boxBgBorderBottom.gif );
}
.boxes2col .borderBottomLeft {
    float: left;
    height: 5px;
    width: 11px;
    background-image: url( ../images/box/boxBgBorderBottomLeft.gif );
}
.boxes2col .borderBottomRight {
    background-image: url( ../images/box/boxBgBorderBottomRight.gif );
}
.boxes2col .csc-header {
    margin: 0 -6px 10px -6px;
}


/* classes for 3 cols with layout option */
.threeColst2nd,
.threeColBox3rd {
	width: 160px;
	float: left;
	margin: 0 15px 15px 0;
}

.threeColBox3rd {
	margin-right: 0;
}

/* this box is required after 3 col boxes */
.oneColBox {
	float: left;
	margin-bottom: 15px;
}

.backLink {
	clear: both;
	float: right;
	margin-top: 10px;
}



/* CSS STYLED CONTENT OVERRIDES */
dd.csc-textpic-caption {
	font-weight: bold;
	padding-top: 5px;
	color: #666666;
}


.maincol .csc-linkToTop {
	padding: 10px 0 10px 0px;
}

.maincol .csc-linkToTop A {
	padding-left: 20px;
	text-decoration: none; 
	background-image: url(../images/to_top_o.gif);
	background-position: left;
	background-repeat: no-repeat;	
}
	
.maincol .csc-linkToTop A:hover { 
	background-image: url(../images/to_top.gif);
/*	background-position: left;
	background-repeat: no-repeat; */
}

.csc-bulletlist csc-bulletlist-0	{
	/* Platz fuer ein Listensymbol */
}

.csc-frame-rulerAfter {
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 12px;
	width: 510px;
	clear: left;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}


/* Extensions with minimal styles */
#captchaResponse {
	margin: 4px 5px 0pt 120px;
	vertical-align: top;
	width: 114px;
}

.tx-flvplayer-pi1 {
	text-align: left;
}



/* Generated Code */
/* Float containers fix: */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */  