@charset "utf-8";
/*
	CSS Document für Microsoft Internet Explorer (Version 9.0)
	Layout 90000001 - 2 Säulen
*/

#wrapper { /*
	border-bottom: 1px solid #808080 !important;
	border-left: 1px solid #808080 !important;
	border-radius: 0 0 24px 24px !important;
	border-right: 1px solid #808080 !important;
	box-shadow: 1px 10px 10px 1px #808080 !important;
	margin: 0 auto 16px auto!important;
	padding-bottom: 10px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	overflow: hidden !important;
	width:948px !important; */
}

/* TOP Einstellungen und Formatierung in font_2.css - cms_top */
/*.cms_wrapper{
	border-bottom: 1px solid #808080 !important;
	border-left: 1px solid #808080 !important;
	border-radius: 0 0 24px 24px;
	border-right: 1px solid #808080 !important;
	box-shadow: 1px 10px 10px 1px #808080 !important;
	margin: 0 auto 16px auto!important;
	padding-bottom: 0px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	overflow: hidden !important;
	width:948px !important;
}*/
.cms_wrapper {
    border-bottom: 1px solid !important;
    border-left: 1px solid !important;
    border-radius: 0 0 24px 24px;
    border-right: 1px solid !important;
    box-shadow: 1px 10px 20px 3px #808080 !important;
    margin: 0 auto 16px auto !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    overflow: hidden !important;	
    width: 980px !important;/* standart 948px */
    position: relative;
    height: 100%;
    min-height: 100%; /* 892px; */
}
#top {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 948px;
}
/*#_mid_{
	display: inline-block;
	width: 100%;
	padding-bottom: 26px;
	background:url("@G/bg/sandstein/3/a08.gif");
}*/
/*#_mid_ {
    display: inline-block;
    position: relative;
    height: auto;
    width: 100%;
}*/
#_mid_ {
    display: table;
    position: relative;
    width: 100%;
    background: transparent;
}
/* SIDEBAR LINKS Einstellungen und Formatierung in font_2.css -  cms_sidebar_links */
/*#sidebar_links {
	width: 150px;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align:top;
}*/
/*#sidebar_links {
    width: 150px;
    height: auto;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    background: green;
    position: relative;
    float: left;
}*/
#sidebar_links {
    width: 150px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    position: relative;
    /* float: left; */
    display: table-cell;
    box-sizing: border-box;
}
/* INHALT Einstellungen und Formatierung in font_2.css - cms_inhalt */
/*#inhalt_bg{
	display: inline-block;
	width: 640px;
	min-height:	450px;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}*/
/*#inhalt_bg {
    width: 640px;
    min-height: 620px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    position: relative;
    float: left;
}*/
#inhalt_bg {
    width: 648px;
    min-height: 620px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    position: relative;
    display: table-cell;
}
/*#inhalt {
	padding: 0px;
	width: 648px;
	min-height:	450px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}*/
/*#inhalt {
    padding: 0px;
    width: 648px;
    min-height: 620px;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}*/
#inhalt {
    padding: 0px;
    width: 648px;
    min-height: 620px;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    display: table;
    height: 100%;
}
/* SIDEBAR RECHTS Einstellungen und Formatierung in font_2.css - cms_sidebar_rechts */
/*#sidebar_rechts {
	width:150px;
	height: auto;
	margin:0px;
	padding:0px;
	display: inline-block;
	vertical-align:top;
}*/
/*#sidebar_rechts {
    width: 150px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    position: relative;
    float: right;
}*/
#sidebar_rechts {
    width: 150px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    position: relative;
    display: table-cell;
}
/* GROUND Einstellungen, Formatierung in font_2.css - cms_ground */
/*#ground {
	border-top:1px solid #f3f3f3;
	margin: 0px;
	margin-top:6px;
  margin-bottom: -26px !important;
  height: 20px !important;
  width: auto !important;
	bottom: 26px !important;
  padding: 0 !important;
  position: relative !important;
}*/
#ground {
    border-top: 1px solid;
    margin-top: 6px;
    margin: 0px;
    width: auto !important;
    padding: 0 !important;
    position: relative !important;
}
.cms_ground{
	height:100% !important;
}