@charset "utf-8";

@import "vk.css";

/* ---Marginalspalten Box---------------------- */
.columnbox {
	font-size:0.75em;
}

.columnbox h2 {
	font-size:1em;
	margin: 0px;
	padding: 3px 7px 3px 7px;
	border-bottom:1px solid #cccccc;
	overflow:hidden;
}

.columnbox h2.seperator {
	background-color:#ebebeb;
}
.columnbox a {
	text-decoration:none;
	color:#000000
}
.columnbox h2.hideToggle {
	background:url(../gfx/arrow/fold-open.gif) left no-repeat;
	padding-left:18px;
	cursor:pointer;
}
.columnbox h2.active {
	background-image:url(../gfx/arrow/fold-closed.gif);
	border:0px none;
	margin-bottom:3px;
}

.columnbox .paging {
	margin: 0px;
	padding: 3px 7px 3px 7px;
	border-bottom:1px solid #cccccc;
	overflow:hidden;
}
.columnbox .paging a {
	text-decoration:none;
}
.columnbox .paging a:hover {
	color:#666666;
}
.columnbox .paging a.prev {
	padding-left:15px;
	float:left;
	background:transparent url(../gfx/arrow/double-left.gif) left no-repeat;
}
.columnbox .paging a.next {
	padding-right:15px;
	float:right;
	background:transparent url(../gfx/arrow/double-right.gif) right no-repeat;
}

.columnbox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	width:177px;
}
.columnbox ul li {
	border-bottom:1px solid #cccccc;
	padding: 2px 7px 2px 7px;
}
.columnbox ul li.last {
	border-bottom:0px none;
	padding-bottom: 6px;
}
.columnbox ul li a {
	display:block;
	text-decoration:none;
	padding-right:12px;
	background:transparent url(../gfx/arrow/double-right-link.gif) bottom right no-repeat;	
	line-height:120%;
}
.columnbox ul li a.trashcan {
	font-weight:bold;
	background:transparent url(../gfx/merkliste-trashcan.gif) bottom right no-repeat;	
}
.columnbox ul li a:hover {
	color:#666666;
}
.columnbox ul li a.inline {
	display:inline;
	padding-right:0px;
	background:none;	
}

.columnbox ul.inline-list {
	width:165px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	
}
.columnbox ul.inline-list li {
	display:inline;
	border-bottom:0px none;
	padding: 0px ;
}
.columnbox ul.inline-list li a {
	display:inline;
	padding: 2px 12px 0px 2px;
	line-height:150%;
}

