/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000000;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E8E8E8;
  margin: 30px 0;
  padding: 0;
}
#subnavigation hr {
	margin: 30px 30px 30px 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
	height: 100%;
}

h1 {
	color: #0094D5;
	font-size: 26px;
}
h2 {
	color: #0093D4;
	font-size: 20px;
}
h3 {
	color: #2A313C;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -310px; 
}

#top {
	background: #0094D5;
	height: 10px;
}

#container {
	width: 940px;
	margin: 0 auto;
}
#logo {
	margin-top: 80px;
	width: 200px;
	float: left;
}
#socialtop {
	float: right;
	margin-top: 110px;
	width: 200px;
}
#socialtop .item {
	float: right;
	margin-left: 15px;
}

/** Navigation **/
#navigation-container {
	background: url("../images/bg-navigation.png") no-repeat scroll 0 0 transparent;
	height: 75px;
}
#navigation {
	margin-top: 30px;
	width: 940px;
}
#navigation ul {
	list-style-type: none;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position:	relative;
	padding: 25px 0 26px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.2s ease-in-out 0s;
}
.sf-menu li:first-child a {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 6px;
}
.sf-menu li:last-child a {
  border-bottom-right-radius: 9px;
  border-top-right-radius: 9px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			4.9em;
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu {
	float: left;
}
/* Menu top color */
.sf-menu a, .sf-menu a:visited {
	color:#2a313c;
}
.sf-menu a:hover, .sf-menu li.current a, .sf-menu li.active a {
	color:#2a313c; 
	background: #fafafa;
}
.sf-menu li.sfHover a,
.sf-menu li.sfHover a:hover,
.sf-menu li.active a {
	color: #0094D5;
}
.sf-menu > li {
  border-left: 1px solid #e4e4e4;
  padding-left: 1px;
  text-align: center;
  width: 154px;
  z-index: 10;
}
.sf-menu > li:before {
  border-left: 1px solid #fff;
  bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.sf-menu li:first-child, .sf-menu li:first-child:before{
	border:0;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	background:#f4f4f4;
	color:#2a313c;
}
.sf-menu li li, .sf-menu li li:first-child {
	 border-bottom: 1px solid #e4e4e4;
	 text-align: left;
}
.sf-menu > li li:before{
	border-bottom: 1px solid #fff;
}
.sf-menu ul li a { 
	color:#2a313c;
	font-size: 13px;
  padding: 12px 25px !important;
  text-transform:none;
}
.sf-menu ul li a:hover, #topnav li li a.current{color:#0093D4;}

#navigation li li a, .sf-menu li li a, .sf-menu li li a:visited {
	color:#2a313c;
	line-height: 18px;
}
#navigation li li a:hover{
	color:#0093D4; 
	background:#fafafa;
}

.sf-sub-indicator {
	display: none;
}
#navigation .itm25 li {
	width: 230px;
}
#navigation .itm29 li {
	width: 250px;
}
#navigation .itm33 li {
	width: 240px;
}

/** News **/
#news .item {
	margin-bottom: 25px;
	color: #000000;
}		
.news-list-morelink {
	display: none;
}
#news .item .date {
	border: 1px solid #D2D2D2;
	padding: 5px 10px;
	margin-right: 10px;
	width: 20px;
	float: left;
}
.newsitemArchive .dateicon {
	float: left;
	width: 27px;
}
.newsitemArchive .text p {
	margin-top: 0;
}
.newsitemArchive .date {
	float: left;
	margin-bottom: 22px;
	padding-top: 2px;
	font-size: 13px;
}
.newsitemArchive .imagewrap {
	background: url('../images/shadow-small.gif') no-repeat bottom center; 
}
.newsitemArchive .image {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.newsitemArchive .image img {
	margin-bottom: 5px;
}
#news .item .date .day, .newsitemArchive .date .day {
	text-align: center;
	font-size: 11px;
}
#news .item .date .month, .newsitemArchive .date .month {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.newsitemArchive .headline h3 {
	margin: 0;
}
#news .item .text {
	float: right;
	width: 200px;
}
#news .item h4 {
	font-weight: bold;
	margin: 0;
	font-size: 13px;
}
#news .item a:link,
#news .item a:visited {
	color: #2A313C;
	border-bottom: 1px dotted #0093D4;
	text-decoration: none;
}
#news .item a:active,
#news .item a:hover {
	border: 0;
	color: #0093D4;
}
#news .item p {
	margin: 0;
	font-size: 13px;
}
.morebutton {
	margin-top: 5px;
}

/* start info graphic */
#vernetzung {
		margin: 20px 0 0 90px;
		width: 444px;
		height: 443px;
		background: url('../images/vernetzungmitte.png') center center no-repeat;
	}
	#vernetzung a span{
		display: none;
	}
	#vernetzung #bottom {
		margin-top: 400px;
		margin-left: -40px;
		position: absolute;
		z-index: 0;
	}
	#vernetzung a {
		position:absolute;
		text-decoration:none;
		display:none;
		z-index: 200;
	}
	#vernetzung a img {
		position: absolute;
		z-index: 200;
	}
	#dokumente {
		margin-left: 229px;
	}
	#termine {
		margin-left: 323px;
		margin-top: 70px;
	}
	#protokolle {
		margin-left: 322px;
		margin-top: 230px;
	}
	#aufgaben {
		margin-left: 230px;
		margin-top: 323px;
	}
	#rechnungen {
		margin-top: 230px;
	}
	#plaene {
		margin-left: 72px;
		margin-top: 323px;
	}
	#emails {
		margin-top: 72px;
	}
	#adressen {
		margin-left: 71px;
	}
	/* end start info graphic */
