/* @override http://www.csmwaf.de/templates/kodadesign/css/template.css */

html * {
	font-size: 100.01%; /* # Schriftgröße für alle Tags einheitlich */
	line-height: 1.4em; 
}

html {
	height: 100.1%;
	margin-bottom: 0px;
}

body {
	font-family: trebuchet ms, verdana, Helvetica, Sans-serif;
	color: #333333;
	margin: 15px 0px;
	text-align: center;
	font-size: 80%; /* # Basis-Schriftgröße ca. 13 px */
}

form {
	margin: 0;
	padding: 0;
}

td, tr, tbody, thead {
	padding: 0;
	margin: 0;
}

ol, ul {
	padding: 0 0 0 1.6em; /* # Einrückung von Aufzählungen */
}

ul {
	list-style: disc; /* # Bullet-Points */
}

.active a span {
	text-decoration: none; /* # Aktiver Menüpunkt*/
	color: black;
}

.active ul * {
	color: #014785 !important; /* # Untermenüpunkt */
}

ul #current a span {
	color: black !important; /* # aktiver Untermenüpunkt */
}


a:link, a:visited {
	color: #014785;
	text-decoration: none;
}


a:hover {
	color: #014785;
    text-decoration: underline;
}

a:active {
  color: #000000;
}

#topmenu a {
	text-decoration: none; /* # Menü-Links nicht unterstreichen */
}

#topmenu a:hover {
	text-decoration: underline; /* # Menü-Links bei Hover unterstreichen */
}


#topmenu ul ul li a {
	font-size: 1.1em; /* # Menüpunkte Untermenü */
}

input.button {
	cursor: pointer;
}

img {
	border:0px;
	margin-left: 0px;
}

h1 {
	line-height: 1.2em;
	color: #014785;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 1.2em; /* # Subhead (Das Team) */
}

h2, h3 {
	line-height: 1.2em;
	color: #014785;
	font-weight: normal;
    margin-top: 18px;
    margin-bottom: 5px;
    font-size: 1.2em; /* # Überschriften im Text (Hotline, Download ...) */
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	margin-right: 12px;
	margin-left: 0px;
}

div#wrapperholder table,
div#wrapperholder div {
	text-align: left;
}

div#center {
	margin-left: auto;
	margin-right: auto;
	width:950px;
	padding-bottom:30px;
}

div#wrapper {
	margin: 5px;
}

div#header {
	background: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 115px;
	position: relative;
}

div#headerl {
/***		background: url('../images/header_l.gif');    ***/
	background-repeat: no-repeat;
	height: 115px;
}

div#headerr {
/***	background: url('../images/header_r.gif'); ***/
	background-position: 100% 0%;
	background-repeat: no-repeat;
	height: 115px;
	padding-left: 862px;
	padding-right: 40px;
	padding-top: 5px;
	text-align: right;
	color:#014785;
}

div#logo {
	position: absolute;
	width: 298px;
	height: 75px;
	top: 25px;
	left: 40px;
	background: url('../images/logo.gif');
	background-repeat: no-repeat;
}

div#topmenu {

	background-repeat: repeat-x;
	height: 38px;
    border-bottom:1px solid #CCCCCC;
    width: 940px;
}

#topmenu * {
	line-height: 1em;
}

ul#mainlevel-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#mainlevel-nav li {
	float:left;
}

ul#mainlevel-nav li a {
	float:left;
	display:block;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	color: #8C8C8C;
	text-decoration: none;
}

ul#mainlevel-nav li a:hover {
	text-decoration: none;
  color: #014785;
}

div#pathway {
	display:none;
	height: 30px;
	text-align: left;
	line-height:30px;
	padding-left:20px;
	width: 600px;
	float:left;
}

div#user4 {
	float: right;
}

div.search input.inputbox {
	width: 150px;
	margin-top:3px;
}


div#userholder {
	float:left;
	width:940px;
	clear: both;
}


div#user1 {
	float:left;
	width:310px;
	height: 90px;
	background-image: url('../images/user_bg.jpg');
	text-align: left;
	padding: 8px;
}

div#user2 {
	float:left;
	width:310px;
	height: 90px;
	margin-left:18px;
	background-image: url('../images/user_bg.jpg');
	text-align: left;
	padding: 8px;
}


div#user1 h3,
div#user2 h3{
	color:#014785;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	line-height: 1em;
	font-weight: normal;
	font-size: 1.2em; /* # Überschrift in den Boxen (Support, Das Team) */
}

div#user1 ul,
div#user2 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#user1 ul li,
div#user2 ul li{
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
}

div#user1 ul li a,
div#user2 ul li a{
	line-height: 1.20em;
	color: #014785;
	text-decoration: none;
}

div#user1 ul li a:hover,
div#user2 ul li a:hover{
	text-decoration: underline;
}

div#user1 p,
div#user2 p {
	line-height:1.2em !important; /* # */
}


div#mainholder {
	float:left;
	width:910px;
	padding-left: 20px;
	padding-top: 25px;
}

div#left { 
	text-align: left;
	float:left;
	width: 600px;
	margin-top: 10px;
}

div#right { 
	text-align: left;
	float:right;
	width: 205px;
	left: 20px;
	position: relative;
}

div#main { 
	text-align: left;
	float:left;
}

