/*
 *	Farben:
 *
 *	Arbeitsmittel:
 *	#666666
 *	#C6C6C6
 *
 *	Kommunen:
 *	#669966
 *	#C6D5C6
 *
 *	Verbände:
 *	#CC0000
 *	#E4A7A7
 *
 *	Marktplatz:
 *	#FF9C00
 *	#F4D6A7
 *
 *	Themen:
 *	#FF6633
 *	#F4C6B6
 *
 *	Recht:
 *	#9999CC
 *	#D5D5E4
 *
 *	Schaufenster:
 *	#000000
 *
 *	News:
 *	#4785FF
 *	#A6C3FF
 */ /*
 *	Allgemein
 */
body {
	background-color: #e6e7e6;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	/*line-height: 12pt;*/
	padding-bottom: 20px;
}

h1 {
	border-bottom: 1px solid #a9a9aa;
	color: #000000;
	font-size: 16.5pt;
	font-weight: bold;
	line-height: 19pt;
	margin-bottom: 8px;
	text-align: left;
}

h2,h3,h4 {
	text-align: left;
}

a {
	color: #000000;
	text-decoration: none;
}

a:-moz-read-write {
	color: #000000 !important;
	text-decoration: none !important;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:-moz-read-write:hover {
	color: #666666 !important;
	text-decoration: underline !important;
}

blockquote {
	margin-left: 40px;
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
	margin-left: 23px;
}

ol li {
	padding: 2px 0 2px 0;
}

hr {
	border: 0;
	border-top: 1px solid #a9a9aa;
	border-bottom: transparent;
	color: #ffffff;
}

input,textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8.75pt;
}

/*
 *	Layout
 */
div#background {
	background: #ffffff url('../images/bg_shadow_right.png') repeat-y 991px
		0;
	margin: 26px auto;
	width: 995px;
}

div#outerFrame {
	background: transparent url('../images/bg_top.png') no-repeat 0 0;
}

/*
 *	topBanner
 */
div.topBanner {
	padding: 15px 5px 0 10px;
	width: 980px;
}

div.topBanner col.col_leftPart,div.topBanner td.leftPart {
	width: 196px;
}

div.topBanner div.leftPart div#date {
	color: #000000;
	font-size: 7.5pt;
}

div.topBanner td.centerPart {
	width: auto;
}

div.topBanner div.centerPart {
	display: none;
}

div.topBanner col.col_rightPart,div.topBanner td.rightPart {
	width: 784px;
	font-size: 7.5pt;
}

div.topBanner div.rightPart div.powerEditButton {
	border-right: 1px solid #000;
	float: right;
	padding: 0 8px;
}

div.topBanner div.rightPart ul.hLinks li {
	border-left: 1px solid #000;
	clear: none;
	float: right;
	padding: 0 8px;
}

div.topBanner div.rightPart ul.hLinks li.LAST {
	border-left: none;
}

div.topBanner div.rightPart ul.hLinks li.FIRST {
	padding-right: 22px;
}

/*
 *	topBar
 */
div.topBar {
	padding: 0 5px 0 10px;
	width: 980px;
}

div.topBar col.col_leftPart,div.topBar td.leftPart {
	width: 196px;
}

div.topBar div.centerPart {
	display: none;
}

div.topBar col.col_rightPart,div.topBar td.rightPart {
	width: 784px;
}

div.topBar div.rightPart {
	height: 52px;
	margin: 12px 22px 0 0;
}

div.topBar div.rightPart div.searchFormSpan {
	float: right;
	margin-bottom: 3px;
}

div.topBar div.rightPart input#searchText {
	/*	background: url('../images/bg_suche.png') no-repeat 0 0;
	border: none;
	color: #666666;
	font-size: 8pt;
	height: 16px;
	margin-right: 6px;
	padding: 4px 1px 4px 26px;
	width: 260px;*/
	background: url("../images/bg_suche.png") no-repeat scroll 0 0
		transparent;
	border: medium none;
	color: #65A3CC;
	font-size: 8pt;
	height: 16px;
	margin-right: -30px;
	padding: 2px 0 4px 29px;
	width: 227px;
}

