/* _top1.htm */
#Header {
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
	height: 300px;
	width: 980px;
	padding: 0px;
}

#Header h2 {
	font-size: 26px;
	color: #ffffff;
	margin: 60px 0 0 0;
	padding: 0 0 0 6px;
	float: left;
}

/* Logo */
.Logo {
	background-image: url('logo_text.png');
	background-repeat: no-repeat;
	height: 250px;
	width: 295px;
	margin-top: 10px;
	float: left;
}

/* Anpassungen allg. Session.Net*/
body.smc_body {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

	body.smcnavigationactive #smccontent {
   		margin-left: 14em;
	}

#smctop a {
	text-decoration: none;
}

div#smcnavigation {
    clear: both;
    background-color: #387FBD;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -40px;
}

#smcnavigation_content {

}

#smcnavigation li {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
}

#smcnavigation ul li a {
	color: #ffffff;
	border: none;
	height: 30px;
	margin: 0;
}
#smcnavigation ul li a:hover {
	color: #000000;
}

/* Anpassungen GI */
#smcnavigation #smcnavigation_content li ul {
	display: none;
}

#smcnavigation #smcnavigation_content  li:hover ul {
	display: block;
	position: absolute;
	z-index:800;
	*margin-top: 25px;
	*margin-left: -73px;
}

#smcnavigation #smcnavigation_content  ul li ul li {
	margin: 0px;
	padding-left: 5px;
	background-color: #748EBE;
	width: 150px;
	clear: both;
}

/* NEW NEW NEW 09/2017 */
/* 
 ###################################
 Logo
 ###################################
 */
 
 
 
 /* 
 ###################################
 Navigation
 ###################################
 */

#smcnavigation ul li a {
    color: #ffffff;
    border: none;
    height: 40px;
    display: block;
    padding: 0 0.5em 0 0.5em;
    line-height: 40px;
}

/* 
 ###################################
 Inhalt
 ###################################
 */
	/*
	 * @description
	 * - Abstand angepasst
	 */
	#smccontent {
		padding: 0;
	}
	
	/*
	 * @description
	 * - Rahmen und Radius wird entfernt
	 */
	#smccontainer2col .smcbox {
		border: none; /* reset default */
		border-radius: 0;
	}

	/*
	 * @description
	 * - Größe angepasst (bessere Darstellung in der App, volle breite wird genutzt)
	 */	
	#smccontainer2col .smcboxcontainerleft_simple {
		width: 100%;
	}

	/*
	 * @description
	 * - Hintergrund entfernt
	 * - Hintergrund- und Schriftfarbe angepasst
	 */	
	#smccontainer2col .smcboxhead {
		background: none; /* reset default */
		background-color: #387FBD;
		color: #fff;
		height: 34px;
	}
	/*
	 * @description
	 * - Anpassung Schriftgroesse
	 */
	h3.smc_h3 {
		font-size: 1.5em;
		line-height: 34px
	}
	
	#smccontainer2col ul.smcboxicons li img {
		width: 34px;
		height: 34px;
	}

/* 
 ###################################
 Infobox in Dokumentenübersicht
 ###################################
 */

	/*
	 * @description
	 * - Rahmen entfernt
	 * - Rahmen links gesetzt 
	 */
	.smccontenttable tr td table.smcdocbox {
		border: none; /* reset */
		border-left: 5px solid #387FBD;
	}		
	
/* 
 ###################################
 Infobox in Dokumenten
 ###################################
 */
 
	/*
	 * @description
	 * - Rahmen entfernt
	 * - Rahmen links gesetzt
	 * - Größe angepasst (bessere Darstellung)
	 */
	table.smcdocbox {
		border: none; /* reset default */
		border-left: 5px solid #387FBD;
		width: 100%;
	}

/* 
 ###################################
 Ueberschriften
 ###################################
 */
 
	/*
	 * @description
	 * - Abstand angepasst
	 */
	h1.smc_h1 {
		font-size: 1.5em;
		padding: 5px 0px 5px 0px;
	}

