/************************* HEADER ****************************/
/* Gesamtcontainer für Header */
#homepage_header_left { width: 475px; height: 116px; float: left; }

/* auswechselbarer Banner ganz rechts */
#homepage_header_banner { width: 140px; float: left; }

/* obere Navigation für Webcam, Suchen und Kontakt bzw. Sprachflaggen */
#homepage_header_left_nav { float: left; width: 315px; height: 21px; clear: both; background-color: #528100; }
.homepage_header_left_nav_link { width: 70px; height: 21px; float: left; padding-top: 2px; padding-left: 10px; }
#homepage_header_flags { float: right; width: 160px; height: 21px; background-color: #528100; }
.homepage_header_flag { padding-top: 5px; padding-right: 15px; float: right;}
/* Portalbild */
#homepage_header_left_image { width: 475px; }
/**** Schaltflächen ****/
/* Schaltflächenbereich */
#homepage_header_left_buttons { float: left; width: 475px; clear: both; }
/* Button 1 -3 */
.hompage_header_left_button_1 { width: 159px; height:25px; float: left; background-image: url(../img/nav_buergerservice.gif); }
.hompage_header_left_button_2 { width: 158px; height:25px; float: left; background-image: url(../img/nav_stadtplan.gif);}
.hompage_header_left_button_3 { width: 158px; height:25px; float: left; background-image: url(../img/nav_veranstaltungskalender.gif); }
/* Text der Buttons */
.homepage_button_text { padding-left: 10px; margin-top: 5px; }
.homepage_button_text a { color: #fefefe; font-size: 11px; line-height: 95%; text-decoration: none; }
.homepage_button_text a:hover { color: #C2D683; }

/* Suchfeld auf Homepage */
.hp_input { font-size: 12px; width: 95px; }
.hp_submit { vertical-align: bottom; }


/************************* HEADER TABLE****************************/
/*
table.homepage_button {
	background-color: #528100;
}
table.homepage_button tr {
	height: 45px;
	border-top: solid rgb(193, 221, 137) 1px;
}

table.homepage_button td {
	vertical-align: top;
	padding-top: 5px;
}

table.homepage_button td.col_1 {
	width: 159px;
 	background-image: url(../img/nav_buergerservice.gif);
	background-repeat: no-repeat;
}
table.homepage_button td.col_2 {
	width: 158px;
 	background-image: url(../img/nav_stadtplan.gif);
}
table.homepage_button td.col_3 {
 	background-image: url(../img/nav_veranstaltungskalender.gif);
	width: 158px;
}
.homepage_button_text {
	float: left;
	line-height: 80%;
	padding-left: 10px;
	padding-right: 10px;
}

.homepage_button_text a {
	color: #fefefe;
	font-size: 11px;
	text-decoration: none;
}
.homepage_button_text a:hover {
	color: #C2D683;
}
*/
/********************** LEFT *********************************/
/* Linie unter Header */
.homepage_left_header {
	border-bottom: solid #80AA00 2px;
	padding-top: 10px;
	margin-bottom: 10px;
	height: 30px;
}

/* Überschriften der Bereiche */
/* Große Überschrift */
.homepage_left_header_title {
	padding-top: 10px;
	font-size: 110%;
	color: #80AA00;
	font-weight: bold;
}
/* Link zu weiteren Informationen des Bereichs */
.homepage_left_header_weiter {
	padding-top: 15px;
	font-size: 75%;
}
.homepage_left_header_weiter A {
	color: #528100;
	text-decoration: none;
}
.homepage_left_header_weiter A:hover {
	color: #80AA00;
	text-decoration: underline;
}

/* Inhaltsblocktext linke Seite */
.homepage_left_content_left P{
	font-size: 60%;
}
/* Inhaltsblocktext rechte Seite */
.homepage_left_content_right P{
	font-size: 60%;
}


/* Linie unter den einzelnen Einträgen */
.homepage_left_content_line {
	border: solid #80AA00 1px;
	clear: both;
	display: none;
}

/* Titel der Aktuellen Mitteilungen */
#homepage_breaking_news_title {
	clear: both;
	width: 607;
	padding-top: 10px;
	font-size: 110%;
	color: #80AA00;
	font-weight: bold;
	border-bottom: solid #80AA00 2px;
}


/* Abstand Text und Bild verringern */
div.csc-textpic-intext-left  div.csc-textpic-imagewrap {
	margin-right: 3px !important;
}
div.csc-textpic-intext-right  div.csc-textpic-imagewrap {
	margin-left: 3px !important;
}

/*Abstand der Überschrift zum Text */
div.csc-header {
	padding-bottom: 3px;
}
/* Link in Überschrift der einzelnen Absätze */
h3 a {
	background-image: url(../css_images/link2.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left top;
}
h3 a:hover {
	color: #707070;
	text-decoration: none;
}
/*************************** RIGHT ********************************/
#homepage_right_searchbanner {
	padding-top: 10px;
	padding-bottom:5px;
}
#homepage_right_search {
	padding-bottom:15px;
}
#homepage_right_wetter {
	padding-bottom:15px;
}

/******************** COPYRIGHT ******************************/
#homepage_copyright A { color: black; text-decoration: none; }
#homepage_copyright A:hover { color: #707070; text-decoration: underline; }


/**************** OLD **************************/


/* Überschrift der Absätze in Spalte Normal = Neue Seiten */
div.homepage_content_normal h5 { 
	font-size: 85%; color: red;
}

/* Überschrift der Absätze in Spalte Links = Aktuelles */
div.homepage_content_left h5 { 
	font-size: 85%; color: red;
}

/* Positionierung Werbung */
#seitencontainer {
    background-color:#fff; width:780px; margin:0; padding:0;
}