div.topBar div.rightPart ul.hLinks {
	clear: right;
	font-size: 7.5pt;
}

div.topBar div.rightPart ul.hLinks li {
	clear: none;
	border-left: 1px solid #000;
	float: right;
	padding: 0 8px;
}

div.topBar div.rightPart ul.hLinks li.LAST {
	border-left: none;
}

div.topBar div.rightPart ul.hLinks li.FIRST {
	padding-right: 3px;
}

/*
 *	mainTopBanner
 */
div.mainTopBanner {
	padding: 0 5px 0 10px;
	width: 980px;
}

div.mainTopBanner col.col_leftPart,div.mainTopBanner td.leftPart {
	width: 196px;
}

div.mainTopBanner div.rightPart {
	display: none;
}

div.mainTopBanner col.col_centerPart,div.mainTopBanner td.centerPart {
	width: 784px;
}

div.mainTopBanner div.centerPart ul.navigation {
	border-bottom: 1px solid #a9a9aa;
	height: 29px;
}

div.mainTopBanner div.centerPart ul.navigation li {
	display: inline;
	float: left;
}

div.mainTopBanner div.centerPart ul.navigation li.FIRST {
	background: url('../images/bg_menu_top_first.png') no-repeat 0 0;
	padding-left: 16px;
}

div.mainTopBanner div.centerPart ul.navigation li.LAST {
	background: url('../images/bg_menu_top_last.png') no-repeat right 0;
	padding-right: 16px;
}

div.mainTopBanner div.centerPart ul.navigation li div.span {
	background: url('../images/bg_menu_top.png') repeat-x 0 0;
	border: solid #ffffff;
	border-width: 1px 1px 0;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px 0 6px;
}

div.mainTopBanner div.centerPart ul.navigation li div.span:hover,div.mainTopBanner div.centerPart ul.navigation li.ACTIVE div.span
	{
	background: #ffffff;
	border-color: #a9a9aa;
	height: 29px;
}

div.mainTopBanner div.centerPart ul.navigation li a,div.mainTopBanner div.centerPart ul.navigation li a:hover
	{
	background: url('../images/breadcrumb_separator.gif') no-repeat 0 9px;
	color: #666666;
	display: block;
	font-weight: bold;
	padding-left: 13px;
	text-decoration: none;
}

div.mainTopBanner div.centerPart ul.navigation li a:-moz-read-write,div.mainTopBanner div.centerPart ul.navigation li a:hover:-moz-read-write
	{
	color: #666666 !important;
	text-decoration: none !important;
}

div.mainTopBanner div.centerPart ul.navigation li.COUNT2 a,div.mainTopBanner div.centerPart ul.navigation li.COUNT2 a:hover
	{
	background-image: url('../images/breadcrumb_separator_2.gif');
}

div.mainTopBanner div.centerPart ul.navigation li.COUNT3 a,div.mainTopBanner div.centerPart ul.navigation li.COUNT3 a:hover
	{
	background-image: url('../images/breadcrumb_separator_3.gif');
}

div.mainTopBanner div.centerPart ul.navigation li.COUNT4 a,div.mainTopBanner div.centerPart ul.navigation li.COUNT4 a:hover
	{
	background-image: url('../images/breadcrumb_separator_4.gif');
}

div.mainTopBanner div.centerPart ul.navigation li.COUNT5 a,div.mainTopBanner div.centerPart ul.navigation li.COUNT5 a:hover
	{
	background-image: url('../images/breadcrumb_separator_5.gif');
}

div.mainTopBanner div.centerPart ul.navigation li.COUNT6 a,div.mainTopBanner div.centerPart ul.navigation li.COUNT6 a:hover
	{
	background-image: url('../images/breadcrumb_separator_6.gif');
}

