* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 120%;
	color: #2b489d;
	margin-bottom: 1em;
	border-left: 2px solid #2b489d;
	padding-left: 5px;
}
h2 {
	font-size: 110%;
	margin-bottom: 0.5em;
	margin-top: 1em;
	border-bottom: 1px dashed #a0c66a;
	padding-bottom: 3px;
	color: #202020;
	}
h3 {
	font-size: 100%;
	margin-bottom: 0.5em;
	}
h6 {
	color: #237DBD;
	font-size: 12px;
	padding: 0px;
	margin: 0 0 5px 0;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #333;
}

.pdf {
	background: url(img/pdf.gif) no-repeat left center;
	padding-left: 20px;
}

a[href $=".pdf"], a[href $=".PDF"],
a[href *=".pdf#"], a[href *=".PDF#"],
a[href *=".pdf?"], a[href *=".PDF?"] {
    background: url(img/pdf.gif) no-repeat left center;
    padding: 3px 3px 3px 20px;
}

a:link, a:active, a:visited {
	color: #2b489d;
	}
a:hover {
	text-decoration: none;
	}

#content table td {
	vertical-align: top;
	font-size: 12px;
	}
/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 1px solid #CCCCCC;
		padding: 1px 1px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */


div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	}

div.csc-textpic-intext-left div.csc-textpic-text,
div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
	margin-left: 15px;
	}

.csc-frame-frame1 {
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 1em;	
	}

#container {
	width: 950px;
	height: auto;
	margin: 10px auto 0;
}

#header {
	width: 950px;
	height: 190px;
	background: url(img/header2011.jpg) no-repeat;
	border-bottom: #85b748 5px solid;
	margin-bottom: 5px;
}

#content {
	background: url(img/bg_content) repeat-y;
	overflow: auto;
	position: relative;
	border-bottom: #85b748 5px solid;
	margin-bottom: 10px;
}

#navi, #main_col, #right_col {
	float: left;
}

#navi {
	width: 190px;
	height: auto;
	background: #85b748;
}
	
	ul.menu {
		list-style-type: none;
		margin: 5px;
	}
	
	ul.menu li a {
		padding: 4px 4px 4px 15px;
		background: #a0c66a url(img/navipunkt.gif) no-repeat 5px center;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		display: block;
		text-decoration: none;
		margin-bottom: 2px;
	}
	
	ul.menu li.l2 a {
		margin-left: 10px;
		}
	
	ul.menu li a:hover,
	ul.menu li.cur a {	
		background: #b2d185 url(img/navipunkt.gif) no-repeat 5px center;
	}
	
		ul.menu li ul li a {
			padding: 4px 4px 4px 30px;
			background: #a0c66a url(img/navipunkt.gif) no-repeat 20px center;
		}
	
	#navilogo {
	margin-top: 10px;
	background: url(img/veranstaltung-vh_03.gif) no-repeat bottom center;
	height: 160px;
	}

#main_col {
	width: 520px;
	height: auto;
	padding: 20px;
	background: #eef5e3;
	margin: 0 5px;
}
	
	#main_col ul, #main_col ol,
	#right_col ul, #right_col ol {
		margin: 0 0 10px 15px;
	}
	
	#main_col ul,
	#right_col ul {
		list-style-type: square;
		list-style-image: url(img/listenpunkt.gif);
	}
	
	#main_col li,
	#right_col li {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0.5em;
	}

#right_col {
	width: 160px;
	height: auto;
	padding: 20px 15px 15px 15px;
	background: #eef5e3;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 90%;
	padding: 1em 0 1em 0;
	}

.contenttable td {
	vertical-align: top;
	}

#content table.programm td {
	padding: 5px;
	}
	
table.programm td.parallel {
	border-left: 1px dashed #a0c66a;
	padding: 5px;
	background: #F7FAED;
	width: 50%;
	}

.it-at-commerce {
	background-color: #FFFFE1;
	border: 1px solid #EAEAEA;
	padding: 15px;
	color: #333333;
	}
.it-at-commerce label {
	display: block;
	font-size: 80%;
	}
.it-at-commerce .small {
	font-size: 80%;
	line-height: normal;
	}
.it-at-commerce .err {
	color: #FF0000;
	font-size: 80%;
	background: url(img/validation_advice_bg.gif) center left no-repeat;
	padding: 2px 2px 2px 15px;
	margin-top: 2px;
	}
.it-at-commerce input,
.it-at-commerce select {
	padding: 2px;
	border: 1px solid #B0B0B0;
	}

.it-at-commerce input.text,
.it-at-commerce select.select{
	width: 200px;
	}
.it-at-commerce input.check {
	border: none;
	}
.it-at-commerce input.button {
	background-color: #a0c66a;
	padding: 5px;
	border: 1px solid #B0B0B0;
	margin-top: 2em;
	font-size: 12px;
	font-weight: bold;
	color: #2b489d;
	}	
.it-at-commerce .info {
	margin-left: 1.8em;
	font-size: 10px;
	}
.it-at-commerce .blockname {
	background-color: #b2d185;
	padding: 3px;
	font-size: 100%;
	font-weight: bold;
	color: #2b489d;
	}
.it-at-commerce .multiblock {
	margin-top: 0.5em;
	}
.it-at-commerce .multiblock .blockname {
	background-color: #DAE9C5;
	font-size: 80%;
	}
.it-at-commerce .block {
	margin-bottom: 1em;
	}
	.it-at-commerce .multiblock .block {
	border: 1px solid #DAE9C5;
	}
.it-at-commerce .allgemeines {
	margin-bottom: 1em;
	}
.it-at-commerce .datenschutz {
	margin-top: 1em;
	}
.it-at-commerce .teilnahme {
	margin-top: 0.5em;
	}
.it-at-commerce a#hinzu,.it-at-commerce a#entf {
	padding: 5px 5px 5px 25px;
	background: no-repeat url(img/add.png) left center;
	cursor: pointer;
	text-decoration: underline;
	color: #2b489d;
	font-size:80%;
	}
.it-at-commerce a#entf {
	background: no-repeat url(img/remove.png) left center;
	}
.it-at-commerce td {
	padding: 5px;
	vertical-align: top;
	}
.it-at-commerce .buttons {
	margin-top: 1em;
	}
.it-at-commerce .errors {
	font-size: 80%;
	border: 1px dashed #FF0000;
	padding: 0.5em 0.5em 0.5em 2em;
	margin-bottom: 1em;
	color: #FF0000;
	background: url(img/delete.png) 0.5em 0.5em no-repeat;
	}

