@charset "UTF-8";
/* CSS Document */


@import url(style-ka-ekm-navi.css);
@import url(style-km-ekm-form.css);


html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #eee url(img/km-bg.jpg);
	background-position:top center;
}

#header, .alles, .footer { behavior: url(fileadmin/template/ids-trans/ids-trans.htc) }

#header {
	position:relative;
	width: 950px;
	margin: 0 auto;
	background-image: url(img/km-top.png);
	height: 280px;
}
.navigation-top {
	position:absolute;
	top:230px;
	left:250px;
	width:670px;
	height: 30px;
	z-index:99;
}

#klickpfad {
	position:absolute;
	top:260px;
	left:15px;
	width:910px;
	height:20px;
	text-align:right;
	z-index:80;
}

/* ------------ Inhalt --------------- */

#wrapper {
	width: 950px;
	margin: 0px auto;
}



#column1 {
	float: left;
	width: 225px;
	display: inline;
	padding: 15px 5px 10px 10px;
	margin-left: 10px;
	overflow:hidden; 
}

#column2 {	
	float: left;
	width: 420px;
	display: inline;
	padding: 10px 0 15px 0;
	margin-left: 15px;
	overflow: hidden;
	text-align:justify;
}


/* nur fuer einspaltiges Layout */
#column2-1sp {	
	float: left;
	width: 660px;
	display: inline;
	padding: 10px 0 15px 0;
	margin-left: 15px;
	overflow: hidden;
	text-align:justify; 
}

/* nur für das Forum */
#column2-forum {
	float: left;
	width: 905px;
	display: inline;
	padding: 10px 0 15px 0;
	margin-left: 20px;
	overflow: hidden;
	text-align:justify;
}

#column3 {
	float: left;
	display: inline;
	width:220px;
	padding: 25px 10px 0 0;
	margin-left: 20px;
	overflow:hidden;
	text-align:justify;
}

#rand-oben {
	position:absolute;
	left: 250px;
	top: 50px;
	width: 689px;
	height: 180px;
	overflow:hidden;
	background-image:url(img/bild-top.jpg);
}


/* --------------- footer ---------*/


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* margin bottom muss die gleich höhe wie der Footer haben */
	width:950px;
	background:url(img/km-main.png) repeat-y;
	background-position: 0 280px;
}

.alles-forum {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* margin bottom muss die gleich höhe wie der Footer haben */
	width:950px;
	background:url(img/km-main-forum.png) repeat-y;
	background-position: 0 280px;
	
}


.footer, .push {
	height: 50px; /* .push muss die gleiche höhe wie der .footer haben */
	
}

.footer {
	position: relative;
	width: 950px;
	height:50px;
	margin: 0 auto;
	background-image: url(img/km-bottom.png);
	background-repeat: no-repeat;
}

#footer-innen {
	position:absolute;
	top: 10px;
	width:930px;
	text-align: center;
}




/* ------------------------------- Schrift --------------- */

html, body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.9em;
	color:#000;
}


.csc-firstHeader, h1 {
	font-size:1.5em;
	color:#00529e;
	font-weight:bold;
	border: none;
	padding-top:0;
	text-align:left;
}

#column3 .csc-firstHeader, h1 {
	font-size: 1.2em;
}
	
h1 {
	font-size:1.2em;
	color:#00529e;
	font-weight: bold;
	border-top:#bbb solid 1px;
	padding-top: 10px;
	text-align:left
	}
	
h2 {
	font-size:1.2em;
	color:#666;
	font-weight:bold;
	text-align:left;
	}
	
	
h3 {
	font-size:1.2em;
	color:#933;
	font-weight:normal;
}


.csc-textpic-caption {
	font-size:0.7em;
	color:#933;
	font-style:italic;
	}
#klickpfad {
	font-size:0.8em;
	color:#999;
	line-height:20px;
}
#klickpfad a {
	color:#999;
	text-decoration:none;
}
.align-center {
	text-align:center;
}

h1.align-center {
	border-top:none;
}

/* ------------------------ Container ----------------------- */

.csc-frame-rulerAfter {
	border-bottom-color:#009ee0;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	margin-bottom:10px;
}

.csc-frame-frame1 {
	background: #424040;
	border-top:1px #f23434 solid;
	border-bottom:1px #f23434 solid;
	padding:10px;
}
	
.csc-frame-frame1 h1 {
	font-size:1.2em;
	color:#e1dede;
	}
	
.csc-frame-frame2 {
	background: #aaa;
	border-bottom:1px #009ee0 solid;
	padding:0 5px 0 5px;
	margin-bottom:10px;
}

.csc-frame-frame2 h1 {
	font-size:1.2em;
	color:#fff;
	}
	
	
.contenttable p {
	margin:0;
	padding:0;
}


tbody {
	vertical-align:top;
	text-align:left;
}




/* ------------------------ Dateiliste ----------------------- */


#column2-1sp .csc-uploads-2, #column2-1sp .csc-uploads-1 {
	width:660px;
}
#column2 .csc-uploads-2, #column2 .csc-uploads-1 {
	width:420px;
}


.csc-uploads-2 td, .csc-uploads-1 td {
	padding:10px;
}

.tr-even {
	background-color:#efefef;
}

.tr-odd {
	background-color:#ddd;
}

.csc-uploads-2 td {
	border-top:#eee solid 2px;
	border-bottom:#00529e solid 1px;
	border-right:#00529e solid 1px;
	border-left:#eee solid 2px;
}

.csc-uploads-icon {
	width:150px;
}

.csc-uploads-fileName p {
	padding-top: 0;
	margin-top: 0;
}



/* ------------------ Suche -------------------------------- */

.csc-form-label {
	padding:2px 15px 20px 0;
	margin:0;
}



/* ----------------- Karte ----------------------------------- */

.page-karte {
	background-color:#FFF;
	background-image:none;
}



#karte-global {
	position:relative;
	top:0;
	left:0;
	width:660px;
	height:500px;
}


#karte {
	position:absolute;
	top:0;
	left:0;
	width:420px;
	height:500px;
	
}

.position-text {
	position:absolute;
	top:0;
	left:430px;
	width:220px;
}


#bild-karte-transparent {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

.mitte {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}


#karte-bg {
	position:absolute;
	top:0;
	left:0;
	width:420px;
	height:500px;
	background:url(img/karte/karte.jpg) no-repeat;
	z-index:1;
}
