/* ----------------- general html structure */
html, body, div, p, table, tr, td, a, input, textarea, select {
	font-family:"Source Sans Pro", Arial, Verdana, sans-serif;
    color: #2e2d30;
}

html, body {
    margin:0;
    padding:0;
}

html {
	background: white;
	height:100%;
	
}

body {
	background-image:url('../images/hintergrund_header.png');
	background-repeat: repeat-x;
    height:100%;
}

#outerContainer {
    position: relative;
    margin: 0 auto 0 auto;
    width: 955px;
}

#header {
    position: relative;
    width: 955px;
    height: 295px;
}

#logobox {
    position: absolute;
	top: 15px;
    width: 270px;
    height: 270px;
	background: #424040;
}

#logobox:hover {
    cursor: hand;
    cursor: pointer; 
}



#logo {
    position: absolute;
	top: 15px;
	left: 15px;
    width: 105px;
    height: 135px;
	background-image: url(../images/logo_skm_gross.png);
}

#company {
    position: absolute;
	top: 85px;
	left: 140px;    color: white;
	font-size: 18px;
	font-weight: 400;
}

#slideplatzhalter {
    position: absolute;
	top: 15px;
	left: 295px;
    width: 660px;
	height: 270px;
}

.corners {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;
	behavior: url(js/pie/PIE.php);	
}

.shadow {
	-webkit-box-shadow:1px 1px 3px A0A0A0;
	-moz-box-shadow:1px 1px 3px #A0A0A0;
	box-shadow:1px 1px 3px #A0A0A0;
	behavior: url(js/pie/PIE.php);	
}
	
form {
    margin:0;
    padding:0;
}

img {
    border:0px;
}

img.ganzeBreite {
	max-width: 100%; 
	height: auto;
}

a {
    color: #E20020;
    text-decoration:none;
    font-weight: normal;
}

a:hover {
    text-decoration:underline;
}

a:visited {
    text-decoration:none;
}

/* /----------------- general html structure */
#contentContainer {
    min-height: 370px;
    padding-bottom: 50px;
	background: white;
    }

#col-left {
    display: inline; /* damit IE nicht doppelt floated */
    width: 295px;
	min-height: 200px;
    float: left;
}

#col-body {
    overflow: visible;
    width: 635px;
    position: relative;
    display: inline; /* damit IE nicht doppelt floated */
    float: left;
	margin-top: 35px;
    padding: 0px 0px 20px 0px;
    overflow: visible;
	min-height: 400px;
	line-height: 20px;
}

div#col-wide {
    overflow: visible;
    position: relative;
    display: inline; /* damit IE nicht doppelt floated */
    width: 955px;
    float: left;
	margin-top: 35px;
    padding: 0px 0px 20px 0px;
	line-height: 20px;
}

#nachlinks {
    float: left;
    margin: 0 20px 0 0;
}

#nachrechts {
    float: right;
    margin: 0 0 0 20px;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

#menu {

	width: 955px;
	margin: 10px 0 10px 0;
	background-color: #E20020;
	height: 40px;
}

#menu .navigation {
	display: inline-block;
	margin-left: 285px;
}


/* ###################################################### */
/* ####################### Login Navigation ############# */
/* ###################################################### */

#nav_login {
    position: relative;
    width: 240px;
    margin: 30px 0 0 0;
}

#nav_login div {
    display: block;
    padding: 0 0px 0 10px;
    
}

#nav_login a {
    color: #E20020;
    font-size: 13px;
    font-weight: normal
    
}

/* ###################################################### */
/* ####################### Bild oben    ################# */
/* ###################################################### */

#bild_oben {
	position: absolute;
	top: 55px;
	left: 315px;
	width: 640px;
	height: 285px;
	}

#bild_oben img {

	}


/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    position: absolute;
    top: 20px;
    left: 780px;
    margin: 0;
    font-size: 10px;
    background-color: transparent;
}
#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
}
#search input {
    border:1px solid #ccc;
    width:140px;
    height:12px;
    font-size:10px;
    border: 1px solid #cccccc;
}
#search input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 5px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
    margin:0 0 10px 0;
}