.columnbox ul.tagcloud-list {
	width:165px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-top: 5px;
	text-align:center;
}
.columnbox ul.tagcloud-list li {
	display:inline;
	padding: 0px;
	font-size:1.1em;
	border:0px none;
}
.columnbox ul.tagcloud-list li a {
	display:inline;
	background:none;
	white-space:nowrap;
	padding: 0px 2px 0px 2px;
	line-height:160%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.columnbox ul.tagcloud-list li a:hover {
	background-color:#F0F0F0;
}
.columnbox ul.tagcloud-list li.tag1 a {
	font-size:80%;
	color:#777;
}
.columnbox ul.tagcloud-list li.tag2 a {
	font-size:85%;
	color:#555;
}
.columnbox ul.tagcloud-list li.tag3 a {
	font-size:90%;
	color:#333;
}
.columnbox ul.tagcloud-list li.tag4 a {
	font-size:90%;
	font-weight:bold;
	color:#333;
}
.columnbox ul.tagcloud-list li.tag5 a {
	font-size:100%;
	font-weight:bold;
	color:#000000;
}



/* safari bug fix*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .columnbox ul.inline-list li { display: inline-block; } 
}

.columnbox ul.inline-list li a.more {
	font-weight:bold;
	margin-left:3px;
	padding: 2px 12px 0px 0px;
	background:transparent url(../gfx/arrow/fold-more.gif) bottom right no-repeat;	
}
.columnbox ul.inline-list li a.less {
	display:none;
	font-weight:bold;
	margin-left:3px;
	padding: 2px 12px 0px 0px;
	background:transparent url(../gfx/arrow/fold-less.gif) bottom right no-repeat;	
}
.columnbox ul.inline-list li a.lebenslage-hidden {
	display:none;
}
.columnbox ul.inline-list li a.zielgruppe-hidden {
	display:none;
}
.columnbox a.fold-closed {
	font-weight:bold;
	padding-left:12px;
	background:transparent url(../gfx/arrow/fold-closed.gif) bottom left no-repeat;	
}
.columnbox a.fold-closed:hover {
	color:#666666;
}
.columnbox a.fold-open {
	display:block;
	font-weight:bold;
	padding-left:12px;
	background:transparent url(../gfx/arrow/fold-open.gif) bottom left no-repeat;	
}
.columnbox a.fold-open:hover {
	color:#666666;
}

.columnbox img.banner {
	border-bottom:1px solid #cccccc;
}

.columnbox li .delete {
	cursor: pointer;
	width: 9px;
	height: 16px;
	background: url(../gfx/merkliste-delete.gif) no-repeat center;
	float: right;
	margin-right: 2px;
}
.columnbox li .delete:hover {
	background: url(../gfx/merkliste-delete-red.gif) no-repeat center;
}
.columnbox li .merkliste {
	padding-right:0px;
	background:none;	

}

.columnbox .wetter-com {
	padding:3px 0px 7px 6px;
	width:170px;
	overflow:hidden;
}

.admark {
	background:url(../gfx/anzeige.png) top right no-repeat;
	padding-right: 45px;
}

.anzheader  {
	text-align:right;
	margin:26px 0px 0px 0px;
	font-size:0.72em;
	color:#666666;
	padding-right: 12px;
}

.anzbox  {
	background:#F9F9F9;
	padding-right:0px;
	margin:0px 11px 0px 12px;
}
.anzbox .bildanz {
	border-bottom: 18px solid #E8E8E8;
}
#outside .bildanz {
	border-bottom: 18px solid #ffffff;
}
.anzbox .textanz {
	padding:8px 10px 8px 10px;
	border-bottom: 18px solid #E8E8E8;
}

.anzbox .textanz h3 {
	padding:0px;
	margin:0px;
	font-size:0.7em;
}
.anzbox .textanz h3 a {
	color:#333333;
	text-decoration:none;
}
.anzbox .textanz h3 a:hover {
	color:#666666;
}
.anzbox .textanz p {
	color:#666666;
	font-size:0.70em;
	margin:0px;	
	line-height:130%;
}
.anzbox .textanz p a {
	color:#666666;
}
.anzbox .textanz p a:hover {
	color:#000000;
}


/* -- Artikel Kopf ------------------ */
.content-head {
	font-size:0.75em;	
}
.content-head p {
	line-height:100%;
	margin:0px;
	padding:0px 15px 0px 15px;
}
.content-head h1 {
	font-size:1.6em;
	margin:0px;
	padding:0px 15px 8px 15px;
}
.content-head h1 a {
	display:block;
	text-decoration:none;
	color:#000000;
}
h1.themenheading {
	font-size:1.2em;
	margin:0px;
	padding:0px 17px 8px 17px;
}

a.merkzettel-star {
	display:block;
	float:right;
	margin-right:6px;
	width:18px;
	height:17px;
}

.star-inactive {
	background-image:url(../gfx/merkzettel-star-inactive.gif);
	background-repeat:no-repeat;
}
.star-active {
	background-image:url(../gfx/merkzettel-star-active.gif);
	background-repeat:no-repeat;	
}

a.speaker {
	display:block;
	float:right;
	margin-right:2px;
	width:24px;
	height:18px;
	background-image:url(../gfx/speaker.gif);
	background-repeat:no-repeat;	
}
a.rss-icon {
	display:block;
	float:right;
	margin-right:5px;
	width:18px;
	height:18px;
	background-image:url(../gfx/rss.gif);
	background-repeat:no-repeat;	
}
.content-description {
	font-weight:bold;
	font-size:0.75em;	
	padding:8px 19px 8px 19px;
	line-height:150%;
}




/* -- Artikel Register ------------------ */
.content-tabs {
	width:100%;
	background:url("../gfx/content-tabs/border.gif") repeat-x bottom;
} 
.content-tabs ul {
	margin:0px;
	padding:7px 6px 0px 14px !important;
	list-style:none;
} 

.content-tabs ul li {
	float:left;
	background: url("../gfx/content-tabs/left.gif") no-repeat left top;
	margin-left:2px;
	padding: 0px 0px 0px 8px;
	border-bottom: 1px solid #CCCCCC;
}
.content-tabs ul li.active {
	border-bottom: 1px solid #FFFFFF;
	background: url("../gfx/content-tabs/left-active.gif") no-repeat left top;
}
.content-tabs ul li:first-child  {
	float:left;
	background:url("../gfx/content-tabs/first-left.gif") no-repeat left top;
	margin-left:2px;
	padding: 0px 0px 0px 8px;
	border-bottom: 1px solid #CCCCCC;	
}
.content-tabs ul li.active:first-child {
	border-bottom: 1px solid #FFFFFF;
	background:url("../gfx/content-tabs/first-left-active.gif") no-repeat left top;
}

.content-tabs ul li a {
	display:block;
	width: auto;
	padding:4px 8px 4px 0px !important;
	background: url("../gfx/content-tabs/right.gif") no-repeat right top !important;
	text-decoration:none;
	border-bottom:none;
	color:#666666;
	line-height:1.2em;
}
.content-tabs ul li.active a {
	font-weight:bold;
	color:#000000;
	background: url("../gfx/content-tabs/right-active.gif") no-repeat right top !important;
}
.content-tabs ul li:last-child a {
	background: url("../gfx/content-tabs/last-right.gif") no-repeat right top !important;
}
.content-tabs ul li.active:last-child a {
	background: url("../gfx/content-tabs/last-right-active.gif") no-repeat right top !important;
}

.content-tabs ul li a:hover {
	color:#000000;
}



/* -- Artikel Inhalt ----------------------*/

.content-flow {
	padding-top: 8px;
	padding-bottom: 20px;
	font-size:0.75em;
}

.content-flow h2 {
	margin:0px;
	padding: 16px 16px 4px 16px;
	font-size:1.15em;	
}
.content-flow h3 {
	font-size:1em;	
}
.content-flow p {
	margin:0px;
	padding:0px 16px 8px 16px;
	line-height:150%;
}
.content-flow .section {
	margin:0px;
	padding:0px 16px 8px 16px;
	line-height:150%;
}
.content-flow .section p {
	padding:0px 0px 8px 0px !important;
}
.content-flow .section p:last-child {
	padding:0px 0px 0px 0px !important;
}
.content-flow .section ul {
	margin-top:8px;
}
.content-flow .section ol {
	margin-top:8px;
}

.content-flow a {
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted #666;
}
.content-flow a:hover {
	color:#666666;
}

.content-flow a[href^='http://'] {
    padding-right: 9px;
    background: url(../gfx/arrow/offsite.gif) right no-repeat;
}
/* icon und border bei bildern verschwinden lassen*/
.content-flow a[href^='http://'] img {
    margin-right: -9px;
    margin-bottom:-4px;
}
/* ausser wenn intern verlinkt */
.content-flow a[href*='.braunschweig.de'] img,
.content-flow a[href*='.braunschweig-zukunft.de'] img {
    margin-right: 0px;
    margin-bottom: 0px;
}
.content-flow a[href*='.braunschweig.de'],
.content-flow a[href*='.braunschweig-zukunft.de'],
.teaser .image-teaser a {
    padding-right: 0;
    background-image: none;
}


.content-flow .image-teaser a img {
    margin-right: auto;
    margin-bottom: 0px;
}

.content-flow a.inline-link {
	text-decoration:none;
	padding-right:14px;
	background:transparent url(../gfx/arrow/double-right-link.gif) bottom right no-repeat;	
	line-height:150%;
}
.content-flow a.external {
	padding-right:16px;
	background:url(../gfx/arrow/double-right-external.gif) no-repeat bottom right;
}
.content-flow a.more {
	color:#000000;
	padding-right:16px;
	text-decoration:none;
	font-weight:bold;
	background:transparent url(../gfx/arrow/double-right-link.gif) bottom right no-repeat;
	border-bottom:none;
}
.content-flow a.more:hover {
	color:#666666;
}

.content-flow blockquote.quotes  {
	background:transparent url(../gfx/quote-start.gif) no-repeat left top;
	line-height:150%;
	margin: 15px auto;
	padding:0;
	width:400px;
}
.content-flow blockquote.quotes div {
	background:transparent url(../gfx/quote-end.gif) no-repeat right bottom;
	padding:0 32px 10px;
}
.content-flow blockquote.quotes cite {
	display:block;
	font-size:0.7em;
	color:#666;
}

.content-flow .box {
	margin:0px 0px 18px 0px;
	padding:5px 0px 5px 0px;
	background:url("../gfx/box-back.gif") repeat-y;
	border-bottom:1px solid #CCCCCC;
}
.content-flow .box-breaking {
	margin:9px 0px 18px 0px;
	padding:9px 0px 5px 32px;
	background:url("../gfx/box-breaking.gif") repeat-y;
	border-top:1px solid #FF0000;
	border-bottom:1px solid #FF0000;
}
.content-flow .box-closed {
	margin:18px 0px 18px 0px;
	padding:5px 0px 5px 0px;
	background:url("../gfx/box-back.gif") repeat-y;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.content-flow .box-compact {
	margin:0px 0px 18px 0px;
	padding:5px 0px 5px 0px;
	background:url("../gfx/box-back.gif") repeat-y;
	border-bottom:1px solid #CCCCCC;
	overflow: auto; 
	height: 350px;
}
.content-flow h2.box-head {
	margin-top:18px;
	color:#666666;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	padding-bottom:2px;
	border-bottom:1px solid #CCCCCC;
	font-size:1.15em;	
}

.content-flow h3.slider-head {
	margin:0px;
	padding: 2px 16px 2px 16px;	
	background-color:#EFEFEF;
	color:#666666;
	font-weight:normal;
	letter-spacing:1px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	font-size:1em;	
}
.content-flow h3.slider-head a {
	display:block;
	border:0px none;
	padding-left:20px;
	background:transparent url(../gfx/arrow/fold-closed.gif) bottom left no-repeat;	
}
.content-flow h3.slider-head a.active {
	background:transparent url(../gfx/arrow/fold-open.gif) bottom left no-repeat;	
}
.content-flow .slider {
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
  background:url("../gfx/box-back.gif") repeat-y;
	border-bottom:1px solid #CCCCCC;
}



.content-flow hr {
 border: 0px;
 border-top: solid 1px #CCCCCC;
 border-bottom: transparent;
}

.content-flow .hr {
	clear:both;
	height:1px;
	padding:0px;
	margin:3px 3px 3px 3px;
	border-top: solid 1px #CCCCCC;
  font-size: 1px;
  line-height: 0px;	
}

.content-flow a.top {
	display:block;
	width:auto;
	float:right;
	padding-right:20px;
	background:url(../gfx/icon/top.gif) no-repeat right;
}


/* -- Tabelle ------------------------ */
.content-flow>table,
.box>table {
	margin:0px 16px 8px 16px;
	padding:0px;
	line-height:150%;
	border-collapse: collapse;
}
.section table {
	border-collapse: collapse;
}
.content-flow table th {
	padding: 1px 3px 1px 3px;
}
.content-flow table td {
	padding: 1px 3px 1px 3px;
	vertical-align:top;
}

.content-flow table.borders {
	border: 1px solid #CCCCCC;
}
.content-flow table.borders th {
	border: 1px dotted #CCCCCC;
	background-color:#EBEBEB;
}
.content-flow table.borders td {
	border: 1px dotted #CCCCCC;
}

/* -- Forms und Labels ------------------------ */

.content-flow .form {
	padding:15px 15px 0px 14px;
	margin:0px;
	line-height:1.4em;
}

.content-flow .form .empfaenger {
	font-size: 12px;
	font-weight:normal;
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	background-color:#FFFFFF;
	border-top:1px solid #999997;
	border-left:5px solid #999997;
	border-right:1px solid #999997;
	border-bottom:1px solid #999997;
	padding: 1px 2px 1px 2px;
}

.content-flow .form .formtext {
	font-size: 12px;
	font-weight:normal;
	font-family:"Courier New", Courier, monospace;
	color:#000000;
	background-color:#FFFFFF;
	border-top:1px solid #999997;
	border-left:5px solid #999997;
	border-right:1px solid #999997;
	border-bottom:1px solid #999997;
	margin: 0px 0px 4px 0px;
	padding: 1px 2px 1px 2px;
}

.content-flow .form .button {
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#D8D1C9;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #999997;
	border-bottom:1px solid #999997;
	margin: 0px 0px 4px 0px;
}

.content-flow .form .required {
	border-left:5px solid #EF4122;
}

.content-flow .form .error {
	background:#FFDDDD;
}

.content-flow .form label {
	font-weight:bold;
}

.content-flow .rightaligned {
	float:left; 
	display:block; 
	width:150px; 
	text-align:right; 
	padding-right:20px;
	color:#000000 !important;
}



label.overTxtLabel {
	padding:2px 0px 0px 4px;
	font-size: 12px;
	color: #999;
}


/* -- Teaser ------------------------ */

.content-flow .teaser {
	margin: 12px 3px 12px 3px;
	padding:0px 13px 8px 13px;
}

.content-flow .teaser h3 {
	margin: 0px 0px 5px 0px;
	line-height:120%;
}
.content-flow .teaser p {
	padding:0px 0px 8px 0px;
}
.content-flow .teaser h3 a {
	color:#000000;
	text-decoration:none;
	padding-right:14px;
	background:url(../gfx/arrow/double-right-link.gif) no-repeat bottom right;
	border-bottom:none;
}
.content-flow .teaser h3 a:hover {
	color:#666666;
}
.content-flow .teaser a.more {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	border-bottom:none;
}
.content-flow .teaser a:hover {
	color:#666666;
}
.content-flow .teaser .datum {
	font-weight:bold;
	color:#999999;
}




/* -- Bilder ------------------------- */

.content-flow .image-teaser {
	background:#ffffff;
	display:inline; /* ie double margin bug fix */
	float:left;
	width:auto;
	margin: 3px 12px 0px 0px;
}
.content-flow .image-left {
	display:inline; /* ie double margin bug fix */
	float:left;
	width:auto;
	margin: 3px 12px 0px 16px;
}
.content-flow .image-right {
	display:inline; /* ie double margin bug fix */
	float:right;
	width:auto;
	margin: 3px 16px 0px 12px;
}
.content-flow .image-center {
	width:auto;
	margin: 3px auto 9px auto;
}
.content-flow .image-left img,
.content-flow .image-center img,
.content-flow .image-right img,
.content-flow .image-border img {
	display:block;
	border:1px solid #CCCCCC;
}

.content-flow .noborder img {
	border:0 none;
}
.content-flow .image-teaser img {
	margin:auto;
	display:block;
}
.content-flow .image-teaser .img-border {
	border:1px solid #CCCCCC;
}
.content-flow .image-teaser a {
	border:0 none;
}

.content-flow .big {
	width:519px;
}
.content-flow .normal {
	width:367px;
}
.content-flow .small {
	width:162px;
}
.content-flow .tiny {
	width:82px;
}

.content-flow .caption {
	color:#666666;
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin: 0px;
	padding:2px 0px 2px 0px;
	text-align:center;
}
.content-flow .image-shadow {
	padding:2px 0px 2px 0px;
	background:url(../gfx/image-shadow.gif) repeat-x bottom;
}

.content-flow .slideshow {
	background:#ebebeb;
	border:1px solid #CCCCCC !important;
}

.content-flow img.slideshow-next {
	float:right;
	padding:3px 3px 3px 20px;
}
.content-flow img.slideshow-prev {
	float:left;
	padding:3px 20px 3px 3px;
}
.content-flow .slideshow-controller a {
	border:0 none;
}


.content-flow .object-wrap {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}


.content-flow a.toggleMore {
	padding: 2px 12px 0px 0px;
	background:transparent url(../gfx/arrow/fold-more.gif) bottom right no-repeat;
}
.content-flow a.toggleLess {
	padding: 2px 12px 0px 0px;
	background:transparent url(../gfx/arrow/fold-less.gif) bottom right no-repeat !important;
}
.content-flow div.tauschboerseGallery div.image-left {
	margin-left: 0px;
}


/* --- Zweispalter --------------- */

.content-flow .twocolumn {
	padding-left:3px;
	padding-right:3px;
	background:url(../gfx/twocolumn-back.gif);
	min-height: 1px; /* ie7 disappearing background fix */
}
.content-flow .twocolumn .teaser {
	border:0px none;
	padding-bottom:0px;
	padding-top:0px;
	margin-top:10px;
	margin-bottom:10px;
}
.content-flow .twocolumn .left {
	float:left;
	width:50%;
}
.content-flow .twocolumn .right {
	float:left;
	width:48%;
}

.content-flow .centered {
	width:420px;
	margin:0px auto;
	padding: 16px 0px 16px 0px;
	clear:both;
}



/* --- Linkliste --------------------*/

.content-flow .linklist,
.content-addon .linklist {
	margin: 0px 0px 8px 0px;
	padding: 5px 16px 0px 16px;
}
.content-flow .linklist li,
.content-addon .linklist li {
	color:#666666;
	list-style:none;
	margin: 2px 0px 2px 0px;
	line-height:150%;
}
.content-flow .linklist li a,
.content-addon .linklist li a {
	text-decoration:none;
	font-weight:bold;
	/*padding-right:16px;*/
	/*background:url(../gfx/arrow/double-right-link.gif) no-repeat bottom right;*/
	border-bottom:1px dotted #AAA;
}
.content-flow .linklist li a.external {
	/*background:url(../gfx/arrow/double-right-external.gif) no-repeat bottom right;*/
}



/* --- List Icons --------------------*/


.content-flow li.icon,
.content-addon li.icon {
	zoom: 1	;
	list-style:none;
	margin: 0px 0px 4px 0px;
	padding-left:20px;	
	background:url(../gfx/icon/link-intern.gif) no-repeat;
}

.content-flow li.link {
	background:url(../gfx/icon/link-intern.gif) no-repeat;
}
.content-flow li.link-extern {
	background:url(../gfx/icon/link-extern.gif) no-repeat;
}
.content-flow li.file {
	background:url(../gfx/icon/file.gif) no-repeat;
}
.content-flow li.jpeg {
	background:url(../gfx/icon/file-picture.gif) no-repeat;
}
.content-flow li.gif {
	background:url(../gfx/icon/file-picture.gif) no-repeat;
}
.content-flow li.pdf {
	background:url(../gfx/icon/file-pdf.gif) no-repeat;
}
.content-flow li.doc, 
.content-flow li.docx {
	background:url(../gfx/icon/file-doc.gif) no-repeat;
}
.content-flow li.zip {
	background:url(../gfx/icon/file-zip.gif) no-repeat;
}
.content-flow li.ppt,
.content-flow li.pptx,
.content-flow li.pps {
	background:url(../gfx/icon/file-ppt.gif) no-repeat;
}
.content-flow li.xls,
.content-flow li.xlsx {
	background:url(../gfx/icon/file-xls.gif) no-repeat;
}
.content-flow li.mp3 {
	background:url(../gfx/icon/file-mp3.gif) no-repeat;
}
.content-flow li.wmv {
	background:url(../gfx/icon/file-video.gif) no-repeat;
}
.content-flow li.mp4 {
	background:url(../gfx/icon/file-video.gif) no-repeat;
}
.content-flow li.txt {
	background:url(../gfx/icon/file-txt.gif) no-repeat;
}
.content-flow li.vv_produkt,
.content-flow li.product {
	background:url(../gfx/icon/vv_produkt.gif) no-repeat;
}
.content-flow li.vv_orgeinheit,
.content-flow li.orgUnit {
	background:url(../gfx/icon/vv_orgeinheit.gif) no-repeat;
}
.content-flow li.vv_mitarbeiter {
	background:url(../gfx/icon/vv_mitarbeiter.gif) no-repeat;
}
.content-flow ul#twitter_update_list li {
	list-style:none;
	margin: 0px 0px 4px 0px;
	padding-left:20px;	
	background:url(../gfx/icon/twitter.gif) no-repeat;
}

.content-addon .linklist li {
	line-height: 120%;
	height:16px;
}
.content-addon .linklist li a {
	line-height: 120%;
	font-weight:normal;
}

.content-addon li.delicious {
	background:url(../gfx/icon/sprites-social.png) 0 0px no-repeat;
}
.content-addon li.mister-wong {
	background:url(../gfx/icon/sprites-social.png) 0 -16px no-repeat;
}
.content-addon li.google {
	background:url(../gfx/icon/sprites-social.png) 0 -32px no-repeat;
}
.content-addon li.yahoo {
	background:url(../gfx/icon/sprites-social.png) 0 -48px  no-repeat;
}
.content-addon li.mslive {
	background:url(../gfx/icon/sprites-social.png) 0 -64px no-repeat;
}
.content-addon li.twitter {
	background:url(../gfx/icon/sprites-social.png) 0 -80px no-repeat;
}
.content-addon li.studivz {
	background:url(../gfx/icon/sprites-social.png) 0 -96px no-repeat;
}
.content-addon li.facebook {
	background:url(../gfx/icon/sprites-social.png) 0 -112px no-repeat;
}
.content-addon li.myspace {
	background:url(../gfx/icon/sprites-social.png) 0 -128px no-repeat;
}
.content-addon li.digg {
	background:url(../gfx/icon/sprites-social.png) 0 -144px no-repeat;
}
.content-addon li.reddit {
	background:url(../gfx/icon/sprites-social.png) 0 -160px no-repeat;
}
.content-addon li.yigg {
	background:url(../gfx/icon/sprites-social.png) 0 -176px no-repeat;
}
.content-addon li.stumbleupon {
	background:url(../gfx/icon/sprites-social.png) 0 -192px no-repeat;
}





/* Click Button */
a.clickbutton {
	display:block;
	height:40px;
	border-bottom:0px none;
	background:url(../gfx/clickbutton.png) no-repeat top left !important;
	padding-right:0px !important;
}
a.clickbutton span.clickbutton-label {
	display:block;
	text-align:center;
	padding:10px 20px 10px 20px;
	height:20px;
	background:url(../gfx/clickbutton-end.png) no-repeat top right;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}
a.clickbutton:hover {
	background:url(../gfx/clickbutton.png) no-repeat bottom left !important;
}
a.clickbutton:hover span.clickbutton-label {
	background:url(../gfx/clickbutton-end.png) no-repeat bottom right;
	color:#FFF;
}
/* Paging */

.paging{
	padding:5px 16px 5px 16px;
	color:#000000;
	font-weight:bold;
}

.paging a {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#808080;
	margin:0 3px 0 0;
	padding:0 5px;
	text-decoration:none;
}



.paging a:hover{
	background:#9F9E9C;
	color:#FFFFFF;
	text-decoration:none;
}


/*--- Sitemap ------------------- */

.content_sitemap .sitemap-hidden {
	color:#999;
}
.content_sitemap ul {
	margin-left:0px;
	padding-left:30px;
	padding-bottom:0px;
	line-height:180%;
}
.content_sitemap li {
	list-style:disc;
}
.content_sitemap li a {
	color:#000;
	font-weight:bold;
}
.content_sitemap li li a {
	color:#000;
	font-weight:normal;
}
.content_sitemap li li li a {
	color:#444;
}



/*--- Infotable ------------------- */

.content-flow .infotable {
	margin: 0px;
	padding: 8px 15px 10px 15px;
}
.content-flow .infotable table {
	font-size:1em;		
	padding:0px;	
}
.content-flow .infotable th {
	color:#9F9E9C;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding:0px 10px 2px 0px;
	line-height:150%;
	width:80px;	
	font-size:1em;	
}
.content-flow .infotable td {
	text-align:left;
	vertical-align:top;
	padding:0px 0px 2px 0px;	
	width:auto;
	line-height:150%;
	font-size:1em;	
}
.content-flow .infotable td p {
	font-size:1em;
	padding:0px;
	margin:0px;	
}
.content-flow .infotable h2 {
	padding: 0px 0px 4px 0px;
}



/* --- Definition List ------------ */

.content-flow dl { 
	margin: 0px 0px 9px 0px;
	padding: 0px;
}

.content-flow dl dt {
	position: relative;
	left: 18px;
	top: 1.4em;
	width: 60px;
	color:#9F9E9C;
	font-weight:bold;
	line-height:150%;	
}

.content-flow dl dd {
	border-left: 1px solid #cccccc;
	margin: 0 0 0 86px;
	padding: 0 16px 0px 5px;
	line-height:150%;
	color:#666666;	
}
.content-flow dl dd a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding-right:16px;
	background:transparent url(../gfx/arrow/double-right-link.gif) bottom right no-repeat;	
	line-height:150%;
	border-bottom:none;	
}