div.mainTopBanner div.centerPart ul.navigation li.COUNT7 a,div.mainTopBanner div.centerPart ul.navigation li.COUNT7 a:hover
	{
	background-image: url('../images/breadcrumb_separator_7.gif');
}

/*
 *	mainArea
 */
div#mainArea {
	background: url('../images/bg_shadow_bottom.png') no-repeat 0 bottom;
	padding: 0 5px 4px 10px;
	width: 980px;
}

/*
	 *	breadcrumb
	 */
div#breadcrumb {
	background: #ffffff;
	border-left: 1px solid #adadaa;
	font-size: 7.5pt;
	margin-left: 196px;
	padding: 8px 20px;
	width: 744px;
}

div#breadcrumb a.fileName {
	background: url('../images/breadcrumb_separator.gif') no-repeat 3px 3px;
	padding-left: 17px;
}

/*
	 *	leftPart
	 */
table#main col.col_leftPart,table#main td.leftPart {
	width: 196px;
}

div#mainArea div.leftPart ul.navigation {
	font-size: 9.75pt;
	font-weight: bold;
	margin: -5px 0 25px;
	position: relative;
	width: 186px;
}

div#mainArea div.leftPart ul.navigation li a {
	border-bottom: 1px solid #cccccc;
	display: block;
	padding-top: 14px;
}

div#mainArea div.leftPart ul.navigation li a:hover,div#mainArea div.leftPart ul.navigation li.ACTIVE a
	{
	color: #666666;
	text-decoration: none;
}

div#mainArea div.leftPart ul.navigation li a:hover:-moz-read-write,div#mainArea div.leftPart ul.navigation li.ACTIVE a:-moz-read-write
	{
	color: #666666 !important;
	text-decoration: none !important;
}

div#mainArea div.leftPart ul.navigation li.ACTIVE ul.navigation {
	margin: 6px 0 0;
}

div#mainArea div.leftPart ul.navigation li.ACTIVE ul.navigation li {
	background: url('../images/list_dot.gif') no-repeat 9px 8px;
	font-size: 9pt;
	font-weight: normal;
	line-height: 16px;
	padding-left: 21px;
}

div#mainArea div.leftPart ul.navigation li.ACTIVE ul.navigation li a {
	border-bottom: none;
	color: #000000;
	padding-top: 0;
}

div#mainArea div.leftPart ul.navigation li.ACTIVE ul.navigation li a:-moz-read-write
	{
	color: #000000 !important;
}

div#mainArea div.leftPart ul.navigation li.ACTIVE ul.navigation li a:hover,div#mainArea div.leftPart ul.navigation li.ACTIVE ul.navigation li.ACTIVE a
	{
	color: #666666;
	text-decoration: none;
}

div#mainArea div.leftPart ul.navigation li.ACTIVE ul.navigation li a:hover:-moz-read-write,div#mainArea div.leftPart ul.navigation li.ACTIVE ul.navigation li.ACTIVE a:-moz-read-write
	{
	color: #666666 !important;
	text-decoration: none !important;
}

div#mainArea div.leftPart div.sideLeftBottom {
	margin-top: 7px;
}

div#mainArea div.leftPart div.sideLeftBottom ul li {
	background: transparent url('../images/list_dot.gif') no-repeat 0 8px;
	padding-left: 12px;
	line-height: 16px;
}

