/* CSS Document */


/* GENERAL STYLES */



* {
	margin: 0;
	xpadding: 0;
}

.footerTable {
	padding-bottom: 79px !important; /* just used for v1 */
}

body {
	font-size: 12px;
}

h1, h2, h3 {
	color: #EDC20B;
	font-weight: normal;
}


h1 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 16px;
}

h2 {
	font-size: 15px;
	line-height: 1.2;
}

h3 {
	font-size: 13px;
}

p {
	margin: 0 0 16px 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* MAIN NAVI */

.mainNavi {
	margin-right: 45px;
	display: inline-block;
	margin-bottom: 18px; 
}

.mainNavi li {
	text-align: left;
	float: left;
	text-indent: -2500px !important;
}

.mainNavi a {
	background-image: url(../img/sprites.png);
	background-repeat: no-repeat;
	height: 20px;
	display: block;
	
}

.mainNavi a#home {
	width: 53px;
	background-position: -2px -5px;
}

.mainNavi a#home.active,
.mainNavi a#home:hover {
	background-position: -202px -5px;
}

.mainNavi a#arbeitskreise {
	width: 95px;
	background-position: -2px -25px;
}

.mainNavi a#arbeitskreise:hover {
	background-position: -202px -25px;
}



/* SECTION */

.section {
	margin-bottom: 20px;
}

.eventList {
}

.eventList > li {
	background-image: url(../img/background.gif);
	background-position: 338px top;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

.eventList li.curveTop {
	background-image: url(../img/curveTop.png);
	background-repeat: no-repeat;
}

.eventList li.curveTop > .column {
	padding-top: 20px;
}

.eventList .column {
	width: 163px;
	float: left;
}

.eventList .column:first-child {
	width: 320px;
	padding-right: 18px;
	background-color: transparent;
	xpadding-top: 24px;
}

.eventList h2 {
	margin-bottom: 7px;
}

.eventDate {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 16px;
}


/* CONTENT LIST */

ul.contentList {
	padding-left: 30px;
	list-style-type: disc;
	margin-bottom: 16px;
}

ul.contentList li {
	margin-bottom: 8px;
}


/* CONTENT TABLE 2 */

.contentTable2 {
	margin-bottom: 13px;
}

.contentTable2 td {
	padding-bottom: 7px;
	vertical-align: top;
}
