html, body {
	border: 0px;
	border-spacing: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #303030;
}

body {
	background-image: url(../pics/bg_side.gif);
	background-repeat: repeat-y;	
}

body.inlineFrame {
	background-image: none;
}

/* ========================================================
// Hauptelemente
// ======================================================*/
#container {
	float: left;
	width: 100%;
	min-width: 1080px; /* Summe: sidebar + contents */
	height: 100%;
	text-align: left;
}

#maincontainer {
	float: left;
	width: 1080px;
	float: left;
}

#header {
	float: left;
	background-color: #dee2dd;
	width: 100%;
	height: 100px;
}

.logo {
	position: relative; top: 13px; left: 56px; width: 87px; height: 77px;
}

.partner {
	position: relative; top: -13px; width: 380px; height: 22px;
	margin-left: 50%;
}

a:focus { outline: none; }

#navi {
	float: left;
	background-color: #00305d;
	color: #c0c0c0;
	line-height: 20px;
	text-align: center;
	width: 100%;
	height: 22px;
	border-top: 3px solid #a52f33;
}

#navi a {
	color: #c0c0c0;
	text-decoration: none;
}

#navi a:hover {
	text-decoration: underline;
}

#navi .menuLinkActive {
	color: #ffffff;
}

#navi .seperator {
	color: #adb9a6;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}

/* ========================================================
// Sidebar
// ======================================================*/
#sidebar {
	float: left;
	width: 220px; /* plus padding 20+<ul> */
	max-width: 220px;
	/*padding: 20px 0px 20px 20px;
	line-height: 22px;*/
}

#sidebar .subMenuActive {
	color: #a52f33;
	display: inline;
}

#sidebar h1 {
	color: #a52f33;
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 10px;
	margin: 0px;
	border-bottom: 1px dotted #adb9a6;
	border-right: 1px solid #adb9a6;
	background-color: #eaeeea;
}

/* ========================================================
// Submenu
// ======================================================*/
/* === Level 1 ===*/
#subMenuLevelOneFrame {
	padding-left: 15px;
	border-bottom: 1px dotted #adb9a6;
	border-right: 1px solid #adb9a6;
	background-color: #eaeeea;
	cursor: pointer;
}

#subMenuLevelOneFrame:hover {
	padding-left: 5px;
	border-left: 10px solid #00305d;
	background-color: #c1c5c1;
}

#subMenuLevelOneFrameActive {
	padding-left: 5px;
	border-left: 10px solid #00305d;
	border-bottom: 1px dotted #adb9a6;
	border-right: 1px solid #adb9a6;	
	background-color: #eaeeea;
	cursor: pointer;
}

#subMenuLevelOne {
	font-size: 10px;
	width: 204px;
	height: 22px;
	line-height: 22px;
}

#subMenuLevelOne a {
	text-decoration: none;
	color: #00305d;
}

#subMenuLevelOneDouble {
	font-size: 10px;
	width: 204px;
	height: 22px;
	line-height: 11px;
}

#subMenuLevelOneDouble a {
	text-decoration: none;
	color: #00305d;
}

/* === Level 2 ===*/
#subMenuLevelTwoFrame {
	padding-left: 30px;
	border-bottom: 1px dotted #adb9a6;
	border-right: 1px solid #adb9a6;
	background-color: #eaeeea;
	cursor: pointer;
}

#subMenuLevelTwoFrame:hover {
	padding-left: 20px;
	border-left: 10px solid #00305d;
	background-color: #c1c5c1;
}

#subMenuLevelTwoFrameActive {
	padding-left: 20px;
	border-left: 10px solid #00305d;
	border-bottom: 1px dotted #adb9a6;
	border-right: 1px solid #adb9a6;	
	background-color: #eaeeea;
	cursor: pointer;
}

#subMenuLevelTwo {
	font-size: 10px;
	width: 189px;
	height: 22px;
	line-height: 22px;
}

#subMenuLevelTwo a {
	text-decoration: none;
	color: #00305d;
}

#subMenuLevelTwoDouble {
	font-size: 10px;
	width: 189px;
	height: 22px;
	line-height: 11px;
}

#subMenuLevelTwoDouble a {
	text-decoration: none;
	color: #00305d;
}

/* ========================================================
// Content
// ======================================================*/
#contentcontainer {
	float: left;
}

#contents {
	float: left;
	line-height: 130%;
	width: 760px;
	padding: 20px 20px 20px 20px;
}

#contents.inlineFrame {
	width: 760px;
	padding: 0px;
}

#contents iframe {
	border: none;
}

#contents a, #contents a:link {
	color: #606060;
	text-decoration: underline;
}

#contents a.newEntry {
	/*color: #a52f33;*/
	font-style: italic;
}

#contents a:hover {
	text-decoration: underline;
}

#contents .fsHead {
	background-image: url(../pics/bg_fs_head.gif);
	background-repeat: repeat-x;
	width: 350px;
	height: 24px;
	line-height: 22px;
	padding-left: 10px;
	border-top: 1px solid #adb9a6;
	border-left: 1px solid #adb9a6;
	border-right: 1px solid #adb9a6;
}

