/* --------------------------------------- */
/* Hauptnavigation oben / Linke Navigation */
/* --------------------------------------- */

body {
	background-color: #ffffff;
	background-image: url(standard/themes/azubitagev2/images/bar_grey.png);
	background-repeat: repeat-x;
	background-position: 0px 90px;
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-size: 11px;
	font-family: Arial;
}

#main {
	background-color: #ffffff;
}

.content p, .content td, .content input, .content ol, .content ul {
	color: #000000;
	line-height: 1.5em;
}

select, option, textarea {
	color: #000000;
	font-size: 11px;
	font-family: Arial;
}

.seperator {
	height: 5px;
}

a {
	color: #555555;
	text-decoration: underline;
}
a:hover {
	color: #005c57;
	text-decoration: underline;
}

.title h1 {
	margin-left: -10px;
}

h3 {
	color: #555555;
	font-size: 13px;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

img {
	border-width: 0px;
}

/* --------------------------------------- */
/* ---- Hauptnavigation 1. Ebene ---- */

.menu-1 {
	border-top: solid 3px #999999;
	border-bottom: solid 3px #999999;
	color: #555555;
}

.menu-1-1 {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.menu-1-1:hover {
	color: #b0b0b0;
	text-decoration: none;
}

.menu-1-2 {
	color: #b0b0b0;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.menu-1-2:hover {
	color: #b0b0b0;
	text-decoration: none;
}

/* --------------------------------------- */
/* ---- Navigation 2. Ebene : Rahmen ---- */

.menu-2-0 {
	padding-top: 10px;
	padding-left: 20px;
	border-right: solid 2px #a0a0a0;
	background-color: #f4f4ff;
}

/* --------------------------------------- */
/* ---- Navigation 2. Ebene : Verweise ---- */

.menu-2top {
	border-top: dotted 1px #555555;
}

.menu-2 {
	border-top: dotted 1px #555555;
	border-bottom: dotted 1px #555555;
}

.menu-2-1 {
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}

.menu-2-1:hover {
	color: #005c57;
	text-decoration: none;
}

.menu-2-2 {
	color: #005c57;
	font-weight: normal;
	text-decoration: none;
}

.menu-2-2:hover {
	color: #005c57;
	text-decoration: none;
}

.menu-2on {
	background-color: #ffffff;
}

.menu-2off {
}

/* --------------------------------------- */
/* ---- Navigation 3. Ebene : Verweise ---- */

.menu-3top {
}

.menu-3bottom {
	border-bottom: solid 1px #ffffff;
}

.menu-3 {
}

.menu-3-1 {
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}
.menu-3-1:hover {
	color: #b0b0b0;
	text-decoration: none;
}

.menu-3-2 {
	color: #b0b0b0;
	font-weight: normal;
	text-decoration: none;
}

.menu-3-2:hover {
	color: #b0b0b0;
	text-decoration: none;
}

/* --------------------------------------- */
/* ---- Zusatzspalte rechts ---- */

.aux {
	border-left: solid 2px #a0a0a0;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #f4f4ff;
}


/* --------------------------------------- */
/* ---- Bilder ---- */

.left-inline {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	font-style: italic;
}

.right-inline {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	font-style: italic;
}
.standard {
	font-size: 10px;
	font-style: italic;
}

/* --------------------------------------- */
/* ---- Misc ---- */

.head {
}

.present {
	color: #008000;
}

.absent {
	color: #f00000;
}

.search {
	border: solid 1px #cccccc;
	width: 145px;
}

.search-text {
	color: #555555;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

.highlight {
	background-color: #feff96;
}


/* --------------------------------------- */
/* ---- Inhalt ---- */

.page-content .content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.main-content .wrapper #box-blue .content .standard {
	margin: auto;
	width: 100%;
}

.main-content .wrapper #box-blue .content .standard img {
	margin-left: auto;
	margin-right: auto;
}

.td-default {
	width: 100%;
}

.td-left {
	width: 30%;
}

.td-right {
	width: 70%;
}

div.main {
	overflow: auto;
	scrollbar-base-color: #cccecf;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #000000;
  scrollbar-darkshadow-color: #cccccc;
  scrollbar-face-color: #cccecf;
  scrollbar-highlight-color: #efefef;
  scrollbar-shadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
	width: 100%;
	height: 350px;
}


/* --------------------------------------- */
/* ---- Listen ---- */

.datelist-date {
	font-weight: bold;
}

.datelist-header {
	color: #e59700;
	font-size: 12px;
	font-weight: bold;
}


/* --------------------------------------- */
/* ---- Hauptseite ---- */

.main-links {
}

.main-links a {
	color: #555555;
	text-decoration: none;
}

.main-links a:hover {
	color: #005c57;
	text-decoration: none;
}

a.main-1 {
	color: #555555;
	font-weight: none;
	text-decoration: none;
	cursor: pointer;
}

a.main-2 {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a.main-2:hover {
	color: #555555;
}

/* --------------------------------------- */
/* ---- History ---- */

.position {
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
}

.position a {
	text-decoration: none;
}


/* --------------------------------------- */
/* ---- Ueberschriften ---- */

.headline {
	color: #559fb7;
	font-size: 13px;
	font-weight: bold;
}

.subline {
	font-size: 12px;
	font-weight: bold;
}

.faq span.headline-bold {
	font-size: 12px;
	font-weight: bold;
}

.faq2 {
	color: #559fb7;
	font-size: 12px;
	font-weight: bold;
}

.faq .headline {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.headline-bold {
	color: #559fb7;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.half-headline {
	color: #559fb7;
	font-size: 14px;
	font-weight: bold;
}

.half-subline {
	color: #559fb7;
	font-size: 12px;
	font-weight: bold;
}


/* --------------------------------------- */
/* ---- Artikel Übersicht ---- */

.item-headline {
	color: #e59700;
	font-weight: bold;
	border-bottom: solid 1px #efefef;
}

.item-frame {
	border: solid 1px #00206f;
	border-style: outset;
}

/* --------------------------------------- */
/* ---- Artikel Übersicht ---- */

.item-headline {
	color: #ee3535;
	font-weight: bold;
	border-bottom: solid 1px #efefef;
}

.item-frame {
	border: solid 1px #00206f;
	border-style: outset;
}

/* --------------------------------------- */
/* ---- Tabellen ---- */

.table-border {
	background-color: #efefef;
}

.table-header {
	background-color: #efefef;
	color: #555555;
}

.table-header a {
	color: #555555;
}

.table-content {
	background-color: #ffffff;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
}

.table-row-even {
	background-color: #ffffff;
}

.table-row-odd {
	background-color: #f7faff;
}


/* --------------------------------------- */
/* ---- Copy-Mailbox ---- */

.mail-table-border {
	background-color: #000000;
}

.mail-table-header {
	background-color: #4d656b;
	color: #ffffff;
}


.mail-table-row-even {
	background-color: #ffffff;
	border: solid 1px #80ABDE;
}

.mail-table-row-odd {
	background-color: #eff3eb;
	border: solid 1px #80ABDE;
}

/* --------------------------------------- */
/* ---- Sitemap ---- */

.sitemap-extension {
	margin: 0px;
	padding: 0px;
}

.sitemap-margin {
	margin-left: 14px;
}

.sitemap-border {
	border: 1px solid #efefef;
}

.sitemap-header {
	padding: 4px;
	margin: 1px;
	background-color: #efefef;
}

.sitemap-link {
	text-decoration: none;
}

.sitemap-content {
	background-color: #ffffff;
}

.metas { }


/* --------------------------------------- */
/* ---- Overview ---- */

.overview-border {
	background-color: #efefef;
}

.overview-header {
	background-color: #efefef;
}

.overview-link {
	text-decoration: none;
}

.metas { }

/* --------------------------------------- */
/* ---- Drop Menu ---- */

.drop {
	position: relative;
}

.drop_menu {
	border: solid 1px #80ABDE;
	border-style: outset;
	background-color: #ffffff;
}

.drop_menu a {
	color: #00206f;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.drop_menu a:hover {
	font-weight: normal;
	color: #cc0000;
	text-decoration: none;
}

/* --------------------------------------- */
/* ---- Upload Formular ---- */

.upload-form {
	background-color: #efefef;
	border: solid 1px #cccccc;
}

.upload-form input {
	border: solid 1px #b0b0b0;
	border-style: outset;
}

.upload-comment {
	overflow: auto;
	width: 100%;
	padding-right: 2px;
	height: 50px;
	font-size: 10px;
	scrollbar-base-color: #cccecf;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #000000;
  scrollbar-darkshadow-color: #cccccc;
  scrollbar-face-color: #cccecf;
  scrollbar-highlight-color: #efefef;
  scrollbar-shadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
}



/* --------------------------------------- */
/* ---- Termin Kalender ---- */


.calendar_1_entry {
	background-color: #b0b0b0;
}

.calendar_2_entry {
	background-color: #cccccc;
}

.calendar_3_entry {
	background-color: #efefef;
}

/* --------------------------------------- */
/* ---- E-Mail Formulare ---- */

.form-fields {
	width: 300px;
}

.fake-link {
	cursor: pointer;
}

.disabled {
	opacity: 0.45;
}

* html .disabled {
  filter: alpha(opacity=45);
}

.editable-inputfield {
	height: 30px;
}

.editable-inputfield, .replaceable-module {
	border: 1px solid #ccc;
	padding: 5px;
}

.replaceable-module {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
}

#footer a {
	white-space: pre;
}

div.sidebar-right div.content div.standard img {
	padding-bottom: 10px;
}

.content-wrapper td span {
	/*
	display: block;
	width: 450px;
	*/
}

.tag-cloud {
	text-align: center;
}

.tag-cloud a {
	text-decoration: none;
}

.tagweight-1 {
	font-size: 100%;
}

.tagweight-2 {
	font-size: 120%;
}

.tagweight-2, .tagweight-4, .tagweight-5 {
	font-weight: bold;
}

.tagweight-3 {
	font-size: 150%;
}

.tagweight-4 {
	font-size: 170%;
}

.tagweight-5 {
	font-size: 180%;
}

.content-wrapper table {
/*
	width: 100%;
*/
}

.main-content a {
	color: #FF0080;
}

.sidebar-right-top input {
	border: none;
}

.td-default .standard,
.imagelist .td-default {
	text-align: center;
}

.td-default .standard a {
	display: block;
	text-align: left;
}

html {
  padding: 0;
}

body {
  margin: 0; padding: 0;
}

#fixed-div {
  width: 100%;
  height: 120px;
  background: transparent url(standard/easter-egg-bg.png) repeat-x bottom left;
  bottom: 0;
  left: 0;

  position: absolute;
  overflow: hidden;
}

html>body #fixed-div {
  position: fixed;
}

#pre-wrapper {
  padding-bottom: 75px;
}

.newslist .left-inline {
  width: 150px;
}

.clear {
  clear: both;
}


#box-blue {
  display: none;
}