/** container info **/
.containerinfo {
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	background: #FAFAFA;
	padding: 20px 0;
}
.containerinfo .infocontent {
	margin: 0 auto;
	width: 940px;
}

/** Startpage **/
#start_boxright {
	float: right;
	width: 260px;
	border-left: 1px solid #E8E8E8;
	padding-left: 40px;
}
#start_boxleft {
	float: left;
	width: 620px;
}
.startcontainer {
	padding-bottom: 20px;
	border-bottom: 1px solid #E8E8E8;
}
#logolist {
	width: 940px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 20px 0;
}
#logolist h2 {
	margin-bottom: 0;
}
#logolist ul {
	list-style-type: none;
}
#logolist DIV.csc-textpic .csc-textpic-imagewrap IMG {
	display: inline;
}
#logolist .csc-textpic-image {
	float: left;
	margin: 0 36px 0 0;
	width: 134px;
	text-align: center;
}
#logolist DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	line-height: 7em;
}

/** Page Partner **/
#page_16 .csc-textpic-image img {
	float: left;
	margin-right: 40px;
}
#page_16 DIV.csc-textpic-center .csc-textpic-center-outer,
#page_16 DIV.csc-textpic-center .csc-textpic-center-inner {
	float: none;
	position: relative;
	right: auto;
}
#page_16 DIV.csc-textpic .csc-textpic-imagewrap FIGURE, DIV.csc-textpic FIGURE.csc-textpic-imagewrap {
	display: block;
}
#page_16 .imgtxt-wrap {
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#page_16 .csc-textpic-imagewrap {
	/*border-bottom: 1px solid #E8E8E8;
	padding-bottom: 30px;
	margin-bottom: 30px;*/
}
#page_16 .img {
	float: left;
	width: 200px;
}
#page_16 .txt {
	float: left;
}
#page_16 FIGCAPTION.csc-textpic-caption {
	float: left;
	margin-left: 200px;
  position: absolute;
}


/** Vernetzungen Box **/
#box-vernetzungen {
	width: 610px;
	height: 245px;
	background: url('../images/vernetzungen.png') no-repeat 12px top;
	font-weight: bold;
	color: #000000;
	margin-top: 50px;
}
#box-vernetzungen .text1 {
	position: absolute;
	margin-top: 77px;
	margin-left: 26px;
}
#box-vernetzungen .text2 {
	position: absolute;
	margin-top: 77px;
	margin-left: 191px;
}
#box-vernetzungen .text3 {
	position: absolute;
	margin-top: 77px;
	margin-left: 364px;
}
#box-vernetzungen .text4 {
	position: absolute;
	margin-top: 77px;
	margin-left: 543px;
}
#box-vernetzungen .text5 {
	position: absolute;
	margin-top: 224px;
	margin-left: 12px;
}
#box-vernetzungen .text6 {
	position: absolute;
	margin-top: 224px;
	margin-left: 182px;
}
#box-vernetzungen .text7 {
	position: absolute;
		margin-top: 224px;
	margin-left: 378px;
}
#box-vernetzungen .text8 {
	position: absolute;
	margin-top: 224px;
	margin-left: 535px;
}
.button-cube {
	background: url('../images/bg-button.png') no-repeat;
	width: 181px;
	height: 51px;
	margin-top: 45px;
	text-align: center;
}
.button-cube:hover {
	background: url('../images/bg-button-1.png') no-repeat;
}
.button-cube a:link,
.button-cube a:visited {
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
}

/** Slider Container **/
#slidercontainer {
	width: 920px;
	height: 340px;
	margin: 10px auto 0;
}

/** Container Subpage **/
#containersub {
	margin: 25px auto 0;
	width: 940px;
}
.contentspacer {
	height: 50px;
}
#subnavigation {
	float: left;
	width: 210px;
}
#subnavigation ul {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}
#subnavigation li {
	background: url('../images/arrow-right.png') no-repeat left 7px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#subnavigation li:hover,
#subnavigation li.active {
	background: url('../images/arrow-right-1.png') no-repeat left 7px;
}
#subnavigation a:link,
#subnavigation a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}
#subnavigation a:active,
#subnavigation a:hover,
#subnavigation li.active a {
	color: #0094D5;
}

#subnavigation .csc-uploads {
	margin-top: 0;
}
#subnavigation .csc-uploads li {
	background: none;
	padding: 0;
}
#subnavigation .csc-uploads a:link,
#subnavigation .csc-uploads a:visited {
	background: url('../images/filedownloads.png') no-repeat left 0;
	display: block;
	padding-left: 25px;
	text-decoration: none;
}
#subnavigation .csc-uploads a:hover,
#subnavigation .csc-uploads a:active {
	background-position: 0 -21px;
}
UL.csc-uploads SPAN.csc-uploads-fileName {
	text-decoration: none;
}
.filelinks {
	border-top: 1px solid #E8E8E8;
	padding-top: 20px;
	margin-top: 20px;
}