#contents .fsBody {
	text-align: left;
	width: 350px;
	line-height: 1.8em;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-left: 1px solid #adb9a6;
	border-right: 1px solid #adb9a6;
	border-bottom: 1px solid #adb9a6;
}

#contents .fslcol {
	width: 375px;
	float: left;
}

#contents .fsrcol {
	width: 375px;
	float: right;
}

#contents .undef {
	color: #ff6600;
	text-decoration: none;
	/*font-style: italic;*/
}

#contents .seperator {
	color: #808080;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
}

#contents .newsHead {
	color: #112271;
	background: #dee2dd;
	width: 520px;
	height: 24px;
	line-height: 22px;
	padding-left: 20px;
}

#contents .newsBody {
	text-align: left;
	width: 500px;
	line-height: 16px;
	padding-left: 20px;
	padding-top: 15px;
	margin-bottom: 30px;
	border-left: 1px dotted #dee2dd;
}

/* ========================================================
// Footer
// ======================================================*/
#footer {
	/*display: none;*/
	float: left;
	color: #a0a0a0;
	font-size: 10px;
	clear: both;
	width: 800px;
	height: 18px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	border-top: 1px dotted #adb9a6;
	border-right: 1px dotted #adb9a6;
}

#footer .seperator {
	color: #a0a0a0;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}

#footer a, #footer a:link {
	color: #a0a0a0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#cmsedit {
	float: left;
	font-family: Verdana;
	font-size: 10px;
	color: #808080;
	width: 75%;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	clear: none;
}

#cmsedit a, #cmsedit a:link {
	color: #808080;
}

/* ========================================================
// Organigramm
// ======================================================*/
#map_canvas {
	width: 755px;
	height: 400px;
	border: 1px solid #adb9a6;
	float: left;
	margin-bottom: 30px;
}

#compFrame {
	width: 755px;
	float: left;
	/*border-top: 1px solid #00305d;*/
}

#compDetail {
	width: 190px;
	float: left;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

#emplFrame {
	float: right;
	/*margin-left: 30px;*/
	width: 535px;
}

#emplDetail {
	float: right;
	border: 1px dotted #adb9a6;
	border-bottom: none;
	padding: 3px;
}

#emplDetail.dark {
	background-color: #E5E5E5;
}

#emplDetail.darklastEntry {
	background-color: #E5E5E5;
	border-bottom: 1px dotted #adb9a6;
}

#emplDetail.lastEntry {
	border-bottom: 1px dotted #adb9a6;
}

#emplDetailAdress {
	float: left;
	line-height: 1.4em;
	width: 220px;
}

#emplDetailAdress b {
	color: #555555;
}

#emplDetailAdress i {
	color: #555555;
}

#emplDetailContact {
	float: left;
	margin-left: 30px;
	width: 275px;
	word-spacing: -0.1em; /* &thinsp; wird von IE 6 nicht unterstützt */
}

#compNav {
	padding-top: 10px;
	padding-bottom: 30px;
}

/* ========================================================
// Kontaktübersicht
// ======================================================*/
#contactInfoHead {
	background: #00305D;
	width: 350px;
	color: #ffffff;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 3px;
}

.detailContact {
	margin-top: 5px;
	margin-left: 15px;
	padding-left: 5px;
	margin-bottom: 30px;
}

#detailSeparatorContact {
	border-top: 1px dotted #adb9a6;
	width: 350px;
	margin-top: 3px;
	padding-top: 3px;
	word-spacing: -0.1em; /* &thinsp; wird von IE 6 nicht unterstützt */
}

/* ========================================================
// Softwareliste der Gesellschaften
// ======================================================*/
#corpSoft {
	float: left;
}

#corpHead {
	float: left;
	background: #dee2dd;
	border: 1px solid #adb9a6;
	width: 720px;
	color: #00305d;
	margin-top: 20px;
	margin-bottom: 8px;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 3px;
}

#corpInfoRow {
	float: left;
	line-height: 1.8em;
	height: 21px;
	padding-left: 20px;
	width: 720px;
}

/* Liste der Gesellschaften - Highlight */
#corpInfoRowHighlight {
	float: left;
	line-height: 1.8em;
	height: 21px;
	padding-left: 20px;
	width: 720px;
	font-weight: bold;
}

/* Gesellschaft ohne Inhalt/nur Kommentar */
#corpInfoRowFloat {
	float: left;
	line-height: 1.8em;
	padding-left: 20px;
	width: 700px;
}

#corpInfoRowName {
	float: left;
	line-height: 1.8em;
	height: 21px;
	width: 490px;
}

#corpInfoRowState {
	float: left;
	text-align: right;
	font-size: 10px;
	color: #808080;
	width: 75px;
}

#corpInfoRowVersion {
	float: left;
	text-align: right;
	font-size: 10px;
	color: #808080;
	width: 75px;
}

#corpInfoRowSize {
	float: left;
	text-align: right;
	font-size: 10px;
	color: #606060;
	height: 21px; /* wg. icon */
	width: 70px;
}

