body{
	margin:0px;
    font-family:Arial,Verdana,Helvetica;
}

#site{
	width:950px;
    height:100%;
}

#header{
	width:100%;
	height:150px;
}

#header_logo{
	float:left;
	width:675px;
	height:85px;
	padding:15px;
	padding-top:15px;
	padding-left:20px;
}

#header_logo img {
    border:0;
}

#header_toolbox{
	float:left;
	width:210px;
	height:95px;
	background-color:#d83233;
	padding:15px;
	padding-top:5px;
}

#header_menu{
	float:left;
	height:35px;
	width:944px;
	background-color:#d83233;
	/* border-top:#FFFFFF 1px solid; */
	padding-left:6px;
}

#theme_image {
	float:left;
	height:280px;
	width:710px;
	background-image:url(../gfx/theme_home.jpg);
	border-top:#FFFFFF 1px solid;
}

#theme_titel[id] {
    background-image:url(../images/transparent_white.png);
}

#theme_titel {
	margin-top:235px;
	width:685px;
	height:35px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/transparent_white.png', sizingMethod='scale');
	padding-top:10px;
	padding-left:25px;
}
    
#theme_toolbox{
	float:left;
	width:210px;
	height:250px;
	background-color:#f4f2f2;
	padding:15px;
	border-top:#FFFFFF 1px solid;
}

#content_left{
	float:left;
	width:670px;
	padding:15px;
	padding-left:25px;
    padding-top:20px;
}

#content_right{
    float:left;
	width:240px;
	background-color:#f4f2f2;
    padding-bottom: 10px;
}

#footer{
	float:left;
	height:35px;
	width:925px;
	background-color:#f4f2f2;
	padding-left:25px;
}

#htb_divider {
    height:20px;
    border-bottom:1px solid #fff;
}

/* elektr. sprechstunde START */

#mailtrigger {
    color:#fff;
    font-size:11px;
    width:210px;
    height:25px;
    background-color:#D83233;
    text-align:left;
    padding:5px 15px;
    font-weight:bold;
    background-image:url('../tools/needhelp_btn.gif');
    cursor:pointer;
}

#mailpanel {
    width:240px;
    height:362px;
    overflow:hidden;
    visibility:hidden;
    display:none;
    border-bottom:1px solid #fff;
}

#mailframe_container {
    background-color:#F4F2F2;
    border-top:1px solid #FFFFFF;
    text-align:left;
    margin-bottom:50px;
}

#mailarrow {
    position:absolute;
    top:431px;
    left:685px;
    cursor:pointer;
}

/* elektr. sprechstunde ENDE */    

/* Artikel-Trenner START */

#divider_red, #divider_grey {
    float:left;
    height:1px;
    margin:25px 8px 25px 12px;
    width:580px;
}

#divider_red {
    background:url(../images/linered.gif) repeat-x top center;
}

#divider_grey, #divider_grey_right {
    background:url(../images/linegrey.gif) repeat-x top center;
}

#divider_grey_right {
    float:none;
    width:215px;
    height:1px;
    margin:20px 0 20px 12px;
}

#totop {
    margin-top:18px;
    color:#999;
    display:block;
    float:left;
    white-space:nowrap;
}

#totop:hover {
    color:#d83233;
}

#totop img {
    border:none;
    margin-right:4px;
}

/* Artikeltrenner ENDE */

/* Frontbanner START */

.bannerbox[class] {
    background-image:url(../images/bannerback_grey.png);
}

.bannerbox {
    position:absolute;
    z-index:100;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bannerback_grey.png', sizingMethod='scale');
    background-repeat:repeat;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.bannerbox table {
    width:100%;
    height:100%;
}

.bannerbox table tr td {
    text-align:center;
    vertical-align:middle;
}

.bannertable {
    height:auto !important;
    width:auto !important;
    display:inline;
}

.bannercontent {

}

.bannercontent img {
    border:1px solid #D9D9D9;
    cursor:pointer;
}

.bannerclose {
    vertical-align:top !important;
}

.bannerclose img {
    padding-top:10px;
    border:none;
    cursor:pointer;
}

/* Frontbanner ENDE */