#col-body .searchResultItem a.intern {
	font-size: 14px;
} 
#searchResults p.message {
    margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h4 {
	clear: left;
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    font-style:normal;
	font-weight: normal;
}

#col-body div.pagination {
	padding-bottom: 20px;
}
	
#col-body a.pagination {
	display: block;
	float: left;
	background: white;
	width: 14px;
	height: 15px;
	padding: 3px;
	line-height: 14px;
	margin: 0px 2px 0 0;
	text-align: center;
	color: #777;
	border-top: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	border-color: #999; 
}

#col-body a.active, #col-body a:hover.active {
	background: #E20020;
	color: white;
}

#col-body a:hover.pagination {
	background: #cccccc; 
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */

#col-body h1, #col-wide h1 {
    margin: 0 0 -45px 0;
    padding:0px 0 60px 0;
    font-size: 20px;
    color: black;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../images/h1_background.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	overflow: visible;
}

* html #col-body h1 { 
}

#col-body h2 {
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 20px 0 15px 0;
	color: black;
}

#col-body #subheadline h2 {
    position: relative;
    margin: 0px 0 15px 0;
    padding: 0;
    margin: 0;
    padding: 0;
}

#col-body h3 {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 10px 0 10px 0;
	color: black;
}

#col-body p {
    font-size: 14px;
	font-weight: 400;
}

#col-body ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    list-style: none;
    text-align: left;
}

#col-body ul li {
    font-size: 14px;
	font-weight: 400;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 1px;
    background-image: url(../images/listdot.png) ;
    background-repeat: no-repeat;
    background-position: 0px 7px; 
}

* html #col-body ul li {
    background-position: 0px 8px; 
}

#col-body ul li ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    list-style: none;
    text-align: left;
}

#col-body ul li ul li {
    font-size: 13px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 1px;
    background-image: url(../images/listdot3.gif) ;
    background-repeat: no-repeat;
    background-position: 0px 5px; 
}

* html #col-body ul li ul li {
    background-position: 0px 8px; 
}

#col-body ol {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    list-style: none;
    text-align: left;
}

#col-body ol li {
    font-size: 14px;
	font-weight: 400;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 1px;
    background-image: url(../images/listdot.png) ;
    background-repeat: no-repeat;
    background-position: 0px 7px; 
}

* html #col-body ol li {
    background-position: 0px 8px; 
}

#col-body .textItem {
	clear: both;
	padding-top: 20px;
	}
	
#col-body .textColumn {
	float: left;
	width: 280px;
	}

#col-body .col01 {
	margin-right: 60px;
	}
	
#col-body table, #col-body table td, #col-body table th {
    font-size: 12px;
    vertical-align: top;
}

#col-body table.geschaeftsfuehrung td, #col-body table.geschaeftsfuehrung th {
    vertical-align: bottom;
}

#col-body table.mitarbeiter td:nth-child(1) { width: 250px;}
/* #col-body table.mitarbeiter td:nth-child(2) { width: 160px;} */

#col-body table.ansprechpartner td, #col-body table.ansprechpartner th {
    font-size: 13px;
}

#col-body table label {
    font-size: 13px;
}

.txtButton { /* Bsp: jetzt spenden */
	width: auto;
	padding: 6px 30px;
	background: #E20020;
	color: white;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;
	behavior: url(js/pie/PIE.php);	
	-webkit-box-shadow:1px 1px 3px A0A0A0;
	-moz-box-shadow:1px 1px 3px #A0A0A0;
	box-shadow:1px 1px 3px #A0A0A0;
	behavior: url(js/pie/PIE.php);		
	}
	

#col-body .downloadliste {
    clear: left;
    margin: 12px 0 0px 0;
    font-size: 12px;
}

#col-body .downloaditem {
    clear: left;
    padding: 2px 0 2px 0;
}

