* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img{
	vertical-align: bottom;
}
body{
	background: #cecece url(../img/bg_body.gif) 0px 0px repeat-x;
}

.cf{
	clear: both;
}

.left{
	float: left;
	width: 329px;
	margin-right: 5px;
	margin-left: 20px;
}

* html .left
{
    margin-left: 10px;
}

.right{
	float: left;
	width: 666px;
}

#page{
	width: 1040px;
	margin: 0px auto;
}

#head{
	background: transparent url(../img/bg_head.gif) left bottom no-repeat;
	width: 1040px;
	height: 187px;
    position: relative;
}

#head .right
{
    float: none;
    position: absolute;
    right: 20px;
    top: 0;
    width: 666px;
    height: 187px;
}

#corner-people{
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
}

* html #corner-people
{
    bottom: -1px;
}

#logo{
	width: 292px;
    height: 50px;
	text-align: right;
    position: absolute;
    right: 0;
    top: 50px;
}
#logo img
{
    display: block;
}



#navi{
	height: 34px;
	position: absolute;
    bottom: 0px;
    left: 0;
    width: 666px;
}
#navi li, #navi li a
{
    display: block;
    line-height: 34px;
    height: 34px;
}


#subnavi{
	height: 34px;
	margin-top: 10px;
}
#navi li,
#subnavi li,
#foot li{
	list-style-type: none;
	/*float: left;*/
	margin-right: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #595959;
}

#foot li
{
    float: left;
}

#navi li li
{
    font-size: 11px;
}

#navi li a
{
    color: #595959;
    text-decoration: none;
}
#navi li.current a
{
    color: #88122E;
    font-weight: bold;
    text-decoration: none;
}
#navi li a:hover
{
    color: #000;
    text-decoration: underline;
}

#navi li.current li a
{
    color: #595959;
    font-weight: normal;
}

#navi li.current li.current a
{
    color: #88122E;
    text-decoration: none;
}

#navi li.current li a:hover
{
    color: #000;
    text-decoration: underline;
}

/***** SONS OF SUCKERFISH START *****/

#navi, #navi ul /* all lists */
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navi a {
	display: block;
}

#navi li /* all list items */
{
	float: left;
	/*width: 10em;*/ /* width needed or else Opera goes nuts */
}

#navi li ul /* second-level lists */
{
    background: url(../img/dropdown-box.png) no-repeat;
    border-bottom: 1px solid #88122E;
	position: absolute;
    padding: 20px 0 5px 0;
	width: 200px;
    top: 30px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    z-index: 1000;
}

#navi li ul li
{
    width: 200px;
    height: auto;
    line-height: 1.2;
}

#navi li ul li a
{
    color: #333;
    height: auto;
    line-height: 1.2;
    width: 170px;
    padding: 7px 0;
    margin : 0 15px;
    border-bottom: 1px dotted #DDD;
}

#navi li ul li.last a
{
    border-bottom: none;
}

#navi li ul li a:hover
{
    color: #333;
}


#navi li:hover ul, #navi li.sfhover ul /* lists nested under hovered list items */
{
	left: auto;
}

/***** SONS OF SUCKERFISH END *****/



#meta-navigation li a
{
    color: #595959;
    text-decoration: none;
}

#meta-navigation li.current a
{
    color: #88122E;
    font-weight: bold;
    text-decoration: none;
}
#meta-navigation li a:hover
{
    color: #000;
    text-decoration: underline;
}

#content
{
	width: 1040px;
	background: #fff url(../img/bg_content.gif) 0px 0px repeat-x;
}

#content .left
{
	background: transparent url(../img/dialogeerleben.gif) 0px 0px no-repeat;
    position: relative;
}

#content .right
{
}

#content #claims
{
    height: 125px;
    position: relative;
    width: 666px;
}

.claims-overlay
{
    background: url(../img/w065.png);
    color: #88122E;
    cursor: default;
    display: none;
    font: bold 11px/60px Verdana, sans-serif;
    height: 60px;
    position: absolute;
    text-align: center;
    width: 162px;
    visibility: visible !important;
}

#sidebar
{
	background: #fff url(../img/bg_news.gif) 0px 0px no-repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    /* Props to http://www.dustindiaz.com/min-height-fast-hack/ */
    min-height:257px;
    height:auto !important;
    height:257px;
	margin: 55px 0px 0px 10px;
    padding: 26px 35px 17px 33px;
	width: 192px;
}

#sidebar h3
{
	color: #595959;
	font-size: 14px;
	/*padding: 20px 20px 0px 33px;*/
	margin: 0 0 15px 0;
}