div#mainArea div.leftPart div.sideLeftBottom div.sideBoxTopPages,div#mainArea div.leftPart div.sideLeftBottom div.sideBoxText,div#mainArea div.leftPart div.sideLeftBottom div.sideBoxSourceCode,div#mainArea div.leftPart div.sideLeftBottom div.sideBoxPersonalNotes,div#mainArea div.leftPart div.sideLeftBottom div.sideBoxNotices,div#mainArea div.leftPart div.sideLeftBottom div.sideBoxNav,div#mainArea div.leftPart div.sideLeftBottom div.sideBoxLogin,div#mainArea div.leftPart div.sideLeftBottom div.sideBoxHistory,div#mainArea div.leftPart div.sideLeftBottom div.sideboxRssReader,div#mainArea div.leftPart div.sideLeftBottom div.forum,div#mainArea div.leftPart div.sideLeftBottom div.sideBoxFavoritesExtended,div#mainArea div.leftPart div.sideLeftBottom div.sideBoxFavorites,div#mainArea div.leftPart div.sideLeftBottom div.crashClock
	{
	margin-bottom: 23px;
	width: 186px;
}

table#main div.leftPart div.sideLeftBottom div.sideBoxHeader {
	border-bottom: 1px solid #cccccc;
	font-size: 9.75pt;
	font-weight: bold;
}

table#main div.leftPart div.sideLeftBottom div.sideBoxContent {
	padding: 6px 0 0 6px;
}

/*
		 *	Login
		 */
table#main div.leftPart div.sideLeftBottom div.sideBoxLogin {
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	font-size: 8pt;
}

table#main div.leftPart div.sideLeftBottom div.sideBoxLogin div.sideBoxContent
	{
	padding: 6px;
}

table#main div.leftPart div.sideLeftBottom div.sideBoxLogin div.sideBoxContent div.login
	{
	margin-bottom: 6px;
}

table#main div.leftPart div.sideLeftBottom div.sideBoxLogin div.sideBoxContent a.button
	{
	background: url('../images/list_dot.gif') no-repeat scroll 0 8px;
	line-height: 12pt;
	padding-left: 12px;
}

div#login_button {
	margin-top: 5px;
}

div#login_button input {
	background: url("../images/list_dot.gif") no-repeat 0 8px;
	border: none;
	font-size: 8pt;
	padding-left: 10px;
}

div#login_button input:hover {
	text-decoration: underline;
}

/*
	 *	centerPart
	 */
table#main col.col_centerPart {
	width: 586px;
}

table#main td.centerPart {
	background: #ffffff;
	border-left: 1px solid #a9a9aa;
	line-height: 12pt;
	padding: 0 23px 20px 21px;
	text-align: justify;
	width: 542px;
}

div#mainArea div.centerPart ul li {
	background: url('../images/list_dot.gif') no-repeat 0 8px;
	padding-left: 15px;
}

div#mainArea table .tColored {
	background-color: #C6C6C6;
}

div#mainArea table .headline {
	color: #000000;
	font-size: 13.5pt;
	font-weight: bold;
	line-height: 17pt;
}

div#mainArea .float_left {
	margin-right: 12px;
}

div#mainArea .float_right {
	margin-left: 12px;
}

/*
		 *	kos-Login
		 */
.kosRealm .kosWarning {
	background: #FFCCCC url('../images/exclamation.png') no-repeat 3px 3px;
	border: 1px solid #FF2117;
	padding: 3px 3px 3px 23px;
	margin-bottom: 8px;
}

.kosRealm table td {
	padding: 2px 4px 2px 0;
	vertical-align: middle;
}

/*
		 *	KeyFacts Kasten
		 */
div#keyFacts {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

div.keyFacts div.CONSTRUCTOR * {
	display: none;
}

div#keyFacts div.contentKeys {
	background-color: #eeeeee;
	border: 1px solid #636563;
	width: 202px;
	padding: 10px;
}

div#keyFacts div.contentKeys div.headline {
	font-weight: bold;
	font-style: oblique;
	color: #636563;
}

div#keyFacts div.contentKeys div.keyFactsText {
	color: #000000;
	padding: 5px 0 0;
}

div#keyFacts div.contentKeys div.keyFactsText p {
	padding-bottom: 10px;
}

/*
		 *	teaser
		 */
div#teaser {
	font-weight: bold;
	margin-bottom: 16px;
}

