/***************************************************************************************
/ Globale Definition
***************************************************************************************/
body, div, p, td, th, textarea, input, select {
	font-family: Verdana;
   font-size: 11px;
}

body {
   background: #fdfdfd;
}

a {
	color: #0022bb;
   text-decoration: none;
}

form {
	margin: 0px;
}

.titel {
	font-weight: bold;
   color: #555;
}

.docPath {
	font-weight: bold;
   color: #555;
   text-decoration: none;
}
.docPath:hover {
	color: red;
}

.fehler {
	font-weight: bold;
   color: #a00;
   font-style: italic;
}

.stdNaviButtonLine {
   width: 100%;
	background: #fafafa;
   padding: 3px;
   border: 1px solid #ddd;
   margin: 2px;
}
.stdTabelle {
	border-spacing: 3px;
   width: 100%;
}
.stdTabelleHead {
	background: #eee;
   vertical-align: top;
   padding: 3px;
   font-weight: bold;
}

.stdTabelleCell {
	background: #f3f3f3;
   vertical-align: top;
   padding: 3px;
}
.eingabeButton {
	border: 1px solid #0022bb;
   font-weight: bold;
   font-family: Tahoma;
   font-size: 10px;
   background: white;
}

/***************************************************************************************
/ Feste Elemente, Position der Navigation
***************************************************************************************/
#topLine {
	position: absolute;
   left: 10px;
   top: 145px;
   width: 770px;
   height: 1px;
   border-top: 3px solid #0022bb;
   z-index: 10;
}

#mainHeaderLogo {
	position: absolute;
	top: 121px;
	left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

#mainHeaderDAE {
	position: absolute;
	top: 105px;
	left: 650px;
}

#mainMenu {
	position: absolute;
	top: 142px;
	left: 10px;
	width: 110px;
   overflow: hidden;
}

#rightMenu {
	position: absolute;
	top: 165px;
	left: 650px;
	width: 130px;
   background: white;
   overflow: hidden;
}
#subMenu 
{
    display: none;
}
#mainContentContainer {
	position: absolute;
	top: 165px;
	left: 110px;
   width: 520px;
   border-left: 1px solid #777;
   border-right: 1px solid #777;
   overflow: hidden;
}

#mainContent {
	width: 480px;
   left: 20px;
   position: relative;
}

#copyright {
	text-align: center;
	border-top: 1px solid #7f7f7f;
	font-size: 10px;
   margin-bottom: 20px;
   margin-top: 20px;
   font-family: Tahoma;
}

#daevlogo 
{
    margin-left: -10x;
    margin-top: 100px;
}

.mainMenuEntry {
	color: #0022bb;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
   margin-top: 20px;
   line-height: 18px;
}

.mainMenuEntry:hover {
	color: red;
}

.subMenuEntry {
	color: #6f6f6f;
	text-decoration: none;
	text-indent:10px;
	font-size: 11px;
   line-height: 16px;
	font-weight: bold;
   font-family: Tahoma;
}

.subMenuEntry:hover {
	color: red;
}

.smallMenu {
	border-top: 1px solid #777;
   margin-top: 30px;
   width: 70px;
   margin-left: 10px;
}

.smallMenuEntry {
	color: #777;
	font-size: 10px;
	text-decoration: none;
   line-height: 1.3em;
}
.smallMenuEntry:hover {
	color: red;
}

.rightMenuEntry {
	color: #a00;
	text-decoration: none;
	font-size: 11px;
   line-height: 16px;
	font-weight: bold;
}
#lehmanns {
	position: absolute;
   top: 135px;
	left: 800px;
}
#bannerJobmesse {
	position: absolute;
   	top: 3px;
	left: 0px;
	height: 90px; overflow: hidden;
	width: 780px;
}
.bannerBlock {
	float: right;
	background-image: url(/img/anzeige.gif);
	background-repeat: no-repeat;
	background-color: white;
    margin-left: 3px;
    padding-left: 21px;
	height: 90px;
}

/***************************************************************************************
/ Homepage-Elemente
***************************************************************************************/
.homepageRightPadding {
	padding-right: 25px;
}

.homepageBottomPadding {
	padding-bottom: 20px;
}

.homepageRubrik {
   color: #777;
   border-left: 2px solid #0022bb;
   border-right: 2px solid #0022bb;
   padding-left: 3px;
   padding-right: 3px;
   font-weight: bold;
   font-size: 10px;
}

.homepageTitel {
	font-weight:bold;
   color: #000;
}

.homepageLink { text-decoration:none; }