#sidebar .csc-textpic-clear
{
    height: 10px;
}

#sidebar p
{
    color: #595959;
    margin: 0 0 8px 0;
}

#kontakt p{
	color: #595959;
}

.kontakt{
	background: #fff url(../img/bg_contact.gif) 0px bottom no-repeat;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
	margin: 0 0px 0px 10px;
    padding: 15px 35px 20px 33px;
	width: 192px;
}

#content .left .kontakt p{
	color: #fff;
    margin: 0 0 10px 0;
}
#content .left .kontakt a{
	text-decoration: none;
	color: #fff;
}
#foot{
	width: 1040px;
	height: 50px;
	margin-bottom: 50px;
	background: transparent url(../img/bg_foot.gif) 0px 0px no-repeat;
}

#foot ul{
	float: right;
	padding-top: 10px;
}

#foot li{
	font-size: 11px;
}

#main h1{
	color: #88122E;
	font-size: 20px;
	font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#main h2{
    color: #88122E;
	font-size: 16px;
	font-weight: bold;
    letter-spacing: 1px;
    margin: 30px 0 10px 0;
}

#main p, #main ol, #main ul, #main table
{
    margin-bottom: 15px;
}

#main a,
#sidebar a
{
    color: #88122E;
}
#main a:hover,
#sidebar a:hover
{
    color: #000 !important;
}

#main p
{
    line-height: 1.4;
}

#main{
	color: #595959;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
    padding-top: 30px;
    margin-right: 70px;
}

#main ul li{
	list-style-type: none;
	background: transparent url(../img/list-bullet.gif) 0 2px no-repeat;
	padding-left: 20px;
    margin-bottom: 8px;
}

#sidebar ul li{
	list-style-type: none;
	background: transparent url(../img/list-bullet.gif) 0 0 no-repeat;
	padding-left: 20px;
    margin-bottom: 8px;
}

#main ul
{
    margin-left: 15px;
}

#main ol
{
    margin-left: 30px;
}

#main ol li
{
    margin-bottom: 8px;
}


#sidebar-news
{
    padding-top: 8px;
}

#sidebar-news a
{
    color: #595959;
    text-decoration: none !important;
}


#main h1.news-title
{
    margin-bottom: 0;
}

.news-date
{
    color: #999;
    margin-bottom: 15px;
}




/***** powermail *****/

.tx-powermail-pi1_formwrap_54
{
    width: 500px;
}

.tx-powermail-pi1_formwrap_54 legend
{
    display: none;
}

.tx_powermail_pi1_fieldwrap_html
{
    clear: both;
    padding: 0 0 10px 0;
}

.tx_powermail_pi1_fieldwrap_html_label
{
    font-size: 12px;
}

.tx_powermail_pi1_fieldwrap_html label
{
    float: left;
    font-size: 12px;
    width: 290px;
    margin-bottom: 10px;
}

.tx_powermail_pi1_fieldwrap_html_text
{

}

.powermail_text, .powermail_textarea
{
    border-color: #999 #CCC #CCC #999;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: right;
    margin-bottom: 10px;
    padding: 3px;
    width: 200px;
}

.powermail_textarea
{
    height: 150px;
}

.powermail_check_inner
{
    clear: both;
    padding: 0 0 5px 0;
}

.tx_powermail_pi1_fieldwrap_html
{

}

.tx_powermail_pi1_fieldwrap_html_submit
{
    text-align: right;
}

#powermaildiv_uid19 .tx_powermail_pi1_fieldwrap_html_checkbox_title
{
    display: none;
}

.tx_powermail_pi1_fieldwrap_html_26 .tx_powermail_pi1_fieldwrap_html_checkbox_title,
.tx_powermail_pi1_fieldwrap_html_29 .tx_powermail_pi1_fieldwrap_html_checkbox_title
{
    display: none;
}

.tx-powermail-pi1 h2
{
    border-bottom: 1px solid #CCC;
    margin: 10px 0 0 0 !important;
    padding: 0 0 5px 0;
}

.powermail_mandatory_js
{
    color: #F00;
}

.powermail_submit
{
    border: 1px outset;
    font-size: 12px;
    padding: 3px;
}





/***** fl_seo_sitemap *****/

