/* *** Layoutanpassung Somacos 16.03.2016 *** */
#smclayout
{
	padding:0px;
	margin:0px;
	font-family: Verdana,Arial,Helvetica,SunSans-Regular;
}

div#smcnavigation 
{ 
	background-color: #fff;
    line-height: 2.2em;
}
div#smcnavigation ul
{
	background-color: #fff;
}

div#smcnavigation li a
{
	background-color: #d9e9d7;
	color:  #2c45a0;
	padding: 4px 7px;
	margin: 2px 2px;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

#smcnavigation ul li a:hover
{
    background-color: #4bad3f;
	color: #fff;
}

.smcrowt { background-color:#4bad3f; }
.smcrows { background-color:#fbefff; }

#smccontainer2col .smcboxhead {
	background-image: none;
	background-color: #EFEFEF;
	border-bottom:3px solid #4bad3f;
	padding: 5px 0px 2px 5px;
}

#smccontainer2col .smcboxhead .smcboxheadleft h3 {
    background: transparent;
    border-right: 0;
    color: #000;
    font-size: 1.1em !important;
    font-weight: bold;

}

#smclayout h3 {
    background: transparent;
    border-right: 0;
    color: #000;
    font-size: 1.4em !important;
    font-weight: bold;

}
.smccontenttable thead tr th {
	background-color: #d9e9d7;
}

a { color: #2c45a0; text-decoration: underline; }
a:hover { text-decoration: none; color: #2c45a0; }

#smcuitab ul li a {
    padding: 3px 6px;
}