/* --- Kalender ------------ */

.vk_tags {
	color:#9F9E9C;
	font-weight:bold;
}
h2.vk_subheading {
	margin-top:18px;
	color:#9F9E9C;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:2px;
}

/* --- Kalenderblatt ---- */

table.calendar {
	width: 160px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #cccccc;
	font-weight:normal;
	color: #333333;
	text-align: center;
	background-color: #fff;
}

table.calendar .nav, table.calendar .nav a {
	font-weight:bold;
	font-size:1.4em;
	color: #666666;	
	text-align: center;
	text-decoration: none;
}	

table.calendar caption {
	margin: 0;
	padding: 0;
	width: 160px;
	background: #ffffff;
	color: #000;	 
	font-weight:bold;
	text-align: center;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;	
}

table.calendar th {
	font-weight: bold;
	color: #000000;
	background: #ebebeb;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

table.calendar td.today, table.calendar td.today a {
	color: #000000;
	font-weight: bold;
	background: #f2cf29;
}
table.calendar td.weekend, table.calendar td.weekend a {
	font-weight: bold;
	background: #f1efff;
}


table.calendar td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 25px;
	height: 25px;
	text-align: center;
}

table.calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

table.calendar td a {	
	color: #666666;
}

table.calendar td a:hover {
	color: #000000;
}


