@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0.1 (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(../yaml/print/print_003_draft.css); */

/*Grafik in Sidebarboxen*/
#bdkjLogo{
	background-repeat: no-repeat;
	background-image: url(../images/bdkj.png);
	height: 130px;
	margin-left: 15px;
	text-align: center;
	font-size: 0px;
}
#bdkjLogo a{
	color: #1e2850;
}


#admidioLogo{
	background-repeat: no-repeat;
	background-image: url(../images/admidiologo.png);
	height: 50px;
	text-align: center;
	font-size: 0px;
	margin: 4px;
}
#firefoxLogo{
	background-repeat: no-repeat;
	background-image: url(http://sfx-images.mozilla.org/affiliates/Buttons/firefox2/firefox-spread-btn-1.png);
	height: 70px;
	margin-left: 15px;
	text-align: center;
	font-size: 0px;
}


/*SidebarBox*/
.sidebarBox{
   	border-width: 0px;
   	border-style:     solid;
   	border-collapse:  collapse;
   	padding:          5px;	
   	text-align: left;
   	margin: 0;
   	font-size: 8pt;
}

/*Sidbarelment Kopf*/
.sidebarBoxHead{
	border-bottom-color: #ffa500;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 25px;
	margin-top: 20px;
	padding-left: 5px;
	text-align: left;
}

.sidebarBoxHead h4{
 	padding-top: 4px;
	font-size: 11pt;
	margin-bottom: 0px;
}

/*.sidebarBoxHead a:link{
   color: #1e2850;
}
.sidebarBoxHead a:visited{
   color: #1e2850;
}*/
.sidebarBoxHead a:hover{
   color: #009900;
}