div.documentTeaserList img.teaserPictureleft,div.documentTeaserList img.teaserPictureLeft
	{
	display: block;
	float: left;
	margin: 0 12px 6px 0;
}

div.documentTeaserList img.teaserPictureRight {
	display: block;
	float: right;
	margin: 0 0 6px 12px;
}

div.documentTeaserList div.documentTeaser {
	clear: both;
	margin-top: 14px;
}

/*
		 *	Inhaltsvarianten
		 */ /*
			 *	Downloadtabelle
			 */
table.downloadTable,table.downloadTable th,table.downloadTable td {
	border: 1px solid #8C8A8C;
	padding: 2px;
}

table.downloadTable,table.downloadTable th,table.downloadTable td.iconColumn
	{
	vertical-align: top;
}

table.downloadTable .sizeColumn,table.downloadTable .dateColumn {
	text-align: right;
	width: 60px;
}

/*
 *	Dynamisches Kontaktformular
 */
div.dynamicForm p a {
	padding-right: 12px;
}

div.dynamicForm td.INSTANCE {
	padding-right: 6px;
}

/*
 *	Erweiterte Suche
 */
div#searchFormSearchalyzr div.buttons a {
	background: url('../images/bg_menu_top.png') repeat-x scroll 0 0
		transparent;
	border: 1px solid #CCCCCC;
	color: #FF2117;
	display: inline-block;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	padding: 6px 12px;
}

/*
 *	Searchalyzr Suchergebnis
 */
div#searchalyzrContainer cite,div#searchalyzrContainer span.hits {
	display: block;
	margin-top: 3px;
}

/*
			 *	Kommentarvariant
			 */
div.comments {
	margin-left: 12px;
}

div.comments div.commentPage div.comment {
	padding-top: 2px;
	margin-top: 4px;
	border-top: 1px solid #a8a8a8;
	width: 320px;
}

div.comments span.commentAuthor a {
	color: #666666;
}

div.comments span.commentAuthor a:hover {
	text-decoration: none;
}

div.comments div.commentHeadline span.datetime {
	margin-left: 10px;
	font-style: italic;
}

div.comments span.commentTitle {
	display: block;
	color: #000000;
	font-weight: bold;
}

div.comments table.siteNavigation {
	margin-top: 6px;
}

/*
 *	Newsübersicht
 */
div.documentTeaser h2 {
	margin-bottom: 10px;
}

div.documentTeaser div.documentTeaserList {
	margin-top: 8px;
}

div.documentTeaser div.teaser {
	font-size: 9pt;
	margin-bottom: 2px;
}

div.documentTeaser div.documentTeaser .documentDate {
	font-size: 7.5pt;
	font-weight: normal;
	padding-right: 4px;
}

div#mainArea div.documentTeaser div.documentHeadline a.headline {
	font-size: 10.5pt;
}

div#mainArea div.documentTeaser ul.teaserLinkList li {
	background: url('../images/node_plus.png') no-repeat 0 4px;
}

div#mainArea div.documentTeaserList div.INSTANCE {
	margin-bottom: 6px;
}

/*
			 *	Änderungshistorie
			 */
div.searchResult div.result {
	margin-bottom: 15px;
}

div.searchResult div.resultList {
	margin-top: 8px;
}

div.searchResult div.teaser {
	margin-bottom: 8px;
}

div.searchResult div.result .documentDate {
	font-size: 7.5pt;
	font-weight: normal;
}

div.searchResult div.result .teaser {
	font-size: 9pt;
}

div#mainArea div.searchResult div.result a.headline {
	font-size: 10.5pt;
}

/* richtiger Teaser */
div.importantChangesSpan div.result {
	margin-bottom: 15px;
}

div.importantChangesSpan div.resultList {
	margin-top: 8px;
}

div.importantChangesSpan div.teaser {
	margin-bottom: 8px;
}

div.importantChangesSpan div.result .documentDate {
	font-size: 7.5pt;
	font-weight: normal;
}