/* --- Artikel end ------------ */
.content-end p {
	font-size:0.8em;
	margin:0px;
	padding:0px 16px 8px 16px;
	line-height:150%;
	color:#666666;
}
.content-end h3 {
	color:#666666;
	padding:0px 16px 0px 16px;
	margin:0px;
	font-size:0.8em;	
}
/* --- Artikel slideoutbox ------------ */
.content-addon {
	font-size:0.75em;
}
.content-addon h2 {
	margin:0px;
	padding: 4px 16px 8px 16px;
	font-size:1em;	
}
.content-addon p {
	margin:0px;
	padding:0px 16px 8px 16px;
	line-height:150%;
}

.content-addon .slideout-box {
	display:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url("../gfx/box-back.gif") repeat-y;
	border-top:1px solid #CCCCCC;
}
.content-addon .slideout-box a {
	color:#000000;
}
.content-addon .slideout-box a:hover {
	color:#666666;
}

.content-addon .slideout-box .slideout-content {
	height:315px;
}

.content-addon .slideout-box a.close {
	text-decoration:none;
	color:#666666;
	float:right;
	padding:0px 18px 0px 0px;
	margin-top:5px;
	margin-right:10px;
	background:url("../gfx/icon/close.gif") no-repeat right;
}
.content-addon .slideout-box a.close:hover {
	color:#000000;
}

