html { height: 100%; }

body {
	margin: 0px;
	text-align: center;
	background: #FFFFFF url(../img/body_bg.png) repeat-y center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	min-height: 101%;
}

ul { margin: 0 0 0 -15px; }

a {
	color: #6699FF;
	font-weight: normal;
	text-decoration: none;
}

a:hover { color: #3366CC; }

.all {
	padding: 0;
	width: 778px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background: url(../img/vert_line.gif) repeat-y top left;
	background-position: 197px 0;
}

h1#headline {
	background: #fff url(../img/header-logo.png) no-repeat left;
	height: 139px;
	width: 773px;
	margin: 0px;
}

h1#headline span,
h1#headline img {
	display: none;
	margin: 0px;
}

#homenavi {
	position: absolute;
	top: 0px;
	left: 0px;
}

#navline {
	position: absolute;
	top: 5px;
	font-size: 10px;
	display: inline;
	width: 710px;
	text-align: right;
}

#navline a {
	color: #777777;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

#navline a:hover { text-decoration: underline; }

#search {
	position: absolute;
	top: 25px;
	right: 10px;
}

.inputfield {
	background-color: #eeeeee;
	border: 1px solid #ababab;
	font-size: 10px;
	vertical-align: top;
	color: #ababab;
}

.inputbutton { vertical-align: top; }

#language {
	text-align: right;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 10px;
}

#language a {
	color:#808080;
	font-weight: bold;
	text-decoration: none;
}

#language a:hover { text-decoration: underline; }

.navi {
	margin: 0 1px 0 1px;
	text-align: right;
	height: 30px;
	position: absolute;
	top: 86px;
	right: 10px;
	font-size: 12px;
}

.navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navi li {
	float: left;
	margin: 0;
	padding: 0;
}

.navi span {
	display: block;
	padding: 6px 0px 10px 0px;
	margin: 0px 7px 0px 0px;
}

.navi span a {
	color: #ffffff;
	text-decoration: none;
	padding: 6px 10px 10px 10px;
	font-weight: bold;
}

.navi span:hover {
	background: url(../img/navil.png) left top no-repeat;
}


.navi span a:hover {
	color: #121281;
	background: url(../img/navir.png) right top no-repeat;
}

.navi .current span { background: url(../img/navil.png) left top no-repeat; }

.navi .current span a {
	color: #121281;
	background: url(../img/navir.png) right top no-repeat;
}

.navi span a:hover { text-decoration: underline; }

.navi .current span a:hover { text-decoration: underline; }

.tmenu_layers {
	padding: 0;
	width: 778px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

.sub_navi {
	font-size: 11px;
	text-align: left;
	position: absolute;
	top: 113px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub_navi li {
	float: left;
	margin: 0;
	padding: 0;
}

.sub_navi span {
	display: block;
	text-decoration: none;
	padding: 6px 0px 4px 10px;
	background: url(../img/subnavir.png) right top no-repeat;
}

.sub_navi span a {
	color: #2e4b9b;
	text-decoration: none;
	padding: 6px 10px 4px 0px;
	font-weight: bold;
}

.sub_navi span a:hover { text-decoration: underline; }

.sub_navi .current span a:hover { text-decoration: none; }

.sub_navi .current span { background: url(../img/subnavirc.png) right top no-repeat; }

#left_column {
	margin: 0px 0 0 0;
	line-height: 15px;
	width: 197px;
	float: left;	
}

#left_navi { margin: 0; }

#left_navi ul {
	margin: 0 0 0 -40px;
	list-style-type: none;
}

#left_navi li {
	display: block;
	background: transparent url(../img/left_navi_bg.gif) no-repeat top left;
}

#left_navi a {
	display: block; 
	height: 24px;
	padding: 6px 0 0 25px;
	font-weight: bold;
	font-size: 11px;
	background: transparent;
	text-decoration: none;
}

#left_navi li.menu-level1-current-active a {
	background: url(../img/left_navi_hover_bg.gif) no-repeat top left;
        color: #555555;
}

#left_navi li.menu-level1-spacer {
	display: block;
	height: 21px;
	padding: 12px 0 0 5px;
	font-weight: bold;
        font-size: 11px;
	background: transparent;
	text-decoration: none;
	color: #aaa;
}

#left_navi a:hover {
	color: #777;
	background: url(../img/left_navi_hover_bg.gif) no-repeat top left;
	text-decoration: underline;
}

#left_navi ul.menu-level2 li {
        padding-left: 6px;
	background: transparent url(../img/left_navi2_bg.gif) no-repeat top left;
}

#left_navi ul.menu-level2 a {
      font-weight: normal;
}

#left_navi ul.menu-level2 a:hover {
	background: transparent url(../img/left_navi2_hover_bg.gif) no-repeat top left;
}

#left_navi #current {
	color: #777;
	background: url(../img/left_navi_current_bg.gif) no-repeat top left;
}

#left_navi #current a { 
	color: #777;
}