div.importantChangesSpan div.result .teaser {
	font-size: 9pt;
}

div#mainArea div.importantChangesSpan div.result a.headline {
	font-size: 10.5pt;
}

/*
			 *	RSS-Feed
			 */
div.maincontentRssReader h2 {
	margin-bottom: 10px;
}

div.maincontentRssReader div.feedItem {
	margin-bottom: 15px;
}

div.maincontentRssReader div.feedItemDate,div.maincontentRssReader div.feedItemTitle
	{
	font-size: 10.5pt;
	font-weight: bold;
}

div.maincontentRssReader div.feedItemTitle {
	color: #000000;
	cursor: auto;
}

div.maincontentRssReader div.feedItemDescription {
	border-left: none;
	display: block !important;
	padding-left: 0;
}

/*
			 *	Startseite
			 */
div.startpage div.INSTANCE,div.startpage div.CONSTRUCTOR {
	border-left: 4px solid pink;
	clear: none;
	float: left;
	margin: 0 5px 5px 0;
	min-height: 112px;
	padding: 54px 0 0 4px;
	position: relative;
	text-align: left;
	width: 95px;
}

div.startpage div.INSTANCE {
	display: none;
}

div#mainArea div.startpage div.INSTANCE a.headline {
	font-size: 9.75pt;
}

div#mainArea div.startpage div.INSTANCE a.headline,div#mainArea div.startpage div.INSTANCE a
	{
	color: #666;
}

div#mainArea div.startpage div.INSTANCE a.headline:-moz-read-write,div#mainArea div.startpage div.INSTANCE a:-moz-read-write
	{
	color: #666 !important;
}

div.startpage div.INSTANCE img {
	left: -4px;
	position: absolute;
	top: 0;
}

div.startpage div.INSTANCE.COUNT1 {
	border-color: #666666;
	display: block;
}

div.startpage div.INSTANCE.COUNT2 {
	border-color: #669966;
	display: block;
}

div.startpage div.INSTANCE.COUNT3 {
	border-color: #cc0000;
	display: block;
}

div.startpage div.INSTANCE.COUNT4 {
	border-color: #ff9c00;
	display: block;
}

div.startpage div.INSTANCE.COUNT5 {
	border-color: #ff6633;
	display: block;
}

div.startpage div.INSTANCE.COUNT6 {
	border-color: #9999cc;
	display: block;
}

div.startpage div.INSTANCE.COUNT7 {
	border-color: #4785FF;
	display: block;
	margin-right: 0;
}

/*
			 *	Terminkalender Wahlen
			 */
div.electionCalendar table.events {
	width: 100%;
}

div.electionCalendar input.calculateEvents {
	margin-bottom: 6px;
}

div.electionCalendar table.events td,div.electionCalendar table.events th
	{
	padding: 2px 3px;
}

div.electionCalendar table.events tr.EVEN td {
	background-color: #eeeeee;
}

div.electionCalendar div.CHAMAELEON_CALENDAR tr:last-child td:first-child:last-child
	{
	display: none;
}

/*
		 *	Metainfo
		 */
div#metainfo {
	font-size: 7.5pt;
}

div#metainfo table td,div#metainfo table th {
	padding: 2px 5px;
}

/*
		 *	Feedback-/Recommend-Button
		 */
div#footer {
	font-size: 7.5pt;
}

div#footer div#feedbackContainer,div#footer div#recommendContainer {
	display: inline;
}

div#footer div#recommendContainer,div#footer div#recommend {
	float: left;
}

div#footer div#feedbackContainer,div#footer div#feedback {
	float: right;
}

div#footer div#feedback table,div#footer div#recommend table {
	border-collapse: separate;
	border-spacing: 5px;
}

div#footer div#feedback table td,div#footer div#recommend table td {
	vertical-align: middle;
}

div#footer form#mailForm_feedback {
	clear: right;
	float: right;
}