.homepageText { margin-top: 2px; }
.homepageBildRechts { border-spacing: 0; float: right; margin-top: 4px; margin-left: 15px; margin-bottom: 6px; text-align: right; }
.homepageBildLinks { border-spacing: 0; float: left; margin-top: 4px; margin-right: 15px; margin-bottom: 6px; text-align: left; }
.homepageBildUnterschrift { padding-top: 2px; font-size: 9px; font-family: Tahoma; color: #000; }

.homepageRubrikIndex {
	margin-bottom: 5px;
   font-size:11px;
   text-indent: -11px;
   margin-left: 10px;
}

.homePage2Cols {    font-size: 10px; }
.homePage3Cols {  }
.homePage4Cols {  }
.homePage6Cols {  }

.homepageListe {
	font-size: 9px;
   font-weight: bold;
   margin-bottom: 0.5em;
}
.homepageListe a {
	color: #333;
}

/***************************************************************************************
/ Artikel-Liste (Rubrik)
***************************************************************************************/
.artikelListeTitel {
	font-weight: bold;
}
.artikelListe {
	margin-bottom: 1.5em;
}

.alphaListe {
	margin-left: 1em;
}

.alphaListeChar {
	color: #007;
	font-size: 18px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .5em;
}

/***************************************************************************************
/ Artikel
***************************************************************************************/
.artikelSchlagzeile {
   color: #777;
   border-left: 2px solid #0022bb;
   border-right: 2px solid #0022bb;
   padding-left: 3px;
   padding-right: 3px;
   font-weight: bold;
   font-size: 10px;
}
.artikelTitelBlock {
	margin-bottom: -.5em;
}
.artikelTitel {
	font-size: 11px;
   font-weight:bold;
}
.artikelWebcode {
	color: #0022bb;
   font-style: italic;
}
.artikelDatum {
	color: #777;
   margin-bottom: 4px;
   font-size: 9px;
}
.artikelListeWeitere {
	width: 66%;
}
.artikelListeArchiv {
	width: 34%;
   padding-left: 10px;
}
.artikelListeWeitereLabel, .artikelListeArchivLabel {
	font-weight: bold;
   margin-bottom: 2px;
}

/***************************************************************************************
/ Kästen auf der rechten Seite
***************************************************************************************/
.kasten {
	width: 100%;
	border: 1px solid #ddd;
   background: #fafafa;
   margin-bottom: 10px;
}
.kastenInnen {
	padding: 4px;
   font-size: 10px;
}

.kastenText {
   font-size: 10px;
}

.kastenLink {
   text-indent: -10px;
   margin-left: 10px;
   font-size: 10px;
}

.kastenBildRechts { border-spacing: 0; margin: 4px; text-align: right; }
.kastenBildLinks { border-spacing: 0; margin: 4px; text-align: left; }

/***************************************************************************************
/ Foren
***************************************************************************************/
.forumLogin {
	width: 100%;
   font-size:9px;
}
.forumBeitrag {
	width: 100%;
	border: 1px solid #ddd;
   background: #fafafa;
   margin-bottom: 10px;
}
.forumBeitragInnen {
	padding: 4px;
}
.forumAktiverBeitrag {
	font-weight: bold;
   margin-bottom: 5px;
}
.forumAndererBeitrag {
   margin-bottom: 5px;
}

/***************************************************************************************
/ Fortbildung
***************************************************************************************/
.fortbildungRubrik {
   color: #777;
   border-left: 2px solid #0022bb;
   border-right: 2px solid #0022bb;
   padding-left: 3px;
   padding-right: 3px;
   font-size: 10px;
}

.fortbildungRubrikDiv {
	margin-top: 10px;
   margin-bottom: 5px;
}

.fortbildungListe {
}

.fortbildungSeiten {
	background: #fafafa;
   padding: 3px;
   border: 1px solid #ddd;
   margin-top: 34px;
}

.fortbildungSeitenNrAktiv {
	width: 20px;
   border: 1px solid #0022bb;
   text-align: center;
   background: #0022bb;
   color: white;
   margin-left: 2px;
   margin-right: 2px;
}

.fortbildungSeitenNr {
   background: white;
	width: 20px;
   border: 1px solid #0022bb;
   text-align: center;
   text-decoration: none;
   margin-left: 2px;
   margin-right: 2px;
}

.fortbildungBild {
}

.fortbildungBildUnterschrift {
	padding-top: 2px; font-size: 9px; font-family: Tahoma; color: #000;
}

.fortbildungFragenTabelle {
	border-spacing: 0px;
   margin-top: 10px;
   margin-bottom: 10px;
}

.downloadBox {
	width: 150px;
	border: 1px solid #ddd;
   background: #fafafa;
   margin-bottom: 10px;
   margin-left: 10px;
   padding: 8px;
   float: right;
}

.fortbildungOption {
	background: #f0f0f0;
}
.fortbildungOptionRichtig {
	background: #74DB6F;
}
.fortbildungOptionFalsch {
	background: #EA777A;
}

/***************************************************************************************
/ Suche
***************************************************************************************/
.sucheTrefferTitel {
	font-weight: bold;
}
.sucheTrefferRubrik {
   color: #777;
   font-weight: bold;
   font-size: 10px;
}
.sucheTrefferHighlight {
   color: #d00;
   font-weight: bold;
}

.klein 
{
    font-size:10px;
    font-family:Tahoma;
}