/**
 * Style sheet BSL_Elements
 */

/**
 * Customized Newsboxes
 */
.layout_short
{
	margin-top: 19px;
}

.layout_full
{
	margin-top: 25px;
}

span.info
{
	font-weight:normal;
	font-size:14px;
}

.more
{
	margin-top:7px;
}

.mod_newslist h1,
.mod_search h1
{
	margin-top:5px;
}

.mod_newslist h2
{
	line-height:normal;
}

.mod_newslist .pagination
{
	display:none;
}

/**
 * ImageBox
 */
#imgbox {
width:105px;
height:113px;
margin:0px;
padding:25px 40px 0 315px;
font-size:15px;
float:left;
font-weight:bold; 
}
#imgbox .light { color: #ffffff }
#imgbox .dark { color: #545454 }

input.insert.image,
select.insert.image
{
	width:600px;
}


/**
 * Stifter
 */
table.stifter
{
	width:640px;
	border-bottom:1px dashed #ccc;
}

table.stifter td.image
{
	width:150px;
	padding:0 0 16px 0;
}

table.stifter td.name,
table.stifter td.quote
{
	padding:3px 0 0 16px;
	vertical-align:top;
}

table.stifter td.name
{
	height:63px;
}

table.stifter td.quote
{
	font-style:italic;
}

.stifter td.quote:before { content:'"' }
.stifter td.quote:after { content:'"' }

div.stifter
{
	width:640px;
	border-bottom:1px dashed #ccc;
	margin-top:16px;
}

div.stifter img
{
	width:150px;
	padding:0 0 16px 0;
}

div.stifter .name,
div.stifter .quote
{
	padding:3px 0 0;
}

div.stifter .name
{
	height:63px;
}

div.stifter .quote
{
	font-style:italic;
}

div.stifter table td.image
{
	width:150px;
	padding-right:16px;
}

div.clear 
{
	clear:both;
	display:none;
}


table.imagebox
{
	border-collapse:collapse;
	width:600px;
}

table.imagebox td
{
	vertical-align:top;
	text-align:center;
	padding:2px;
	margin:0;
}

table.imagebox td img
{
	margin:0 0 -7px;	
}

table.imagebox td.caption
{
	font-size:10px;
	line-height:normal;
	margin:0 0 3px;
}

#main .inside .mod_article
{
	padding:0 15px 0 0;
}

#main .mod_newslist .layout_full table  td
{
    font-size:9px;
    text-align:center;
}

#main .mod_newslist .layout_full table
{
    margin:0 auto;
}

/**
 * Stylesheets by Typolight
 */

.ce_text
{
	line-height:1.8;
	font:Verdana, Arial, Helvetica, sans-serif;
}

.ce_list ul
{
	margin:0px;
	padding:0px;
}

.ce_list li
{
	margin:0px 0px 0px 22px;
	padding:0px;
	line-height:1.4;
}

* html .ce_list li
{
	margin:0px 0px 0px 26px;
}

*:first-child+html .ce_list li
{
	margin:0px 0px 0px 26px;
}

.ce_table table
{
	border-left:1px solid #cccccc;
}

.ce_table td
{
	padding:2px 8px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_table th
{
	padding:2px 8px;
	background-color:#e6e6e6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_gallery table
{
	width:100%;
}

.ce_gallery td
{
	text-align:center;
	vertical-align:middle;
}

.ce_download
{
	margin:0 0 5px;
}

.ce_download h1
{
	margin:5px 0 18px;
}

.ce_download a
{
	color:#545454;
}

.ce_download img
{
	display:inline;
	vertical-align:middle;
}

html>body .mime_icon
{
	top:-1px;
	position:relative;
}

.mod_newslist .ce_text table td
{
	vertical-align:top;
	line-height:normal;
}

.image_container .caption
{
	font-size:10px;
	width:300px;
	text-align:center;
	line-height:normal;
}

/**
 *  Accordion
 *********************/
.ce_accordion
{
    margin-bottom:15px;
}
 
.ce_accordion .toggler
{
    font-size:14px;
    cursor:pointer;
    font-weight:bold;
    margin:0 0 4px;
}

.ce_accordion .toggler:hover
{
    text-decoration:underline;
}

.ce_accordion table th
{
    background:#d9d9d9;
    text-align:center;
}

.ce_accordion table th,
.ce_accordion table td
{
    padding:5px 0;
}

.rightalign
{
    text-align:right;
}

.leftalign
{
    text-align:left;
}