#content_left {
	font-size: 11px;
	margin: 35px 10px 10px 10px;
	line-height: 15px;
}

#content_left h1 {
	margin: 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 12px;
}

#content_left ul { margin-left: -25px; }

#content h1 a {
	font-weight: bold;
	color: #444;
	background-image: url(../img/rss_icon.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
}

#content_home_left h1 a {
	font-weight: bold;
	color: #444;
	background-image: url(../img/rss_icon.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
}

#content_home_right h1 a {
	font-weight: bold;
	color: #444;
	background-image: url(../img/rss_icon.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
}

.filelink {
	font-size: 9px;
	margin-bottom: 20px;
	margin-top: -8px;
}

.filelink div {	line-height: 20px; }

.filelink div a img { margin-right: 6px; }

.filelink div a { vertical-align: bottom; }

a.infobox {
	border-bottom: 1px solid #A4BAFF;
	text-decoration: none;
	color: #777;
	background-image: url(../img/i.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
}

a.infobox:hover {
	cursor: help;
	color: #1F3CA0;
}

a.infobox i {
        visibility: hidden;
        font-style: normal;
	position: absolute;
	left: 250px;
	margin-top: 15px;
	padding: 10px;
	text-decoration: none;
	width: 300px;
	overflow: auto;
}

a.infobox:hover i {
	visibility: visible;
	border: 1px solid #1F3CA0;
	color: #202020;
	background: #F0F0F0;
}

#content {
	width: 555px;
	float: right;
	margin: 50px 14px 30px 0;
	padding: 0;
	line-height: 17px;
}

#content p { margin: 5px 0px 3px; }

#content h1 {
	margin: 0px 0px 14px;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

#content h2 {
	margin: 25px 0px 14px;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

#content h3 {
	margin: 20px 0px 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

#content h4 {
	margin: 15px 0px 6px;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
}

.imgtext-table { clear: both; }

#content table {
	margin-top: 8px;
	margin-bottom: 3px;
}

#content td {
	font-size: 12px;
	vertical-align: top;
	line-height: normal;
	margin: 0px;
	padding: 2px 4px 2px 0;
}

#content td p {	margin: 0px; }

div.caption { font-size: 9px; }

.news-latest-container {
	margin: 10px 0 10px 0px;
	background-color: #FFFFFF;
	border-top: 1px dotted #cccccc;
}

.news-latest-item {
	padding: 8px 4px 10px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #FFF;
	text-decoration: none;
        display: block;
}

a:hover .news-latest-item {
	color: #777;
	background-color: #F8F8F8;
}

.news-latest-date {
        color: #999;
	font-size: 9px;
	line-height: normal;
	margin: 0px;
	background-image: url(../img/newsdot.png);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	padding-left: 15px;
}

.news-latest-heading {
	margin: 4px 0px;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: 	#4F8BFF;
	display: block;
}

.news-latest-text {
	margin: 0px;
	font-size: 10px;
	line-height: normal;
	color: 	#777;
	display: inline;
}

.news-latest-text b,
.news-latest-text strong { font-weight: normal; }

.news-latest-morelink {
	font-size: 10px;
	line-height: normal;
}

.news-latest-item img {
	float: right;
	margin-left:5px;
}

#content .news-list-item h3 {
	font-size: 15px;
	line-height: normal;
	margin: 10px 0px 6px;
	text-align: left;
}

#content .news-list-item h3 a {
	font-weight: bold;
	color: #4F8BFF;
        text-align: left;
}

#content .news-list-item h3 a:hover{
        text-decoration: underline;
}


#content .news-list-date {
        color: #999;
	margin: 0px;
	background-image: url(../img/newsdot.png);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	padding-left: 15px;
	font-size: 10px;
	line-height: normal;
}

#content .news-list-item a { text-decoration: none; }

#content .news-list-item {
        width: 520px;
	margin: 15px 0px 0px;
	text-align: justify;
	font-size: 10.5px;
	line-height: normal;
        padding-bottom: 20px;
        border-bottom: 1px dotted #DDD;
}

#content .news-list-morelink {
	margin: 0px;
	font-size: 10.5px;
	line-height: normal;
}

#content .news-list-item img {
	float: right;
        margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 8px;
}

#content .news-list-item h3 {
	width: 420px;
}

#content .news-list-container hr.clearer {
	clear:right;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0px;
	margin: 10px 0px 15px;
	height: 1px;
}

#content .news-single-item h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	margin: 10px 0 10px;
	color: #9F9F9F;
        text-align: left;
}

#content .news-single-timedata {
	font-size: 12px;
	color: #6598FF;
	line-height: normal;
	margin: 0px;
	background-image: url(../img/newsdot.png);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	padding-left: 15px;
}

#content .news-single-subhead,
#content .news-single-subhead p {
	font-size: 13px;
	line-height: normal;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}

#content .news-single-item a { text-decoration: none; }

#content .news-single-item {
	margin: 5px 0px 0px;
	text-align: justify;
	font-size: 12px;
}

#content .news-single-img {
	float: right;
	margin-top:10px;
	margin-left:12px;
}


