
/* <style type="text/css"> */

@import url(veranstaltungen.css);

/* ---------------------
| Rahmenformatierungen |
--------------------- */

body {
	background-color: #ffffff;
	color: #666666;
	background-image: url(../_gfx/bg.gif);
	background-repeat: no-repeat;
	background-color: #E7E7E9;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-family: verdana, arial, sans serif;
	font-size: 12px;
}

#mainframe {
	width: 1200px;
}

	#headframe {
		width: 1200px;
		height: 316px;
	}

		#logo {
			margin-left: 148px;
		}

		#highlight {
			width: 242px;
			height: 136px;
			background-color: #73A3C8;
			background-image: url(../_gfx/ecke-blau.gif);
			background-position: left top;
			background-repeat: no-repeat;
			float: left;
		/*	padding: 20px 28px 20px 30px; */
			line-height: 16px;
			color: #ffffff;
		}

			#highlight h1 {
				color: #ffffff;
				font-size: 16px;
			}

			#highlight a {
				color: #ffffff;
				text-decoration: underline;
			}

			#highlight p.date { margin: 0px; }
			#highlight p.time { margin: 0px; }
			#highlight p.act { margin: 10px 0px 0px 0px; font-weight: bold; }

		#headpic {
			width: 720px;
			height: 176px;
			float: left;
		}

	#contentframe {
		width: 1200px;
	}

		#mainnav {
			width: 242px;
			float: left;
			line-height: 16px;
			background-image: url(../_gfx/ecke-gruen.gif);
			background-position: right 2px;
			background-repeat: no-repeat;
		}

			#mainnav ul {
				margin: 36px 0px 0px 11px;
				padding: 0px;
			}

				#mainnav ul li {
					list-style-type: none;
				}

					#mainnav ul li a, #mainnav ul li.passiv a {
						width: 166px;
						color: #231F20;
						display: block;
						text-decoration: none;
						background-image: url(../_gfx/mainnav-bg.gif);
						background-repeat: no-repeat;
						padding: 2px 0px 2px 10px;
					}

					#mainnav ul li a:hover {
						color: #ffffff;
						background-image: url(../_gfx/mainnav-bg.gif);
						background-position: 0px 0px;
						background-repeat: no-repeat;
						padding: 2px 0px 2px 10px;
					}

					#mainnav ul li.over a {
						color: #ffffff;
						background-position: -193px 0px;
					}

						#mainnav ul li ul {
							margin: 0px;
							padding: 0px;
						}

							#mainnav ul li ul li a, #mainnav ul li ul li.passiv a {
								width: 136px;
								margin: 2px 0px 2px 30px;
								color: #231F20;
								background-image: url(../_gfx/mainnav-bg.gif);
								background-position: 0px 0px;
								background-repeat: no-repeat;
							}

							#mainnav ul li ul li a:hover {
								color: #ffffff;
							}

								#mainnav ul li ul li ul {
									margin: 0px;
									padding: 0px;
								}

									#mainnav ul li ul li ul li a, #mainnav ul li ul li ul li.passiv a {
										width: 106px;
										margin: 0px 0px 0px 60px;
									}

		#content {
			width: 700px;
			float: left;
			margin: 15px 30px 0px 30px;
			line-height: 18px;
		}

			#content p {
				font-size: 12px;
				color: #666666;
			}

		#column {
			width: 195px;
			float: left;
			margin: 0px 0px 0px 0px;
		}

			#column h1 {
				color: #8CAB16;
				font-size: 13px;
				margin: 12px 0px 0px 10px;
			}

			#utilitynav {
				float: left;
				line-height: 20px;
				margin: 15px 0px 0px 0px;
			}

				#utilitynav ul {
					margin: 0px;
					padding: 0px;
				}

					#utilitynav ul li {
						list-style-type: none;
					}

						#utilitynav ul li a {
							width: 169px;
							color: #666666;
							display: block;
							text-decoration: none;
							background-image: url(../_gfx/utilitynav-bg.gif);
							background-repeat: no-repeat;
							padding: 0px 0px 0px 10px;
						}

						#utilitynav ul li a:hover, #utilitynav ul li.over a {
							color: #73A3C8;
							background-image: url(../_gfx/utilitynav-bg.gif);
							background-position: -179px 0px;
							background-repeat: no-repeat;
							padding: 0px 0px 0px 10px;
						}

			#adresse {
				margin: 25px 0px 0px 10px;
				line-height: 16px;
			}

				#adresse h1 {
					color: #666666;
					margin: 0px;
				}

				#adresse p {
					color: #666666;
					margin: 0px 0px 10px 0px;
					padding: 0px;
				}

	#footerframe {
		width: 1200px;
		float: left;
		margin-top: 50px;
		padding-bottom: 20px;
	}
		#buh {
			margin-left: 270px;
		}

		#buh p {
			float: left;
			margin: 0px;
		}

		#buh a {
			line-height: 14px;
			font-size: 10px;
			color: #B6B6B7;
			text-decoration: none;
		}

		#buh img {
			float: left;
			margin: 1px 0px 0px 10px;
		}