div#footer form#mailForm_recommend {
	clear: left;
	float: left;
}

div#footer form#mailForm_feedback table,div#footer form#mailForm_recommend table
	{
	border-collapse: separate;
	border-spacing: 5px;
}

div#footer form#mailForm_feedback input,div#footer form#mailForm_feedback input,div#footer form#mailForm_recommend textarea,div#footer form#mailForm_recommend textarea
	{
	width: 160px;
}

div#footer form#mailForm_feedback table a,div#footer form#mailForm_recommend table a
	{
	padding-left: 10px;
}

div#mailFormResponse_recommend {
	clear: left;
}

div#mailFormResponse_feedback {
	clear: right;
	float: right;
}

/*
	 *	rightPart
	 */
table#main col.col_rightPart {
	width: 197px;
}

table#main td.rightPart {
	background: #ffffff;
	line-height: 12pt;
	padding: 9px 9px 0 0;
	width: 188px;
}

div#mainArea div.rightPart div.sideRightTop ul li {
	background: transparent url('../images/list_dot.gif') no-repeat 0 8px;
	padding-left: 12px;
	line-height: 10.5pt;
}

div#mainArea div.rightPart div.sideBoxTopPages,div#mainArea div.rightPart div.sideBoxText,div#mainArea div.rightPart div.sideBoxSourceCode,div#mainArea div.rightPart div.sideBoxPersonalNotes,div#mainArea div.rightPart div.sideBoxNotices,div#mainArea div.rightPart div.sideBoxNav,div#mainArea div.rightPart div.sideBoxLogin,div#mainArea div.rightPart div.sideBoxHistory,div#mainArea div.rightPart div.sideboxRssReader,div#mainArea div.rightPart div.forum,div#mainArea div.rightPart div.sideBoxFavoritesExtended,div#mainArea div.rightPart div.sideBoxFavorites,div#mainArea div.rightPart div.crashClock
	{
	margin-bottom: 23px;
}

table#main td.rightPart div.sideBoxHeader {
	border-bottom: 1px solid #cccccc;
	font-size: 9.75pt;
	font-weight: bold;
}

table#main td.rightPart div.sideBoxContent {
	font-size: 8pt;
	padding: 6px 0 0 6px;
}

/*
 *	Aktuelle Hinweise
 */
div#notices div.read,div#notices div.unread {
	padding-top: 6px;
}

div#notices div.read:first-child,div#notices div.unread:first-child {
	padding-top: 0;
}

div#notices h2 {
	font-size: 8pt;
}

div#notices div.read h2 {
	font-weight: normal;
}

div#notices a {
	display: inline-block;
}

div#notices p a {
	display: inline;
}

/*
 *	Favoritenvariant
 */
div#favoritesExtended img.toggleIcon {
	float: left;
	margin-top: 4px;
}

div#favoritesExtended span.caption {
	padding-left: 14px;
	display: block;
}

div#favoritesExtended div.children span.caption {
	background: url('../images/list_dot.gif') no-repeat scroll 0 8px;
	line-height: 12pt;
	margin-left: 4px;
	padding-left: 12px;
}

div#favoritesExtended_tools {
	border-top: 1px solid #CCCCCC;
	margin-top: 8px;
	padding-top: 6px;
}

div#favoritesExtended_tools br {
	display: none;
}

div#mainArea div.rightPart div#mymenu ul,div#mainArea div.rightPart div#mymenu li
	{
	background: none;
	margin: 0;
	padding: 0;
	line-height: 15px;
}

div#mainArea div.rightPart div#mymenu li.contextMenuItemOver {
	background: #0D71AF;
}

a.addFolder,a.addFavorite {
	background: transparent no-repeat 6px 0;
	padding: 15px 0 0 21px;
	overflow: hidden;
	width: 1px;
	height: 1px;
	display: block;
}

a.addFolder {
	background-image: url('../images/folder_add.png');
	float: left;
}