#toggle-setup {
	display:none;
}
#toggle-feedback {
	display:none;
}
#toggle-recommend {
	display:none;
}
#toggle-bookmark {
	display:none;
}
/* --- Formular -------------------- */

#recommend-reload-captcha, #feedback-reload-captcha {
  cursor: pointer;
}

.form-message .error {
  border: 1px solid #990000;
  background-color: #ffd9d9;
  padding: 2px 5px 2px 5px;
  margin: 0px 0px 3px 0px;
}

.form-message .message {
  border: 1px solid #ffcc00;
  background-color: #fff2bf;
  padding: 2px 5px 2px 5px;
  margin: 0px 0px 3px 0px;
}

/* --- Artikelfuss ----------------- */

.content-bottom {
	text-decoration:none;
	font-size:0.70em;
	color:#666666;
	height:30px;
}

.content-bottom .hr {
	height:1px;
	padding:0px;
	margin:0px 0px 5px 0px;
	border-top: solid 1px #CCCCCC;
    font-size: 1px;
    line-height: 0px;	
}
.content-bottom a {
	display:inline-block;
	width:auto;
	margin:0px 5px 0px 0px;
	padding:2px 20px 2px 10px;
	text-decoration:none;
	color:#666666;
}
.content-bottom a:hover {
	color:#000000;
}
.content-bottom a.impressum {
	float:left;
	background:url(../gfx/icon/impressum.gif) no-repeat right;
}
.content-bottom a.darstellung {
	float:left;
	background:url(../gfx/icon/fontsize.gif) no-repeat right;
}
.content-bottom a.anregung {
	float:left;
	background:url(../gfx/icon/feedback.gif) no-repeat right;
}
.content-bottom a.empfehlen {
	float:left;
	background:url(../gfx/icon/recommend.gif) no-repeat right;
}
.content-bottom a.drucken {
	float:left;
	background:url(../gfx/icon/print.gif) no-repeat right;
}
.content-bottom a.bookmark {
	float:left;
	background:url(../gfx/icon/addthis.gif) no-repeat right;
}
.content-bottom a.top {
	float:right;
	padding-right:20px;
	background:url(../gfx/icon/top.gif) no-repeat right;
}