#content {
	background: url('../images/bg-subnavigation.png') no-repeat left top;
	padding-left: 75px;
	padding-right: 50px;
	float: right;
	width: 600px;
}
#content p {
	color: #000000;
	font-size: 13px;
	line-height: 20px;
}
#content ul {
	margin: 0 0 0 15px;
	padding: 0;
}
#content li {
	font-size: 13px;
	line-height: 20px;
}
#content a:link,
#content a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #0093D4;
}
#content a:hover,
#content a:active {
	border: 0;
	color: #0093D4;
}

/** Footer **/
.push {
	height: 300px;
}
#containerfooter {
	border-top: 10px solid #0094D5;
	background: #F4F4F4;
	height: 300px;
}
#footer {
	width: 940px;
	margin: 0 auto;
	font-size: 13px;
}
#footertop {
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
	background: url('../images/solit-cube.png') no-repeat right 130px;
}
#footerbottom {
	padding-top: 15px;
	border-top: 1px solid #FFFFFF;
}
#footerbottom a:link,
#footerbottom a:visited {
	color: #2a313c;
	text-decoration: none;
}
#footerbottom a:hover,
#footerbottom a:active {
	color: #0093D4;
}
#footer h2 {
	font-size: 17px;
}

#footer #contact a:link,
#footer #contact a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #0093D4;
}
#footer #contact a:hover,
#footer #contact a:active {
	border: 0;
	color: #0093D4;
}
.grey {
	color: #CCCCCC;
}

#quicklinks {
	float: left;
	width: 230px;
	margin-right: 40px;
}
#quicklinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#quicklinks li {
	background: url('../images/arrow-right.png') no-repeat left 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}
#quicklinks a:link,
#quicklinks a:visited {
	color: #2a313c;
	text-decoration: none;
	border: 0;
}
#quicklinks a:hover,
#quicklinks a:active {
	color: #0093D4;
}

#about-solit {
	float: left;
	width: 250px;
	margin-right: 140px;
}
#contact {
	float: left;
	width: 230px;
}

#copyright {
	float: left;
	width: 400px;
	color: #666666;
}
#copyright a:link,
#copyright a:visited {
	color: #666666;
}
#copyright a:hover,
#copyright a:active {
	color: #0093D4;
}
#socialmedia {
	float: right;
	width: 250px;
	padding-top: 10px;
}
.socialmediatext {
	float: left;
	width: 170px;
	text-align: right;
	margin-top: 2px;
	color: #666666;
}
.socialmediaicons {
	float: right;
	width: 70px;
	padding-top: 3px;
}
#socialmedia .st_twitter_custom {
    background: url("../images/share_icons.png") no-repeat scroll 0 -16px transparent;
    display: inline-block;
    height: 14px;
    width: 14px;
}
#socialmedia .st_twitter_custom:hover {
    background-position: 0 0;
    cursor: pointer;
}
#socialmedia .st_facebook_custom {
    background: url("../images/share_icons.png") no-repeat scroll -35px -16px transparent;
    display: inline-block;
    height: 14px;
    width: 14px;
}
#socialmedia .st_facebook_custom:hover {
    background-position: -35px 0;
    cursor: pointer;
}
#socialmedia .st_email_custom {
    background: url("../images/share_icons.png") no-repeat scroll -70px -16px transparent;
    display: inline-block;
    height: 14px;
    width: 14px;
}
#socialmedia .st_email_custom:hover {
    background-position: -70px 0;
    cursor: pointer;
}
#socialmedia .st_pinterest_custom {
    background: url("../images/share_icons.png") no-repeat scroll -131px -16px transparent;
    display: inline-block;
    height: 14px;
    width: 14px;
}
#socialmedia .st_pinterest_custom:hover {
    background-position: -131px 0;
    cursor: pointer;
}
#socialmedia .st_sharethis_custom {
    background: url("../images/share_icons.png") no-repeat scroll -100px -16px transparent;
    display: inline-block;
    height: 14px;
    width: 14px;
}
#socialmedia .st_sharethis_custom:hover {
    background-position: -100px 0;
    cursor: pointer;
}

#scrollToTop {
	background: url("../images/scrolltop.png") no-repeat scroll left top transparent;
  border: medium none;
  bottom: 10px;
  display: none;
  height: 45px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-decoration: none;
  text-indent: -999px;
  width: 45px;
}
#scrollToTop:hover {
	background-position: -59px top;
	cursor: pointer;
}

#tooltip {
	background: url("../images/tooltip.png") no-repeat scroll left bottom transparent;
	opacity: 0.85;
	padding: 4px 8px 15px;
	position: absolute;
	z-index: 3000;
}
#tooltip h3 {
	color: #FFFFFF;
	font-size: 11px;
}
#tooltip h3, #tooltip div { margin: 0; }


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
}