/* -------------------
| Allgemeine Formate |
------------------- */

a {
	color: #688FAE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.csc-header.csc-header-n1 {
	margin-bottom: 19px;
}

h1 {
	color: #8CAB16;
	font-size: 23px;
}

h2, h3, h4, h5, h6 {
	font-size: 13px;
	color: #666666;
}

#content li {
	font-size: 12px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.csc-textpic-caption {
	font-size: 10px;
	line-height: 12px;
	padding-top: 5px;
}

/* ---------
| Tabellen |
--------- */

td {
	padding: 0px 15px 8px 0px;
}

/* ----------
| Formulare |
---------- */

.form-title {
	width: 175px;
	float: left;
	margin: 0px 0px 10px 0px;
}

.form-field {
	width: 175px;
	float: left;
	margin: 0px 0px 10px 0px;
}

.form-field input, .form-field select {
	width: 175px;
	border-color: #688FAE;
	border-style: solid;
	border-width: 1px;
}

.form-field textarea {
	width: 175px;
	height: 200px;
	border-color: #688FAE;
	border-style: solid;
	border-width: 1px;
}

input {
	border-color: #688FAE;
	border-style: solid;
	border-width: 1px;
}

#form-submit {
	height: 20px;
	font-size: 11px;
	font-family: verdana;
	color: #38476f;
	background-color: #cccccc;
	width: 80px;
}

/* ---------
| Tabellen |
--------- */

.weektable td.td-0 {
	width: 115px;
	vertical-align: top;
}


.weektable2 td.td-0 {
	width: 115px;
	vertical-align: top;
}

.weektable2 td.td-1 {
	width: 254px;
	vertical-align: top;
}

.weektable2 td.td-last {
	width: 80px;
	vertical-align: top;
}

.datetable th {
	text-align: left;
}

.datetable td {
	width: 220px;
}

.listtable td {
	vertical-align: top;
}
.listtable td.td-0 {
	width: 30px;
}

/* ---------
| News Ext |
--------- */

.news-list-date {
	font-size: 10px;
	font-weight: normal;
}

.news-list-item {
	margin-bottom: 14px;
	clear: both;
}

	.news-list-item h3 {
		margin: 7px 0px 14px 0px;
		font-size: 13px;
	}
	
	.news-list-item img {
		float: left;
		margin-bottom: 14px;
	}
	
	.news-list-item p {
		padding: 0px;
		margin: 0px 0px 7px 0px;
	}

.news-list-subheader,
.news-list-morelink {
	margin-left: 110px;
}

.news-single-timedata {
	font-size: 10px;
	font-weight: normal;
}

	.news-single-item h2 {
		margin: 7px 0px 14px 0px;
		font-size: 18px;
	}
	
	.news-single-item img {
		float: left;
	}
	
	.news-single-item p {
		padding: 0px;
		margin: 0px 0px 7px 0px;
	}
	
.news-single-content {
	margin-left: 110px;
}

/* --------------------
| tx-buhcinaevent-pi1 |
---------------------*/

.tx-buhcinaevent-pi1 fieldset {
	border-style: none;
	padding: 15px 0px 0px 0px;
}

.tx-buhcinaevent-pi1 label {
	width: 125px;
	display: block;
	float: left;
	margin: 0px 0px 10px 0px;
}

.tx-buhcinaevent-pi1 input, .tx-buhcinaevent-pi1 select {
	width: 225px;
	margin: 0px 0px 10px 0px;
}

.tx-buhcinaevent-pi1 h1 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	float: left;
}

.tx-buhcinaevent-pi1 h2 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	float: left;
}

.tx-buhcinaevent-pi1 p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #688FAE;
}

.tx-buhcinaevent-pi1 a {
	font-size: 13px;
	font-weight: bold;
}

.tx-buhcinaevent-pi1 form {
	padding: 0px 0px 40px 0px;
}

.tx-buhcinaevent-pi1 form p {
	border-style: none;
	margin: 0px;
}

#cinaeventsubmit {
	margin: 0px 0px 0px 125px;
}

/* ---------
| Kalender |
--------- */

.tx-skcalendar-pi1 h2 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	float: left;
}

.tx-skcalendar-pi1 p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
}

.calendaritem {
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #688FAE;
}

#content p.small {
	font-size: 11px;
}

.tx-skcalendar-pi1 a {
	font-weight: bold;
}

.map24button {
	border: 0px;
}

/* -----------
|  Mail Form |
----------- */

.mailform-field { 
	margin: 5px 0px;
	clear:both;
}

fieldset legend { 
	color: #8CAB16;
}

fieldset label { 
	width:120px;
	float:left;
}
fieldset label.short { 
	width:65px;
}

.mailform-field label.required { 
	font-weight:bold; 
}

#imagerotate {
	float: left;
	width: 720px;
	height: 176px;
}
#imagecycle img, #imagecycle a img {
	border: none;
}