div.addthis_toolbox {
  float:left !important;
}
a.addthis_button_compact {
  background:url(/assets/gfx/icon/addthis.gif) no-repeat right !important; 
  border-bottom: none !important;
  padding:2px 20px 0px 7px !important;
}
a.addthis_button_compact span {
 background-image:none !important;
 width:auto !important;
}


.address {
	padding-bottom:16px;
}
.address h3 {
	margin-bottom:0px;
	color:#9F9E9C;
}

/* ---- Forms -------------------- */

form.form {
	margin: 0px 15px 10px 15px;	
}
form.form fieldset {
  padding: 0px 0px 10px 0px;
  border:0px none;
}
form.form legend {
	padding: 0px 0px 12px 0px;
	font-weight:bold;
}
form.form label {
	display: inline-block;
	vertical-align: top;
}
form.form .text {
	width:250px;
	background:#f5f5f5;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding:1px;
}
form.form input.submit {
	width:150px;
	margin-left:270px;
	background:#E0E0E0;
}
form.form input.radio {
	width:auto;
}
form.form .checkbox {
	background:none;
	border:0px none !important;
}
form.form textarea {
	font-family:Arial, Helvetica, sans-serif;
	width:250px;
	background:#f5f5f5;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding:1px;
}
form.form ol {
	margin: 0px;
	padding: 0px 0px 9px 0px;
}
form.form li {
	list-style: none;
	padding: 2px 0px 2px 0px;
	margin: 0;
}
form.form em {
	font-weight: bold;
	font-style: normal;
	color: #000;
}
form.form label {
	width: 160px;
}