div#right div.moduletable_text,
div#right div.moduletable,
div#left div.moduletable {
	margin-bottom:10px;
	text-align: left;
	background-image: url('../images/module_bg.gif');
	background-repeat: repeat-y;
	position: relative;
	padding:40px 10px 7px 10px;
	border-bottom: 1px solid  #E3EAEE;
}

div#right div.moduletable_text {
}

div#right div.moduletable_text h3,
div#right div.moduletable h3,
div#left div.moduletable h3 {
	margin: 0px;
	top: 0px;
	left: 0px;
	display:block;
	width:205px;
	height: 29px;
	position: absolute;
	background-image: url('../images/module_t.gif');
	background-repeat: no-repeat;
	padding:7px 0px 10px 12px;
	color: #014785;
	font-weight: normal;
	font-size: 1.2em; /* # Überschriften rechte Seitenleiste (News ...) */
}

div#right .article_separator {
	line-height:1em; /* # Abstand unter weiterlesen */
}

.readmore  {
	line-height:0.8em; /* # Weiterlesen */
}

div#right .contentheading {
	font-size: 1.1em; /* # Überschrift einzelner News in Seitenleiste */
	padding:0;
}

div.bannerheader {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top:10px;
}

div.bannergroup_text div.clr {
	height:15px;
}

div#left .input {
	border:0px;
	padding:0px;
	margin:0px;
}


div#left div.moduletable ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

div#left div.moduletable ul li a {
	line-height: 1.2em;
	text-decoration: underline;
}

div#left div.moduletable ul li a:hover {
	text-decoration: none;
}

div#left div.moduletable_menu {
	margin-bottom:10px;
	text-align: left;
	background-image: url('../images/module_menu_bg.gif');
	background-repeat: repeat-y;
	position: relative;
	padding:30px 10px 20px 10px;
	border-bottom: 1px solid  #E3EAEE;
}


div#left div.moduletable_menu h3 {
	margin: 0px;
	top: 0px;
	left: 0px;
	display:block;
	width:185px;
	height: 9px;
	position: absolute;
	background-image: url('../images/module_menu_t.gif');
	background-repeat: no-repeat;
	padding:7px 0px 10px 20px;
	color: #FFFFFF;
}

div#left div.moduletable_menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

div#left div.moduletable_menu ul li {
	border-bottom: 1px solid #e3eaee;
	padding: 5px 10px;
}
div#left div.moduletable_menu ul li ul li {
	border:0px;
}
div#left div.moduletable_menu ul li a {
	line-height: 1.2em;
	text-decoration: none;
	color:#003456;
	display:block;
	padding-left:15px;
	background-image: url('../images/bullet_menu.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

div#left div.moduletable_menu ul li a:hover {
	text-decoration: underline;
}


div.componentheading {
	font-size: 1.6em; /* # Überschrift Hauptinhalt */
	color: #014785;
	font-weight: normal;
	margin-top: 3px; 
	margin-left: 3px;
}

table.contentpaneopen td.contentheading {
	line-height: 1.2em;
	font-size: 1.2em; /* # Subhead */
	color: #014785;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0px;
}

#component-contact .contentheading {
	font-size: 1.6em; /* # Überschrift Kontakt */
	padding-left: 2px;
	padding-bottom: 0.4em;
	padding-top: 0.25em;
}

a.contentpagetitle {
	font-size: 0.9em; /* # Überschrift angeklickte News */
	color: #014785;
	text-decoration: none;
}

a.contentpagetitle:hover {
	text-decoration: underline;
}

td.modifydate {
	line-height: 1em;
	color: #999999;
}

td.createdate {
	line-height: 1em;
	color: #999999;
}

span.small {
	line-height: 1em;
	color: #999999;
}

table.contentpaneopen {
	line-height: 1.3em;
}

table.contenttoc {
	margin:10px 0px 10px 10px;
	text-align: left;
	background-repeat: repeat-y;
	position: relative;
	padding:10px;
	border: 1px solid  #E3EAEE;
}

a.readon:link, a.readon:visited {
	padding-left:15px;
	background-image: url('../images/readon.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-decoration: none;
}

a.readon:hover {
	text-decoration: underline;
}

strong {
	color: #666666;
	font-weight: bold;
}

table.pollstableborder td.sectiontableentry1,
table.pollstableborder td.sectiontableentry2 {
	padding:2px 2px;
}

a.pathway:link,
a.pathway:visited {
	color: #333333;
	text-decoration: none;
}
a.pathway:hover {
	text-decoration: underline;
}

.sectiontableheader,
.sectiontableheader a {
	font-weight: bold;
	color: #333333;
}

tr.sectiontableentry1 td {
	background-color: #FFFFFF;
	padding:10px 5px;
}
tr.sectiontableentry2 td {
	background-color: #f1f6f8;
	padding:10px 5px;
}

div#footer {
	border:0px solid #c7d5dd;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	height:22px;
	width: 940px;
	float:left;
	margin: 10px 20px;
	position: relative;
}


div#footerText {
	position: absolute;
	top: 2px;
	right: 10px;
	color: #0f6eac;
}

div#footerText a {
	color: #0f6eac;
}

div#syndicate img {
	margin-right: 10px;
	border:0px;
	text-decoration: none;
}

div#syndicate a {
	color: #000;
}

div#syndicate {
	padding:1px 0px 10px 25px;
	line-height: 1em;
}

/* System Standard Messages */
#system-message dd.message ul { background: #C3D2E5 url('../../images/notice-info.png') 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url('../../system/images/notice-alert.png') 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url('../../system/images/notice-note.png') 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}