/* Kategorie */
#catBox {
	float: left;
	width: 710px;
	padding-left: 20px;
	padding-top: 17px;
	padding-bottom: 5px;
}

#catBox h5 {
	color: #a52f33;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 5px solid #adb9a6;
	border-bottom: 1px solid #adb9a6;
}

#gesellschaften {
	float: left;	
	line-height: 1.5em;
	width: 770px; 
}

#gesellschaften a, #gesellschaften a:link {
	color: #808080;
}

#ctxlinks {
	float: left;
	line-height: 1.5em;
	width: 700px; 
}

#ctxlinks a, #ctxlinks a:link {
	color: #808080;
}

/* ========================================================
// Finanzstrategie
// ======================================================*/
#strategie {
	background-color: #dee2dd;
	color: #484848;
	height: 70px;
	text-align: center;
	font-weight: bold;
	line-height: 1.6em;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #00305d;
	border-right: 1px solid #00305d;
	border-top: 1px solid #adb9a6;
	border-left: 1px solid #adb9a6;
	border-collapse: collapse;
	cursor: pointer;
}

.comment {
	margin-left: 23px;	
}

.newEntry {
	color: red;
}

/* ========================================================
// Tabellen
// ======================================================*/
table#tabContent {
	border-collapse: collapse;
	margin-left: 15px;
}

table#tabContent td {
	height: 26px;
	line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
	vertical-align: middle;
	border: none;
}

table#tabContent .darkRow {
	background-color: #eeeeee;
}

table#tabContent .headCell {
	color: #112271;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

/* Kontakt */
table#tabContact td {
	line-height: 20px;
    padding-bottom: 10px;
	vertical-align: top;
	border: none;
}

table#tabContact .rightColl {
    padding-left: 15px;
}

table#tabContact .leftColl {
	color: #112271;
	text-align: right;
}

table#cmsFormTable {
	border-collapse: collapse;
	margin: 5px auto 5px 10px;
}

table#cmsFormTable td {
	border: 1px solid #ffffff;
	background-color: #dee2dd;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	
}
/* ========================================================
// Texte
// ======================================================*/
#textBlock {
	float: left;
	width: 500px;
	line-height: 1.6em;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}

h1 {
	color: #a52f33;
	font-size: 12px;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 0px;
	margin-top: 0px;
}

h2 {
	color: #a52f33;
	font-size: 12px;
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 0px;
	margin-top: 0px;
}

h3 {
	color: #a52f33;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.first {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	list-style-type: none;
	list-style-image: url(../pics/hook.gif);
	text-align:left;
	margin:0px;
	padding: 0px 0px 0px 20px;
	
}

ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


ul a, ul a:link {
	color: #00305d;
	text-decoration: none;
}

ul a:hover {
	text-decoration: underline;
}

#textSteps {
	float: left;
}

div#textSteps li {
	border-bottom: 1px solid #00305d;
	width: 500px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	text-align: justify;
}

.step1 {
	margin-left: 0px;
}

.step2 {
	margin-left: 50px;
}

.step3 {
	margin-left: 100px;
}

.step4 {
	margin-left: 150px;
}

.step5 {
	margin-left: 200px;
}

hr {
    height: 1px;
    background-color: #aaaaaa;
    border: none;
    margin-bottom: 15px;
}

.status {
	color: #a52f33;
}

/* ========================================================
// "Auszug möglicher Anbieter"
// ======================================================*/
div#anbieterframe {
	border: 1px solid #00305d;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 700px;
}

div#anbieterhead {
	background: #00305d;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
	float: left;
	width: 700px;
}

div#anbieterliste {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #00305d;
}

div#anbieterspalte {
	float: left;
	width: 170px;
}

ul#anbieter {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.bullet {
	color: #a52f33;
	margin-right: 5px;
}
/* ========================================================
// Bilder
// ======================================================*/
img { border: none; }

.clickable {cursor: pointer; }

#textBlock img {
	border: 1px solid #adb9a6;
}

#textBlock img.nb,
#textBlock img.iconContact,
#textBlock img.icon {
	border: none;
}

.objPicPreview {
	border: 1px solid #808080;
	margin-top: 5px;
	margin-right: 20px;
}

.objPic {
	border: 1px solid #808080;
}

.contentPic {
	margin: 20px;
	padding: 1px;
	border: 1px solid #808080;
}

.icon {
	vertical-align: -15%;
	padding-right: 7px;
}

.iconNarrow {
	vertical-align: -15%;
	padding-right: 0px;
}

.iconSafe {
	padding-top: 3px;
	padding-right: 7px;
}
.iconContact {
	vertical-align: -25%;
	padding-right: 5px;
}

.mapInfoPic {
	border: 1px solid #adb9a6;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 80px;
}

/* ========================================================
// Formularelemente
// ======================================================*/
#status {
	color: #a52f33;
	list-style-type: square;
	list-style-image: none;
}

form {
	display: inline;
}

legend {
	color: #00305d;
}

input {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #505050;
	text-align: left;
	border: #cccccc 1px solid;
}

textarea {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #505050;
	text-align: left;
	border: #cccccc 1px solid;
}

select {
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #505050;
    border: #cccccc 1px solid;
}
