/* =================================== */
/* Design CSS für tabellenloses Outfit */
/* =================================== */



/* Abschnitt 1: Startseitentemplate */
body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

.homeBox {
	border: 1px dotted #06679a;
	height: 120px;
	width: 160px;
	margin-bottom: 10px;
}
.homeBoxHead {
	border-bottom-width: 1px;
	height: 17px;
	border-bottom-style: dotted;
	border-bottom-color: #06679a;
	background-color:#ebebeb;
	line-height: 17px;
	color: #000000;
	padding-left: 3px;
	clear: right;
}
.homeBoxBody {
	color: #000000;
	padding-left: 3px;
	padding-top: 2px;
}
.homeBoxBodyTrenner {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06679a;
	height:55px;
}
.homeBox_inlined {
    margin-left:25px;
}
.homeBoxContainer {
	float: right;
	margin-top:20px;
}
.homeBoxSplitter {
	float:left;
	width:410px;
}
.homeBoxPic {
	width: 70px;
	float: left;
	overflow: hidden;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06679a;
	height:55px;
	padding-top:5px;
	padding-left:5px;
}

/* Abschnitt 2: Menü */
.menuInfoBox {
	height: 20px;
	line-height: 18px;
	border-bottom-color:738ed1;
	border-top-color:738ed1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 13px;
	margin-bottom: 15px;
	margin-top: 18px;
}

/* Abschnitt 3: Content */
.spaceFrame {
	margin-top:5px;
	margin-left:5px;
}
.smartNav {
	border: 1px dotted #06679a;
	height: 30px;
	width: 425px;
	border-bottom-style: dotted;
	border-bottom-color: #06679a;
	float:left;
	margin-bottom:10px;
	background-color:#F1F8FE;
}

.newsTicker {
	width: 425px;
	margin-bottom:10px;
	padding-top:10px;
	margin-top:10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: 06679a;
	clear:left;
}
/* >> START #8: Anzeigeklassen (Bfree)  */
#hidden { display:none; }
#rightAlign { text-align:right; }
#centerAlign { text-align:center; }

/* << ENDE #8: Anzeigeklassen */

/* >> START #9: EDIT-Bereich  */
.adminBox {
	width:150px;
	border:#000066 1px solid;
	background-color:#E8F3FF;
	margin-top:80px;
	margin-left:15px; }
.adminBoxHead {
	padding: 3px;
	background-color:#D2E8FF;
	border-bottom:#000066 1px solid;
	text-align:center;
}
.adminBoxIN { padding: 3px;	border-bottom:#000066 1px solid; }
.adminBoxEND { padding: 3px; }
.mnuBoxAdmin {
	float:right;
	text-align:right;
	margin-right: 3px;
}
/* << ENDE  #9: EDIT-Bereich */

/* >> START #6: Listenelemente - Templates */

ul#tplListe { clear:left; }

li#tplListe {

	list-style-image:url(/img/liste.jpg);


	margin:0px;

	margin-bottom:10px;

	list-style-position: outside;

	list-style-type: none; 

}

li#liste {

	list-style-image:url(/img/liste.jpg);

	line-height:3px;

	margin:3px;

	margin-bottom:5px;

	list-style-position: outside;

	list-style-type: none; 

}

li#listeHome {

	list-style-image:url(/img/liste.gif);

	line-height:8px;

	margin:3px;

	margin-right:0px;

	list-style-position: outside;

	list-style-type: none; 

}

/* << ENDE #6: Listenelemente - Templates */