/** Body (Allgemein) */
/* Hintergrund */
/*body { background: none; }*/
body { background-color: #0272af !important; }

/* Schrift */
body { color: #646d76; }

/* Link */
a { color: #2b71ae; }

/* Überschrift */
.content h1 { color: #000000; }

/** Hauptbereich */
/* Hintergrund */
.content-header, .content-inner, .content-footer { background-color: #ffffff; }


/** Header (Kopf) */
/* Hintergrund */
#header { background-color: #003259; }

/* Schrift */
.mainmenu { color: #ffffff; }

/* Link */
.mainmenu a { color: #2CD7FF; }
.mainmenu a:hover { color: #2CD7FF; }


/** Navigation */
/* - Hintergrund */
#sidebar .navigation { background-color: transparent; }
#sidebar.active .navigation { background-color: transparent; }

/* - Schrift */
.sidebar .sub-bav ul li a { color: #2CD7FF; }

/** - Button */
.sidebar div.main ul a:hover
, .sidebar div.main ul li.active a
, .sidebar div.main ul li.active a:hover
, .sidebar .sub-bav div.main ul a:hover
, .sidebar .sub-bav div.main ul li.active a { background-color: #2CD7FF; }

/* - Schrift */
.sidebar ul a { color: #ffffff; }



/** Subnavigation */
/* Hintergrund */
.sidebar div.main ul ul a:hover
, .sidebar div.main ul li.active ul a
, .sidebar div.main ul li.active ul li
, .sidebar div.main ul li.active ul a:hover { background-color: #ffffff; }

/* Schrift */
.sidebar div.main ul ul a, .sidebar div.main ul li.active ul a { color: #828A99; }

/* MouseOver Schrift */
.sidebar div.main ul li ul a:hover
, .sidebar div.main ul li.active ul a:hover { color: #000000; }

/* Kategorie, Hintergrund */
.cfirst div, .cmiddle div, .clast div { background-color: #E9E9E9; }

/* Kategorie, Schrift */
.cfirst div, .cmiddle div, .clast div { color: #013F68; }

/** Boxen */
/* Kopf */
/* - Schrift */
.headline, .box3-headline { color: #ffffff; }

/* - Hintergrund */
.box, .box2, .box3-headline { background-color: #515762; }

/* - Rahmen */
.box3-headline { border-color: #515762; }

/* Inhalt */
/* - Hintergrund */
.box-content, .box2-content, .box3-content, .box2, .box-bottom-bg, .box2-bottom-bg { background-color: #f0f5f8; }

/* - Schrift */
.box-content, .box2-content, .box3-content { color: #646D76; }

/* - Rahmen */
.box-content, .box2-content, .box3-content { border-color: #D0D3D8; }

/** Login */
/* Kopf */
/* - Hintergrund */
#loginbox { background-color: #515762; }

/* Body */
/* - Hintergrund */
#login { background-color: #f0f5f8; }
.expert label.login, #login { color: #646D76; }

/** Listen */
/* MouseOver Hintergrund */
/*.trhover:hover, .trhover:hover a { background-color: {{list_hover_bgcolor}}; }*/

/* Zellen */
/* - Schrift */
/*table.module-table, table.module-table2 { color: {{list_cell_label_color}}; }*/
/*.trhover:hover a { color: green; }*/

/* - Hintergrund */
/*table.module-table, table.module-table2 { background-color: {{list_cell_bgcolor}};}*/

/* - Rahmen */
/*table.module-table th, table.module-table2 { border: solid 1px {{list_cell_bordercolor}}; }
table.module-table th, table.module-table2 th { border-spacing: 0; margin: 0; border-collapse: collapse; border: solid 1px {{list_cell_bordercolor}}; }
table.module-table td, table.module-table2 td { border-spacing: 0; margin: 0; border-collapse: collapse; border: solid 1px {{list_cell_bordercolor}}; }*/