#col-body .downloaddesc {
    padding: 0 0 10px 30px;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

#col-body .teaser_img, #col-body .right {
    float: right;
    margin: 0 0 20px 20px;
    padding: 5px;
}

#teaser_img2, .left {
    float: left;
    margin: 5px 20px 10px 0;
    padding: 5px;
    border: 1px solid #cccccc;
}

/************ Article List: News **************/

#articleList {
	margin-top: 30px;
	width: 210px;
	border-bottom: 1px solid #cccccc;
	}
	
#articleList .marquee {
	height: 250px;
	overflow: hidden;
	}

#articleList h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin: 0;
	}

#articleList .article {}
	
#articleList .article h4 {
	border-bottom: 1px solid #E20020;
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	margin: 10px 0 0 0;
	padding: 0px 0 0 0;
	}

#articleList .article h2 {
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 500;
	}

#articleList .article p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	}
	
#articleList .article a {
	color: #E20020;
	font-size: 14px;
	}	


/************ Article List: Termine **************/

#articleListTermine {
	margin-top: 10px;
	}

#col-body #articleListTermine h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin: 0;
	}

#col-body #articleListTermine .article {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;	
	}
	
#col-body #articleListTermine .article h2 {
	font-size: 15px;
	font-weight: 600;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	}

#col-body #articleListTermine .article p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	}
	
#col-body #articleListTermine .article a {
	color: #E20020;
	}	


/************ Article List: Presse **************/

#articleListPresse {
	margin-top: 10px;
	}

#col-body #articleListPresse h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin: 0;
	}

#col-body #articleListPresse .article {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;	
	}
	
#col-body #articleListPresse .article h2 {
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 0 0;
	padding: 0;
	}

#col-body #articleListPresse .article div.text {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	}

#col-body #articleListPresse .article div.text p {
	padding: 0;
	margin: 0;
	}
	
#col-body #articleListPresse .article div.source {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 13px;
	font-weight: 300;
	}
	
#col-body #articleListPresse .article a {

	color: #E20020;
	}	

.extern {
/*
    padding-left: 30px; 
    background-image: url(../images/button_externen_link.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
*/
}

.pdf {
    background-image:url('../images/pdf.gif');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px 5px ; 
}
	
.intern {/*
    padding-left: 15px;
    background-image:url(../images/pfeil_gruen.png);
    background-repeat:no-repeat;
    background-position: 0 6px; */
}

.line {
	border-bottom: 1px solid #cccccc;
	width: 100%;
	}
	
/* ###################################################### */
/* ####################### Fusszeile    ################# */
/* ###################################################### */

#unten {
    clear: both;
    position: relative;
    width: 100%; 
	background: #CCCCCC;
}


#footer {
    position: relative;
    margin: 0 auto 0 auto;
    width: 955px;
    padding: 20px 0 50px 0;

	background: #424040;
}

#footeraddress img {}

#footer #footeraddress {
	position: relative;
    float: left;
    padding: 20px 0px 0 40px;
    width: 330px;
}

#footer #footerlogo {
	position: relative;
    background-image: url(../images/logo_skm_klein.png);
	background-repeat: no-repeat;
	height: 77px;
	width: 250px;
}

#footer #footerlogo p {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 5px;
	left: 80px;
    font-size: 15px;
	font-weight: 400;
    color: white;
}

#footer #footerinfo p {
    font-size: 13px;
    color: #9A9999;
}

#footer #footerinfo p a {
    color: white;
}

#footer div.sitemap {
    float: left;
    margin: 10px 20px 0 30px;
	color: white;
}

#footer div.sm01 {
	margin-right: 100px;

}

#footer div.sitemap li a {
	color: white;
	font-size: 12px;
}

#footer h3 {
    margin: 15px 0 5px 0;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #9A9999;
}

#footer h3 a {
	font-size: 13px;
    color: #9A9999;
	font-weight: 600;
}

/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author rbi
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2009-01-16
 */