.tx-flseositemap-pi1 ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.tx-flseositemap-pi1 ul li
{
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tx-flseositemap-pi1 ul ul
{
    background: transparent url(../img/sitemap-list-bg.png) no-repeat 0 center !important;
    margin: 5px 0 0 15px !important;
    padding: 4px 0 5px 30px !important;
}

.tx-flseositemap-pi1 ul ul li
{
    background: transparent url(../img/sitemap-item-middle-bg.png) no-repeat !important;

    line-height: 15px;
    padding: 0 0 0 20px !important;
}

.tx-flseositemap-pi1 ul ul li.first
{
    background: transparent url(../img/sitemap-item-first-bg.png) no-repeat !important;
}

.tx-flseositemap-pi1 ul ul li.last
{
    background: transparent url(../img/sitemap-item-last-bg.png) no-repeat 0 bottom !important;
}

.tx-flseositemap-pi1 ul ul li.only
{
    background: transparent url(../img/sitemap-item-only-bg.png) no-repeat !important;
}

.tx-flseositemap-pi1 a
{
    border: none !important;
    text-decoration: none;
}

.tx-flseositemap-pi1 a:hover
{
    text-decoration: underline;
}



/***** BOXES *****/
.box-rounded
{
    background: url(../img/box-rounded.png) no-repeat;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 18px 20px 15px 20px;
    position: relative;
    width: 550px;
}
.box-rounded .bottom
{
    background: url(../img/box-rounded.png) no-repeat bottom;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 590px;
}

.box-squared
{
    background: url(../img/box-squared.png) no-repeat;
    font-size: 13px;
    padding: 15px 20px 15px 20px;
    position: relative;
    width: 550px;
    margin-bottom: 15px;
}
.box-squared .bottom
{
    background: url(../img/box-squared.png) no-repeat bottom;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 590px;
}

.box-rounded-tip
{
    background: url(../img/box-rounded-tip-top.png) no-repeat;
    font-size: 13px;
    padding: 15px 20px 30px 20px;
    position: relative;
    width: 550px;
    margin-bottom: 15px;
}
.box-rounded-tip .bottom
{
    background: url(../img/box-rounded-tip-bottom.png) no-repeat bottom;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 590px;
}

.box-squared-tip
{
    background: url(../img/box-squared-tip-top.png) no-repeat;
    font-size: 13px;
    padding: 15px 20px 30px 20px;
    position: relative;
    width: 550px;
    margin-bottom: 15px;
}
.box-squared-tip .bottom
{
    background: url(../img/box-squared-tip-bottom.png) no-repeat bottom;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 590px;
}


/***** Content layout *****/
.left-column
{
    float: left;
    margin-bottom: 20px;
    width: 290px;
}

.right-column
{
    float: right;
    margin-bottom: 20px;
    width: 290px;
}



/***** BREADCRUMBS *****/
#breadcrumbs
{
    background: url(../img/house-breadcrumbs.png) no-repeat -7px 0;
    border-bottom: 1px dotted #DDD;
    list-style: none;
    height: 30px;
    margin-top: 5px;
    padding-left: 28px;
    padding-bottom: 2px;
    width: 566px;
}

#breadcrumbs li
{
    background: url(../img/arrow-breadcrumbs.png) no-repeat right center;
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 0 20px 0 0;
}

#breadcrumbs li a, #breadcrumbs li.current
{
    color: #595959;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
#breadcrumbs li a:hover
{
    text-decoration: underline;
}

#breadcrumbs li.current
{
    color: #999;
    background: none;
    margin-right: 0;
    padding-right: 0;
}




#indexedsearch-wrap
{
    position: absolute;
    right: 0;
    bottom: 50px;
    text-align: right;
}

#searchbox
{
    border: 1px solid #999;
    padding: 3px;
}

#searchbox-button
{
    vertical-align: middle;
    margin-right: 3px;
}



.csc-textpic-caption
{
    color: #595959;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}





div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap
{
    margin: 0 0 10px 15px !important;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap
{
    margin: 0 0 10px 0 !important;
}

div.csc-textpic-center div.csc-textpic-imagewrap,
div.csc-textpic-center-nowrap div.csc-textpic-imagewrap
{
    margin: 0 auto 10px auto !important;
    text-align: center;
}




.news-list-container
{
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.news-list-item
{
    border-bottom: 1px solid #BBBBBB;
    margin: 0 0 20px;
    padding: 0 0 10px;
}

.news-title
{
    margin-bottom: 10px !important;
}

.news-single-meta,
.news-list-meta
{
    color: #999;
    margin: 0 0 20px 0;
}

.news-single-meta,
.news-single-date,
.news-list-meta,
.news-list-date
{
    font-size: 12px;
}

.news-single-date,
.news-list-date
{
    display: inline;
    float: none;
    margin: 0 20px 0 0;
    padding: 0;
}

.news-list-container img
{
    display: block;
    float: left;
    margin: 0 15px 10px 0;
}




.tx-flseositemap-pi1
{
    font-size: 12px;
}