a.addFavorite {
	background-image: url('../images/page_add.png');
}

/*
 *	Persönliche Notizen
 */
img#notePinImage {
	display: none !important;
}

#noteEditorInput {
	width: 178px;
}

div#noteEditor table.personalNotesButtonTable {
	width: 100%;
}

div#noteEditor td.personalNotesButtonCell2 {
	padding-right: 2px;
	text-align: right;
}

/*
 *RSS-Feed
 */
div.sideboxRssReader div.feedItemDate,div.sideboxRssReader div.feedItemTitle a
	{
	font-size: 9.75pt;
	color: #666666;
}

#deleteLink {
	margin-left: 50px;
}

/*
 * GstbKommunen Webservice
 */
.gstbKommunenError {
	color: red;
}

/* Suchvorschläge    */
.searchProposals {
	background: white;
	border: 1px solid #9dc4df;
	color: #666666;
	font-weight: bold;
	min-width: 226px !important;
}

div.searchProposals div {
	padding: 6px 8px 7px;
}

.searchProposals b {
	font-weight: normal;
}

.searchProposals .highlight {
	background-color: #EFEFEF;
	color: black;
}

div#dynamicSitemapContainer td.klappIcon.leaf {
	background: url('../images/list_dot.gif') no-repeat scroll 4px 7px
		transparent;
}

/* temporärer Stylefix */
div.dynamicSitemapLightboxLinks td.documentLink {
	width: 180px;
}

div.dynamicSitemapLightboxLinks td.title div#dynamicSitemapLightboxTitle
	{
	width: 490px;
}

/*
 * meinKos-/meinWerke-Sidebox
 */
div.sideSectionType div.group {
	border-bottom: 1px solid #CCCCCC;
}

div.sideSectionType div.group div.header {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 2px 2px 22px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: url() no-repeat scroll 7px 7px #e6e7e6;
}

div.sideSectionType div.group div.headerDiv.open div.header {
	background-image: url("/kosdirekt/wisma/images/node_minus.png");
}

div.sideSectionType div.group div.headerDiv.closed div.header {
	background-image: url("/kosdirekt/wisma/images/node_plus.png");
}

div.sideSectionType div.group div.groupContent {
	padding: 0px 0px 0px 2px;
	border: 1px solid #e6e7e6;
}

/* fuer hoverImage */
div.hoverImageOuterDiv {
	margin-bottom: 30px;
}
div.hoverImageInnerDiv .hoverImageOn {
	display: none;
}

div.hoverImageInnerDiv:hover .hoverImageOn {
	display: inline;
}

div.hoverImageInnerDiv:hover .hoverImageOff {
	display: none;
}


/* Tag-Popup */

#ionasTagPopup {
     background: none repeat scroll 0% 0% white;
     border: 5px solid #3377BB;
     font-size: 12px;
     padding: 5px 2px 2px 7px;
}

#ionasTagPopup tr {
     height: 60px;
}

#ionasTagPopup td.img {
    width: 60px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 5px 5px 0;
}

#ionasTagPopup img {
     border: 1px solid #808080;
     max-height: 60px;
     max-width: 60px;
}

#ionasTagPopup img.default {
	border: none;
}

#ionasTagPopup p, #ionasTagPopup h1 {
     color: black;
     font-size: 12px;
     height: 36px;
     line-height: 12px;
     margin: 0pt;
     overflow: hidden;
     padding: 0pt;
     text-align: left;
     width: 320px;
}

#ionasTagPopup h1 {
     height: 12px;
     margin: 4px 0pt;
}

#ionasTagPopup a {
     color: #113355;
     font-weight: bold;
}
#ionasTagPopup > h2 {
	font-size: 100%;
	color: black;
	font-weight: normal;
	width:390px;
}
#ionasTagPopup > h1 {
	font-size: 100%;
	color: #113355;
	font-weight: bold;
}

.ionastagactive {
	border-bottom: 1px dotted black;
}
