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


@import url(style-activa2010-navigation.css);


html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #56a6af url(img/activa-bg.jpg) repeat-x;

}



#header {
	position:relative;
	width: 950px;
	margin: 0 auto;
	background:url(img/activa-top.jpg) no-repeat;
	height:230px;
}

#menu-top {
	position:absolute;
	top:185px;
	left:25px;
	width:200px;
	height:30px;
	overflow:hidden;
}

#bild-top {
	position:absolute;
	top:10px;
	left:535px;
	width:400px;
	height:160px;
	background:url(../Bilder/Gruenderzeit.jpg) no-repeat;
}
	

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

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

#column1 {
	float: left;
	width: 200px;
	display: inline;
	margin-left: 25px;
	overflow:hidden;
}

#column2 {	
	float: left;
	width: 470px;
	display: inline;
	margin-left: 15px;
	overflow:hidden;
}

#column3 {
	float: left;
	width: 180px;
	display: inline;
	margin-left: 25px;
	overflow:hidden;
}


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


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* margin bottom muss die gleich höhe wie der Footer haben */
	width: 950px;
	background:url(img/activa-main.jpg) repeat-y;
}
.footer, .push {
	height: 60px; /* .push muss die gleiche höhe wie der .footer haben */
	
}

.footer {
	position: relative;
	width: 950px;
	height:60px;
	margin: 0 auto;
	background:#56a6af url(img/activa-footer.jpg) no-repeat;
}

#footer-innen {
	position:absolute;
	left:240px;
	top:18px;
	width: 470px;
	text-align:center;
}



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

body {
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:0.8em;
}

#column2 a:link, #column3 a:link {
	color: #56a6af;
	text-decoration: none;
	font-weight: normal;
}
#column2 a:visited, #column3 a:visited {
	color: #56a6af;
	text-decoration: none;
	font-weight: normal;
}
#column2 a:hover, #column3 a:hover {
	color: #c00;
	text-decoration: none;
	font-weight: normal;
}
#column2 a:active, #column3 a:active {
	color: #c00;
	text-decoration: none;
	font-weight: normal;
}


#footer-innen {
	color:#666;
	font-size:0.7em;
}

#footer-innen a {
	color:#666;
}




/* -------------------- Überschrift ----------------- */


	
.csc-firstHeader, h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.6em;
	color:#56a6af;
	font-weight:bold;
	border: none;
	padding-top:0;
	margin-top:0;
	}
	
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
	color:#56a6af;
	font-weight: bold;
	border-top:#56a6af solid 1px;
	padding-top: 10px;
	}
	
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	color:#666;
	font-weight:bold;
	}
	
	
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	color:#000;
	font-weight: bold;
}


.csc-textpic-caption {
	font-size:0.8em;
	color:#56a6af;
	font-style:italic;
	}
	
.kb_eventboard-header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#933;
	font-weight:bold;
	}



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




.important 		{font-weight:bold; font-style:italic;}
.name-of-person {font-weight:normal; color:green;}
.detail 		{font-weight:normal; font-size:9px; color:#000000; }
.align-left		{text-align:left;}
.align-center	{text-align:center;}
.align-right	{text-align:right;}

