
/*---------------------------------------------- RECHTS ----------------------------------------*/

div#rechts h1 {
	font: normal 12px Verdana,Helvetica, Arial;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

div#rechts ul { 
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#rechts ul li { 
	list-style-position: inside;
	background-color: #ffffff;
}

div#rechts a {
	text-decoration: none;
	color: black;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1;
	border-right:5px solid white;
}

div#rechts a:hover {
	border-right:5px solid #26517d;
}

/*----------------------------------------------SUCHE_IN ----------------------------------------*/

div#suche_in span { 
	font: normal 12px Verdana,Helvetica, Arial;
	margin-bottom: 20px;
}

div#suche_in select {
	margin-top:2px;
	width:190px;
	font: normal 11px Verdana,Helvetica, Arial;
}

div#suche_in select option[value="1"] {
	padding-bottom: 2px;
}

div#suche_in select option[value="3"] {
	padding-top: 2px;
	border-top: 1px solid #000000;
}

div#suche_in select option[value="5"] {
	padding-bottom: 2px;
}

div#suche_in select option[value="6"] {
	padding-top: 2px;
	border-top: 1px solid #000000;
}

div#suche_in input[type="text"] {
	margin-top:2px;
	width:190px;
	font: normal 11px Verdana,Helvetica, Arial;
}

div#suche_in input[type="image"] {
	vertical-align: bottom;
	padding-left:5px;
	padding-bottom: 3px;
}

/*---------------------------------------------- NEWSLETTER -----------------------------------------*/

ul#menu_newsletter {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font: normal 12px Verdana,Helvetica,Arial;
	font-weight: bold;
}

ul#menu_newsletter a {
	text-decoration: none;
	display: block;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/* Oberer und Linker Rand */
ul#menu_newsletter li {
	border-left: 5px solid silver;	
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	border-right: 1px dotted silver;
}

/* Der linke Rand(!) gilt für den gesamten Menüpunkt samt Untrepunkten */
ul#menu_newsletter li:hover {
	border-left: 5px solid #26517d;
}

ul#menu_newsletter li a { 
	background-image: url(images/newsletter_icon.gif);
	background-repeat: no-repeat;
	background-position: 2% 50%;
	background-color:#dee5eb;
	border-right: 5px solid #dee5eb;
}

/* Der rechte Rand(!) gilt lediglich für den Button */
ul#menu_newsletter li a:hover {
	background-color:palegoldenrod;
	border-right: 5px solid palegoldenrod;
}

/*---------------------------------------------- VERANSTALTUNGEN ----------------------------------------*/

div#aktuelles:hover {
	border-left: 5px solid #26517d;
}

div#aktuelles a {
	display: block;
}

div#aktuelles div.csc-header a {
	background-image: url(images/rss_orange_14.gif);
	background-repeat: no-repeat;
	background-position: 2% 50%;
	background-color:#dee5eb;
	border-right: 5px solid #dee5eb;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

div#aktuelles div.csc-header a:hover {
	background-color:palegoldenrod;
	border-right: 5px solid palegoldenrod;
	background-image: url(images/rss_orange_14.gif);
}

div#aktuelles li.news-list-item {
	border-top: 1px dotted silver;	
}

div#aktuelles div.single_event {
	background-color: #ffffff;
	border-top: 1px dotted silver;
}

div#aktuelles div.event_title {
	font: normal 12px Verdana,Helvetica,Arial;	
	display: block;
	text-align: left;
}

div#aktuelles span.start_date {
	display: block;
	text-align: right;
	padding-right: 2px;
}

div#aktuelles span.end_date {
	display: block;
	text-align: right;
	padding-right: 2px;
}

/*---------------------------------------------- NEWS ----------------------------------------*/

div#rechts span#news_title {
	text-align:left;
	font: normal 12px Verdana,Helvetica,Arial;
}

div#rechts span#news_date {
	font: normal 11px Verdana,Helvetica,Arial;
	margin-top: 3px;
	padding-top: 3px;
	display: block;
	text-align: right;
	padding-right: 2px;
}

div#rechts span#news_archive {
	display: block;
	text-align: right;
	font: normal 11px Verdana,Helvetica,Arial;
}


/*---------------------------------------------- PICTURE ----------------------------------------*/

div#picture img {
	border:1px solid silver;
	/*
	width: 225px;
	height: 150px;
	*/
	/*
	width: 215px;
	height: 140px;
	*/
	
	width: 200px;
	height: 133px;

	padding-left: 7px;
	padding-right:7px;
	padding-top:5px;
	padding-bottom:5px;
}

/*---------------------------------------------- UMFRAGE ----------------------------------------*/

div#umfrage a {
	color: white;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div#umfrage a:hover {
	background-color: #ffffff;
	border: 0px;
	margin: 0px;
	padding: 0px;
}


/*---------------------------------------------- ENDE ----------------------------------------*/	