ul.sitemapStandardMainCat {
	margin: 0;
	padding: 0;
}

ul.sitemapStandardMainCat li {
    list-style-type: none;
	line-height: 14px;
}



/* ###################################################### */
/* ####################### Downloadliste################# */
/* ###################################################### */

.downloadliste {
    clear: left;
    margin: 0;
    font-size: 12px;
}

.downloadlisteintro {
    border-top: 1px solid #ccc;
    width: 100%;
}
    
.downloaditem {
    clear: left; 
    padding: 5px 0 5px 0; 
    border-bottom: 1px solid #ccc; 
    width: 100%;
}

.downloadlink {
    float: left; 
    display: block; 
    width: 80%; 
    margin-bottom: 0px;
}

.downloadlink a.pdf {
    display: block;
    padding-left: 30px;
	font-size: 14px;
}

.downloaddesc {
    display: block; 
    margin: 3px 0 0 0px; 
    font-size: 11px;
}

.downloadsize {
    float: right; 
    font-size: 11px;
}

/* ###################################################### */
/* ####################### Anmeldung    ################# */
/* ###################################################### */

.anmeldung_links {
	display: inline-block;
	margin: 20px 0 0 0;
	width: 220px;
	padding-left: 20px;
	border-left: 1px dotted #cccccc;
	}
	
#col-body .anmeldung_links h2:nth-child(1) {
	margin-top: 0;
	padding-top: 0;
	}
	
#col-body .anmeldung_links p {
	font-size: 13px;
	}

.anmeldung_rechts {
	display: inline-block;
	vertical-align: top;
	margin: 0px 50px 0px 0px;
	padding: 0px;
	width: 310px;
	font-size: 13px;

	}

.anmeldung_rechts label, .anmeldung_rechts input, .anmeldung_rechts textarea  {
	display: block;
	width: 290px;
	font-size: 13px;
	}

.anmeldung_rechts label  {
	margin-top: 8px;
	}

.anmeldung_rechts input  {
	height: 16px;
	}

.anmeldung_rechts textarea  {
	height: 50px;
	}
	
.anmeldung_rechts img  {
	display: block;
	margin-left: 30px;
	}

.anmeldung_rechts p  {
	font-size: 13px;
	font-weight: bold;
	}
	
.anmeldung_rechts input#Stadt, .anmeldung_rechts input#City  {
	display: none;
	}
	
/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */

.login {
    margin-top: 0px;
    font-size: 13px;
}

.login fieldset {
    border: none;
	padding: 0;
	margin: 0;
}

.login label {
    display: block;
    float: left;
    text-align: left;
    padding-right: 10px;
	width: 150px;
}

.login input, .login  select {
    display: block;
    width: 150px; 
    text-align: left;
    margin-bottom: 4px;
    border: 1px solid #424040;
}

.login textarea {
    font-size: 13px;
    text-align: left;
    margin-bottom: 4px;
    border: 1px solid #9FB4D9;
}

#contactForm {
    width: 450px;
    float: left;
    margin: 0px 0 20px 0;
    font-size: 13px;
}

#contactForm label {
    background-image: url('../images/mandatory.gif');
    background-repeat: no-repeat;
    background-position: right 1px;
    display: block;
    float: left;
    text-align: left;
    margin: 0 10px 4px 0;
    padding: 0;
}

#contactForm .nonmandatory {
    background-image: none;
}

#contactForm input, #contactForm textarea, #contactForm select, #newsletterform input.standard {
    float: left;
    display: block;
    width: 220px; 
    border: 1px solid white;
    font-size: 13px;
    padding: 2px;
	border: 1px solid #B9C0B3;
	margin: 0 0 3px 0 ;
	height: 16px;
}

.label1 {
        width: 150px;
}

.label2 {
    width: 190px;
    font-size: 13px;
}

.eingabe {
    width: 456px;
}

#contactForm input.eingabe2 {
    width: 160px;
}

#contactForm input.eingabe3 {
    width: 50px;
}

