#mdb_menu{
	padding:10px;
	margin-top:5px;
}

#mdb_menu_filter{
	padding:10px;
	margin:15px 0 25px 0;
}

#submenu{
	margin:0;
	padding:0;
}

#submenu ul{
	margin:0;
	padding:0;
}

#submenu li{
	margin: 0 0 2px 1px;
	padding:0 0 0 17px;
	list-style: none;
	background: url(/fm/475/ordner.png) no-repeat;
}

#submenu li.active{
	margin: 0;
	font-weight: bold;
	background: url(/fm/475/ordner_offen.png) no-repeat;
}

#submenu ul li ul li{
	font-weight: normal;
}

#submenu ul li ul li.active{
	margin: 0 0 0 0px;
	font-weight: bold;
	background: url(/fm/475/ordner_offen.png) no-repeat;
	color: #BA002E;
}

#submenu a{
	color: #000000;
}

#submenu a.active{
	color: #BA002E;
}

#description{
	margin:10px;
	padding:0;
}

/*mainmap**************************************************************************/
#mainmap.content{
	padding: 0 0 10px 0;
	margin: 10px;

}

/*Bilder*****************************************************************************/

.img_b img{
	border: 3px solid #CACACA;
}

.pic_l .img_b img{
	border: 3px solid #FFF;
}


/*Leuchttischbilder*****************************************************************/
#pics{
	margin:0;
	padding:0;

}

.pic_l{
	margin: 5px 5px 5px 0;
	padding: 0;
	width: 232px;
	height: 220px;
	float: left;
	background-color: #CACACA;
	border: 4px solid #CACACA;
    overflow: hidden;
}

.pic_l .img_b{
	text-align: center;
	padding: 5px;
    height: 130px;
	background-color: #E6E6E6;
}

.pic_l .img_text{
	height: 33px;
	background-color: #CACACA;
	overflow: hidden;
}

.pic_l .img_under{
	padding: 5px;
}


/*Listenansicht********************************************************************/

#liste {
        background-color: #eeeeee;
}

#liste td.img_in img{
	float: left;
	margin: 6px 5px 0 0;
}

.even{
	width: 100%;
	background-color: #d4d4d4;
	border: 0;
        border-top: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7;
}

#liste tr th{
	padding: 5px;
	background-color: #aeaeae;
	padding-bottom: 10px;
}

#liste th{
	font-size: 12px;
	text-align: left;
}

#liste tr td{
	padding: 5px;
	text-align:left;
}

#seitenauswahl {
  clear: both;
  padding-top: 10px;
}

.exif_header {
        width: 100%;
        background-color: #FFFFFF;
        margin:0;
        padding:0;
        padding-top:18px;
        padding-bottom:10px;
}

.exif_header div {
	background-color: #aeaeae;
	width: 100%;
	padding:0;
        margin:0;
        height:51px;
}

.exif_header div h6 {
        float:left;
        color: #000000;
        font-size: 25px;
        font-weight: bold;
        font-style: normal;
        padding:11px 0 4px 4px;
        margin:0;
}

.exif_header div img {
        float:right;
        padding-right:10px;
}

.exif_footer {
        background-color: #cacaca;
        padding:0       
        padding-top:4px;
        padding-bottom:4px;
        height:35px;
        margin:0;
        margin-top:-6px;
        border: 0;
}

.exif_footer span {
        float: left;
        color: #000000;
        font-size: 14px;
        margin-left: 15px;
        margin-top: 12px;
}

.exif_footer a {
        float: right;
        margin-right: 15px;
        margin-top: 12px;
}

.exif_footer a:link, .exif_footer a:visited {
        color: #000000;
        font-size: 14px;
        text-decoration: none;
}

.exif_footer a:hover {
        color: #000000;
        font-size: 14px;
        text-decoration: underline;
        background-color: #cacaca;
}

.exif_footer a:active {
        color: #000000;
        font-size: 14px;
        text-decoration: none;
}

/*Warenkoerbe**********************************************************************/
.warenkorb_r{
	float: right;
	padding: 0 0 5px 0;
}

.warenkorb_r img, .warenkorb_l img{
	float: left;
	margin: 6px 5px 0 0;
}

.warenkorb_l{
}

a.korb{
	float: right;
	padding: 0px 7px;
	background: url(/fm/475/icon_hinzufuegen.png) bottom no-repeat;
}

a.korb:hover{
	background: url(/fm/475/icon_hinzufuegen.png) bottom no-repeat;
	text-decoration: none;
}

a.korb_list{
	padding: 0px 7px;
	background: url(/fm/475/icon_hinzufuegen.png) bottom no-repeat;
}

a.korb_list:hover{
	background: url(/fm/475/icon_hinzufuegen.png) bottom no-repeat;
	text-decoration: none;
}

a.korb_remove{
	/*float: right;*/
	padding: 0px 7px;


	background: url(/fm/475/icon_loeschen.png) bottom no-repeat;
}

a.korb_remove:hover{
	background: url(/fm/475/icon_loeschen.png) bottom no-repeat;
	text-decoration: none;
}

a.korb_remove_list{
	padding: 0px 7px;
	background: url(/fm/475/icon_loeschen.png) bottom no-repeat;
}

a.korb_remove_list:hover{
	background: url(/fm/475/icon_loeschen.png) bottom no-repeat;
	text-decoration: none;
}

/* ### Download-Box ################################################################## */

.bluebox {
	color:#000;
	background: #f0f0f4; padding: 2px; border: 4px #ccd solid;
	text-align: left;
	padding: 4px 0 4px 15px;
	margin-bottom: 1em;
}

.bluebox h5 { font-size: 140%; color:#006; font-weight: normal; font-style: normal; padding: 0px 8px 0 5px; }
.bluebox p { padding: 0px 8px 0 5px; }

div.dl_button	{
	width: 220px;
	min-height: 50px;
	text-align:left;
	padding-bottom: 20px;
	background-image: url(<?php echo LAYOUT_PATH; ?>yaml_dl_button.gif);
	background-position:bottom;
}

div.dl_button a {
	display:block;
	width: 100%;
	min-height: 30px;
	text-align:left;
	background: url(<?php echo LAYOUT_PATH; ?>yaml_dl_button.gif);
}

div.dl_button a:hover { text-decoration:none; } 

.dl_button a strong {display:block; padding: 17px 5px 0px 20px; color: #448; font-weight: bold; font-size: 125%; text-decoration:underline;}
.dl_button span.version {display:block; padding: 0px 5px 0px 20px; color: #666; font-weight: normal; font-size: 85%;}

/*Downladbox rechte Subcolumns***********************************************/
#download{
	float: right;
	/*border: 2px solid #ddd;*/
	background-color: #e6e6e6;
	padding: 0;
	width: 180px;
	margin: 0 20px 0 0;
}

#download a{
	padding-left: 20px;
	color: #000;
	/*background-image: url(<?php echo LAYOUT_PATH; ?>icon.jpg);*/
	background-image: url(/fm/475/icon.jpg);
	background-repeat: no-repeat;
	line-height: 1.4em;
	display: block;
}

#download a:hover, #download a:focus{
	background-color: transparent;
	text-decoration: none;
}

/*Sonstiges**************************************************************/
#liste table { border-collapse:collapse; width: 100%; margin-bottom: 0.5em; }
#picture_auswahl {
	background-color: #A9A9A9;
	padding: 5px;
	color: white;
	font-weight: bold;
}
h2.medien_db {
  font-size: 17px;
}