ul.steps {
	padding:0px 0px;
}
ul.steps li {
	display:block;
	text-align:center;
	float:left;
	padding:10px 0px 0px 0px;
	width:33%;
	color:#666;
	font-weight:bold;
	font-size:15px;
	height:25px;
	background:#EFEFEF url(../gfx/step_arrow.png) right no-repeat;
}
ul.steps li.active {
	background-color:#22c022;
	color:#FFF;
}
ul.steps li.done {
	background-color:#22c022;
	color:#FFF;
}




.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}


.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #B0B0B0 !important;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000 !important;
	background-color:#FFC;
}
.validatedForm input {
	border: 1px solid #B0B0B0;
	padding:1px;
	margin-bottom:2px;
}

/* --- Mootools Tooltip ---------- */

.tooltip-info {
	display:block;
	position:absolute;
}
.tooltip-info:hover {
	border:1px dashed white;
	opacity:0.7;
}

.tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(../gfx/tooltip-back.gif) top left;
}
 
.tip-text {
	text-align:left;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../gfx/tooltip-back.gif) bottom right;

}

a.showtooltip {
	border-bottom:0px none;
}

.ilink {
	text-align:center;
	margin:0px 3px 0px 3px;
	padding:1px 16px 1px 16px;
	background:#FC0;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-size:0.8em;
	border-top:solid 1px #FF6;
	border-bottom:solid 1px #CA0;
}
.ilink:hover {
	color:#F00;
}
.content-flow a.ilink {
	float:right;
	text-align:center;
	margin:0px;
	padding:0px 2px 0px 2px;
	background:#FC0;
	display:inline;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-size:1em;
	border-top:solid 1px #FF6;
	border-left:solid 1px #FF6;
	border-bottom:solid 1px #CA0;
	border-right:solid 1px #CA0;
}
.ilink:hover {
	color:#F00;
}
li.icon div {
	width:15px;
	float:right;
}