#contactForm input.eingabe4 {
    width: 20px;
    text-align: left;
}

#contactForm input.eingabe5 {
    width: 280px;
}

#contactForm select {
    width: 152px;
    padding-left: 0px;
}

#contactForm textarea {
    height: 105px;
    width: 220px;
}

* html #contactForm textarea {
    width: 220px;
}

#contactForm .send, #pwdForm .send, .anmeldung_rechts .send, .login .send  {
	border: 0px;
	display: block;
	width: 240px;
	background-color: #E20020;
	color: white;
	font-size: 15px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	-webkit-box-shadow:1px 1px 3px A0A0A0;
	-moz-box-shadow:1px 1px 3px #A0A0A0;
	box-shadow:1px 1px 3px #A0A0A0;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	border-radius: 4px;
	behavior: url(js/pie/PIE.php);	
}

.login .send  {
    width: 160px; 
    margin: 0 0 4px 158px;
    cursor: hand;
    cursor: pointer; 
}

#pwdForm label {
    display:block;
    float:left;
    width:120px;
}

#pwdForm div {
    height: 25px;
}

#newsletterform td, #newsletterform th, #newsletterform td input, #newsletterform td select, #newsletterform td div {
    font-family: Arial;
}

#newsletterform input.standard {
    width: 230px;
}

#newsletterform select {
    padding: 0;
    width: auto;
}

#newsletterform th {
    padding: 3px;
    background-color: #C6A573;
    color: white;
    font-size: 12px;
    font-weight: normal;    
    text-align: left;
}

#newsletterform td {
    padding-bottom: 5px;
}


/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
    position:absolute;
    top:60px;
    left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
/* ist nötig, damit unter FF die gefloateten container in ihrer Höhe wahrgenommen werden, sonst wird der Hintergrund verschludert */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.small {
    font-size: 11px;
}

#sucMsg {
    padding: 5px;
    border: 1px solid #003366; 
    line-height: 20px; 
  width: 530px;
    background-color: #7AB1DC;
}

#errMsg {
    padding: 5px;
    border: 1px solid #003366; 
    line-height: 20px; 
    width: 530px;
    background-color: #e30000;
}

#madMsg {
    padding: 5px;
    border: 1px solid #003366; 
    line-height: 20px; 
    width: 530px;
    background-color: #FFD700;
}

#partners td img {
    padding: 10px 30px 10px 0;
}

.hide_field {
    display: none;
}

.checkboxfloats {
    float: left;
    display: block;
}

#art_rechts img#nofloat { float: none; margin-bottom: 0px; }

/* css definitions 4 slideshow (Header) */



#slideshow01 {
    position: absolute;
	top: 15px;
    left: 295px;
    height: 270px;
    width: 660px;
	overflow: hidden;
}


.bildrechts {
	float:right;
	margin-left: 30px;
	margin-bottom: 20px;
	}
	
/* Onlineberatung 2020-11 */
#onlineBeratung  {
	margin-top: 30px;
	width: 210px;
	border-bottom: 1px solid #cccccc;
}

#onlineBeratung h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin: 0;
	}
	
#onlineBeratung p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	}	
	
#onlineBeratung img {
	display: block;
	margin-top: 10px;
	width: 100%;
	height: auto;
	}
	
#sidebarbuttons {
  position: fixed;
  right: 0;
  top: 40px;
  display: none;
  padding: 20px 0px;
  z-index: 9999;
}

#sidebarbuttons .sidebarbutton {
    transition: all 0.4s ease-in-out;
    text-align: right;
    margin-bottom: 3px;
}

#sidebarbuttons .sidebarbutton a {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      background: rgba(0, 0, 0, 0.5);
      transition: all 0.4s ease-in-out;
      color: $white;
      display: inline-block;
      width: auto;
      padding: 5px 10px 5px 5px;
      }
#sidebarbuttons .sidebarbutton a.buttonHome:hover,
#sidebarbuttons .sidebarbutton a.buttonContact:hover {
          padding-right: 30px;	
}		