/* 
 ###################################
 Tabelle
 ###################################
 */
 
	/*
	 * @description
	 * - Rahmen entfernt
	 * - Hintergrund- und Schriftfarbe angepasst
	 * - Abstand und Einzug angepasst
	 */
	.smccontenttable thead tr th {
		background-color: #95d6e9;
		color: #fff;
		border: none;
		padding: 5px 8px 5px 8px;
		margin: 0;
	}

	/*
	 * @description
	 * - Schriftfarbe angepasst
	 */
	.smccontenttable .smcsortfunctiontext {
		color: #fff;
	}

	/*
	 * @description
	 * - Hintergrund- und Schriftfarbe angepasst
	 */
	.smccontenttable .smcrowh {
		background-color: #387FBD;
		color: #fff;
	}

	/*
	 * @description
	 * - Schriftfarbe angepasst (link)
	 */
	.smccontenttable .smcrowh a {
		color: #fff;
	}

	/*
	 * @description
	 * - Abstand angepasst
	 */
	.smccontenttable {
		padding-bottom: 15px
	}

	/*
	 * @description
	 * - Abstand angepasst
	 */
	.smccontenttable td {
		padding: 10px;
	}

/* 
 ###################################
 Tabsteuerung
 ###################################
 */
 
	/*
	 * @description
	 * - Abstand und Einzug angepasst
	 */
	#smcuitab ul li a {
		padding: 10px 10px;
		margin: 0px 2px -1px 2px;
	}

	/*
	 * @description
	 * - Rahmen entfernt
	 * - Hintergrund entfernt
	 * - Hintergrund- und Schriftfarbe angepasst
	 */
	#smcuitab ul li a, #smcuitab_abc ul li a {
		border: none;
		border-radius: 0;
		background: none;
		background-color: #387FBD;
		color: #fff;
	}
	
	/*
	 * @description
	 * - Rahmen entfernt
	 * - Hintergrund entfernt
	 * - Hintergrundfarbe angepasst (link)
	 */
	#smcuitab ul li.smcselected a, #smcuitab_abc ul li.smcselected a {
		border: none;
		background: none;
		background-color: #95d6e9;
	}

	/*
	 * @description
	 * - Rahmen entfernt
	 * - Hintergrund entfernt
	 * - Hintergrund- und Schriftfarbe angepasst (link)
	 */
	#smcuitab ul li a:hover, #smcuitab_abc ul li a:hover {
		border: none;
		background: none;
		background-color: #5cb85c;
		color: #fff;
	}

/* 
 ###################################
 Recherche
 ###################################
 */
 
	/*
	 * @description
	 * - Rahmen entfernt
	 * - Hintergrundfarbe angepasst
	 */
	form.smcrecherche fieldset {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: none;
		background-color: #F0F0F0;
	}

	/*
	 * @description
	 * - Rahmen entfernt
	 * - Hintergrund entfernt
	 * - Hintergrund- und Schriftfarbe angepasst
	 * - Abstand angepasst
	 */
	form.smcrecherche input[type="submit"], .smcformsubmit {
		border: none;
		border-radius: 0;
		background: none;
		background-color: #387FBD;
		color: #fff;
		padding: 4px 10px;
	}

	/*
	 * @description
	 * - Hintergrund entfernt
	 * - Hintergrund- und Schriftfarbe angepasst
	 */
	form.smcrecherche input[type="submit"]:hover, .smcformsubmit:hover {
		background: none;
		background-color: #5cb85c;
		color: #fff;
	}

	/*
	 * @description
	 * - Eingabefeld versteckt
	 */
	form.smcrecherche input.hidden {
		visibility: hidden;
	}

	/*
	 * @description
	 * - Schriftfarbe angepasst
	 */
	#smccontent .smcfct_true {
		color: #fff;
	}
	#smccontent .smcfct_false {
		color: #e6e6e6;
	}