#content .news-single-imgcaption {
	font-size: 10px;
	line-height: 14px;
}

#content .news-single-item hr.clearer {
	clear:right;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #cccccc;
	border-left: 0px;
	margin: 10px 0px 15px;
	height: 1px;
}

#content .news-single-backlink {
	font-size: 12px;
	margin: 0px;
}

#content_border h1 {
        margin-bottom: 120px;
        height: 22px;
        border-bottom: 1px dotted #cccccc;
}


.mailform input {
        background-color: #FCFCFF; 
        color: #000000;
        border: 1px dotted #0066bb; 
        padding: 1px 5px 1px 5px;
}

.mailform input.mailform-submit {
        background-color: #0066bb; 
        color: #FFFFFF;
        font-weight: bold;
        border: 1px solid black; 
        padding: 2px 5px 1px 5px;
}

.mailform select {
        background-color: #FCFCFF; 
        color: #000000;
        border: 1px dotted #0066bb; 
        padding: 1px 0px 1px 0px;
} 

.mailform textarea {
        background-color: #FCFCFF; 
        color: #000000;
        border: 1px dotted #0066bb; 
        padding: 1px 0px 1px 0px;
} 


#breadcrumb {
	position: absolute;
	font-size: 10px;
	/* display: none; */
	display: inline;
	width: 553px;
	/* NO HEADER top: 150px; */
	/* REGULAR top: 299px; */ 
        top: 195px;
	left: 210px;
}

#breadcrumb a {
	color: #ababab;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumb a:hover { text-decoration: underline; }

#footer {
	height: 30px;
	clear: both;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	margin: 1px;
	padding: 10px 18px;
	background: #fff url(../img/hori_line.gif) repeat-x top left;
        width: 737px;
}

#pageurl { display: none; }

.sitemap1 li {
	list-style: none;
	margin: 20px 0px 2px -25px;
	padding: 3px 0 3px 5px;
}

.sitemap1 li a {
	background-image: url(../img/sitemap_bullet1.png);
	background-repeat: no-repeat;
	background-position: left center;
        display: block;
	text-decoration: none;   
	color: #004ABA;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 0px 0px 0px 19px;
}

.sitemap1 li a:hover { background-color: #FAFAFA; } 

.sitemap2 li { 
	padding: 3px 0 3px 0px;
	margin: 2px 0px 2px 0px;
}

.sitemap2 li a { 
	background-image: url(../img/sitemap_bullet2.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #477AC6;
	font-weight: normal;
	border: none;
	padding: 0px 0px 0px 17px;
}

.sitemap2 li a:hover { background-color: #FAFAFA; } 

.sitemap3 li { 
	padding: 3px 0 3px 0px;
	margin: 0px;
}

.sitemap3 li a { 
	background-image: url(../img/sitemap_bullet3.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;


	color: #779ED8;




	padding: 0px 0px 0px 14px;
}

.sitemap3 li a:hover { background-color: #FAFAFA; } 

.code-java {
font-size: 11px;
color: #00f;
background-color: #f3f3f3;
padding: 10px;
border: 1px dotted #999;
}

p.csc-caption { margin: 0; }

p.csc-caption { font-size: 80%; }

div.csi-caption-c .csi-caption { text-align: center; }
div.csi-caption-r .csi-caption { text-align: right; }
div.csi-caption-l .csi-caption { text-align: left; }

div.csi-textpic div.csi-imagecolumn { float: left; display: inline; }

div.csi-border div.csi-imagewrap .csi-image IMG {
  border: 2px solid black;
  padding: 0px 0px;
}

DIV.csi-imagewrap { padding: 0; }

DIV.csi-textpic IMG { border: none; }

DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

DIV.csi-clear { clear: both; }

DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 10px;
}

DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
}

DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

DIV.csi-above DIV.csi-text { clear: both; }

DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

#header {
	background-color: #eee;
	height: 48px;
	width: 773px;
	bottom: auto;
	/* display: none; */
}

div.header-allgemein { background-image: url(../img/header2_unternehmen.png); }
div.header-home { background-image: url(../img/header-home.png); }
div.header-home1 { background-image: url(../img/header-home1.png); }
div.header-home2 { background-image: url(../img/header-home2.png); }
div.header-home3 { background-image: url(../img/header-home3.png); }
div.header-home4 { background-image: url(../img/header-home4.png); }
div.header-dokumentenmanagement { background-image: url(../img/header2_dms.png); }
div.header-impressum { background-image: url(../img/header2_impressum.png); }
div.header-kontakt { background-image: url(../img/header2_kontakt.png); }
div.header-sitemap { background-image: url(../img/header2_sitemap.png); }
div.header-systemhaus {	background-image: url(../img/header2_systemhaus.png); }
div.header-thinclients { background-image: url(../img/header2_unternehmen.png); }
div.header-unternehmen { background-image: url(../img/header2_unternehmen.png); }
div.header-voip { background-image: url(../img/header2_unternehmen.png); }