.ms-obj-content {
	height:230px;
}
.mspopup {
	width:360px;
	height:230px;
}
.popupContent {
	width:360px;
	height:230px;
}






/* ======================================= */
/* Slideboxes */

.content-flow .contentSlide {
	position: relative;
	width: 553px;
}

.columnbox .contentSlide {
	position: relative;
	width: 163px;
}

.columnbox .contentSlide_browser ul {
	padding-bottom: 10px;	
}

/* ======================================= */
/* Objects */

.content-flow .slideObject {
	width: 553px;
}

/*.columnbox .slideObject {
	height: 105px;
}*/

/* ======================================= */
/* Element Browser */

.contentSlide_browser {
	text-align: center;
	width: 100%;
}

.contentSlide_browser ul {
	padding: 0px;
	list-style: none;
	width: 100%;
	display: block;
	padding-bottom: 5px;
}

.contentSlide_browser ul li {
	padding: 5px;
	margin: 0px;
	display: inline;
	cursor: pointer;
	border: 0px;
}

.contentSlide_browser ul li a {
	text-decoration: none;
	border: 0px;
	font-size: 0px;
	color: #e6e6e6;

	padding: 5px;
	display: inline;
	background-image: url('/assets/gfx/circle-inactive.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.contentSlide_browser ul li a:hover {
	background-image: url('/assets/gfx/circle-hover.png');
	color: #cccccc;
}

.contentSlide_browser ul li a.active {
	background-image: url('/assets/gfx/circle-active.png');
	color: #999999;
}




ul.stadtplanMenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.stadtplanMenu li {
	margin: 0px;
	padding: 0px;
}
ul.stadtplanMenu li a {
	padding: 0px 20px 0px 0px !important;
	background:right 0px no-repeat url(/assets/gfx/icon/sprites-stadtplan.png) !important;
}
ul.stadtplanSubMenu {
	line-height:100%;
	position:absolute;
	list-style: none;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border:1px solid #cccccc;
	border-radius: 3px;
	box-shadow: 2px 2px 2px grey;
	background-color:#ffffff;
	overflow:hidden;
	width:240px;
	opacity:0;
}
ul.stadtplanSubMenu li  {
	background-image:none;
	padding:4px 4px 3px 4px; 
}
ul.stadtplanSubMenu li.head {
	display:block; 
	color: #333; 
	background-color:#F0F0F0; 
	background-image:none; 
	font-weight:bold;
	height:16px;	
}

ul.stadtplanSubMenu li a {
	display:block;
	box-shadow: none;
	padding:0px 0px 0px 24px !important;
	border-bottom:none;
	height:16px;
}
ul.stadtplanSubMenu li.bs-map {
	height:120px;
	padding:0px !important;
}
ul.stadtplanSubMenu li.bs-map a {
	padding:0px !important;
	margin:0px !important;
	background:none !important;
}
ul.stadtplanSubMenu li.bs-stadtplan a {
	background:0px -16px no-repeat url(/assets/gfx/icon/sprites-stadtplan.png) !important;
}
ul.stadtplanSubMenu li.bs-verkehr a {
	background:0px -32px no-repeat url(/assets/gfx/icon/sprites-stadtplan.png) !important;
}
ul.stadtplanSubMenu li.bs-parken a {
	background:0px -48px no-repeat url(/assets/gfx/icon/sprites-stadtplan.png) !important;
}
ul.stadtplanSubMenu li.bs-oepnv a {
	background:0px -64px no-repeat url(/assets/gfx/icon/sprites-stadtplan.png) !important;
}
ul.stadtplanSubMenu li.komoot a {
	background:0px -80px no-repeat url(/assets/gfx/icon/sprites-stadtplan.png) !important;
}
ul.stadtplanSubMenu li.googlemaps a {
	background:0px -96px no-repeat url(/assets/gfx/icon/sprites-stadtplan.png) !important;
}
ul.stadtplanSubMenu li.osm a {
	background:0px -112px no-repeat url(/assets/gfx/icon/sprites-stadtplan.png) !important;
}
