/* base.css */
html {
	min-height: 100%;
}

body {
	display: block;
	min-height: 100%;
	
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	
	padding: 10px 0;
}

/* stage */
#stage {
	position: relative;
	
	width: 1002px;
	
	margin: 0 auto;
	
	border: #666666 1px solid;
	
	background-position: 11px 0;
	background-repeat: repeat-y;
}
#stage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.layout_0 #stage {
	background-image: url('/fileadmin/web/images/content/layout1_inf.gif');
}
.layout_1 #stage {
	background-image: url('/fileadmin/web/images/content/layout2_inf.gif');
}
.layout_2 #stage {
	background-image: url('/fileadmin/web/images/content/layout3_inf.gif');
}

/* header */
#header {
	position: relative;
	clear: both;
	
	width: 1002px;
	height: 82px;
	
	background: #FFFFFF;
}
#header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* languages */
#languages {
	float: right;
	height: 20px;
	width: 215px;
	margin: 11px 50px 0 0;
	
	overflow: hidden;
}
* html #languages {
	margin-right: 20px;
}
#languages .tx-srlanguagemenu-pi1 {
	float: right;
}
#languages .tx-srlanguagemenu-pi1 img {
	display: none;
}
#languages .tx-srlanguagemenu-pi1 div {
	margin: 0 10px 0 0;
}
#languages .tx-srlanguagemenu-pi1 a, 
#languages .tx-srlanguagemenu-pi1 .INACT {
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
}
#languages .tx-srlanguagemenu-pi1 .CUR a {
	font-weight: bold;
}
#languages .tx-srlanguagemenu-pi1 .SPC {
	display: none;
}


#header .en {
	position: absolute;
	right: 10px;
	top: 10px;
}
* html #header .en {
	top: 11px;
}
*:first-child+html #header .en {
	top: 11px;
}
#header .en a {
	color: #666666;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}

/* logo */
#logo {
	position: absolute;
	bottom: 0;
	right: 0;
	
	/*margin-top: 10px;*/
	
	overflow: hidden;
	
	width: 217px;
	height: 41px;
	
	text-indent: -22222px;
	
	background: url('/fileadmin/web/images/logo.gif') center center no-repeat;
}
#logo img,
#logo br {
	display: none;
}

/* mainmenu */
#mainmenu {
	position: absolute;
	top: 31px;
	left: 11px;
	
	height: 42px;
	width: 765px;
	
	/*margin: 31px 0 0 11px;*/
}
#mainmenu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#mainmenu li {
	float: left;
	display: inline;
	height: 42px;
}
#mainmenu li.item_9 {
	width: 117px;
}
#mainmenu li.item_8 {
	width: 109px;
}
#mainmenu li.item_7 {
	width: 99px;
}
#mainmenu li.item_6 {
	width: 95px;
}
#mainmenu li.item_5 {
	width: 92px;
}
#mainmenu li.item_4 {
	width: 92px;
}
#mainmenu li.item_3 {
	width: 68px;
}
#mainmenu li div {
	position: relative;
}
#mainmenu li div a {
	display: block;
	height: 12px;
	
	font-size: 10px;
	text-decoration: none;
	color: #707072;
	
	border-right: #666666 1px solid;
	
	/*padding: 30px 12px 0 40px;*/
	padding: 30px 0 0 40px;
}
#mainmenu .last div a {
	border-right: 0;
	
	padding: 30px 0 0 40px;
}
#mainmenu li div a.item_9 {
	background: url('/fileadmin/web/images/01.gif') bottom left no-repeat;
}
#mainmenu li div a.item_8 {
	background: url('/fileadmin/web/images/02.gif') bottom left no-repeat;
}
#mainmenu li div a.item_7 {
	background: url('/fileadmin/web/images/03.gif') bottom left no-repeat;
}
#mainmenu li div a.item_6 {
	background: url('/fileadmin/web/images/04.gif') bottom left no-repeat;
}
#mainmenu li div a.item_5 {
	background: url('/fileadmin/web/images/05.gif') bottom left no-repeat;
}
#mainmenu li div a.item_4 {
	background: url('/fileadmin/web/images/06.gif') bottom left no-repeat;
}
#mainmenu li div a.item_3 {
	background: url('/fileadmin/web/images/07.gif') bottom left no-repeat;
}
#mainmenu .border {
	position: absolute;
	display: block;
	top: 51px;
	
	height: 11px;
	width: 100%;
}

#mainmenu .bact {
	background-color: #009133;
	background-image: url('/fileadmin/web/images/act.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#mainmenu:hover li div span {
	background-color: transparent;
	background-image: none;
}

.second {
	
}
.second .submenustdlayer {
	background-color:#FFFFFF;
	opacity: 0.9;
}
.second .submenustd {
	display: block;
	
	font-size: 11px;
	text-decoration: none;
	color: #707072;
	
	padding: 6px 10px;
	
	border-bottom: #988989 1px solid;
}
.second .submenustd:hover {
	background-color: #F8E9E9;
}

/* layout */
#layout {
	overflow: hidden;
	width: 980px;
	
	margin: 0 11px 0 11px;
	
	background-position: 0 59px;
	background-repeat: no-repeat;
}
#layout:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.layout_0 #layout {
	background-image: url('/fileadmin/web/images/content/layout1.gif');
}
.layout_1 #layout {
	background-image: url('/fileadmin/web/images/content/layout2.gif');
}
.layout_2 #layout {
	background-image: url('/fileadmin/web/images/content/layout3.gif');
}

#sidebar .content {
	background-color: #ffffff;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 20px;
}
#sidebar .content h1 {
	font-size: 12px;
	font-weight: bold;
}
#sidebar .content p {
	margin: 0;
}


/* footer */
#footer {
	position: relative;
	clear: both;
	margin: 0 11px 0 11px;
}
#footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#spacer {
	height: 11px;
	background-color: #ffffff;
}

.layout_0 #footer {
	height: 46px;
	background: url('/fileadmin/web/images/footer/footer1.gif') top left no-repeat;
}
.layout_1 #footer {
	height: 46px;
	background: url('/fileadmin/web/images/footer/footer2.gif') top left no-repeat;
}
.layout_2 #footer {
	height: 46px;
	background: url('/fileadmin/web/images/footer/footer3.gif') top left no-repeat;
}


/* footer text */
#footer .ftext {
	float: left;
	margin: 7px 0 0 10px;
	
	font-size: 12px;
}


/* footer menu */
#footer .fmenu {
	position: absolute;
	right: 10px;
	top: 18px;
	
	width: 158px;
	height: 15px;
	overflow: hidden;
}
#footer .fmenu span {
	float: left;
}
#footer .fmenu span a {
	display: block;
	height: 15px;
	
	overflow: hidden;
	
	text-indent: -22222px;
}
#footer .fmenu .page_55 {
	margin-right: 20px;
}

#footer .fmenu span .item_55 {
	width: 19px;
}
#footer .fmenu span .item_56 {
	width: 17px;
	
	margin-left: 8px;
}
#footer .fmenu span .item_47 {
	width: 4px;
	
	margin-left: 8px;
}
#footer .fmenu span .item_46,
#footer .fmenu span .item_94 {
	width: 20px;
	
	margin-left: 8px;
}
#footer .fmenu span .item_88 {
	width: 66px;
	height: 17px;
	
	margin-left: 8px;
}
#footer .print {
	position: absolute;
	top: 19px;
	left: 836px;
	width: 17px;
	text-indent: -22222px;
	overflow: hidden;
}
.layout_0 #footer .print {
	background: url('/fileadmin/web/images/footer/print1.gif') bottom left no-repeat;
}
.layout_1 #footer .print {
	background: url('/fileadmin/web/images/footer/print2.gif') bottom left no-repeat;
}
.layout_2 #footer .print {
	background: url('/fileadmin/web/images/footer/print3.gif') bottom left no-repeat;
}

.layout_0 #footer .fmenu span .item_55 {
	background: url('/fileadmin/web/images/footer/smap1.gif') bottom left no-repeat;
}
.layout_0 #footer .fmenu span .item_56 {
	background: url('/fileadmin/web/images/footer/print1.gif') bottom left no-repeat;
}
.layout_0 #footer .fmenu span .item_47 {
	background: url('/fileadmin/web/images/footer/imp1.gif') bottom left no-repeat;
}
.layout_0 #footer .fmenu span .item_46,
.layout_0 #footer .fmenu span .item_94 {
	background: url('/fileadmin/web/images/footer/agb1.gif') bottom left no-repeat;
}
.layout_0 #footer .fmenu span .item_88 {
	background: url('/fileadmin/web/images/footer/webmail1.gif') bottom left no-repeat;
}

.layout_1 #footer .fmenu span .item_55 {
	background: url('/fileadmin/web/images/footer/smap2.gif') bottom left no-repeat;
}
.layout_1 #footer .fmenu span .item_56 {
	background: url('/fileadmin/web/images/footer/print2.gif') bottom left no-repeat;
}
.layout_1 #footer .fmenu span .item_47 {
	background: url('/fileadmin/web/images/footer/imp2.gif') bottom left no-repeat;
}
.layout_1 #footer .fmenu span .item_46,
.layout_1 #footer .fmenu span .item_94 {
	background: url('/fileadmin/web/images/footer/agb2.gif') bottom left no-repeat;
}
.layout_1 #footer .fmenu span .item_88 {
	background: url('/fileadmin/web/images/footer/webmail2.gif') bottom left no-repeat;
}

.layout_2 #footer .fmenu span .item_55 {
	background: url('/fileadmin/web/images/footer/smap3.gif') bottom left no-repeat;
}
.layout_2 #footer .fmenu span .item_56 {
	background: url('/fileadmin/web/images/footer/print3.gif') bottom left no-repeat;
}
.layout_2 #footer .fmenu span .item_47 {
	background: url('/fileadmin/web/images/footer/imp3.gif') bottom left no-repeat;
}
.layout_2 #footer .fmenu span .item_46,
.layout_2 #footer .fmenu span .item_94 {
	background: url('/fileadmin/web/images/footer/agb3.gif') bottom left no-repeat;
}
.layout_2 #footer .fmenu span .item_88 {
	background: url('/fileadmin/web/images/footer/webmail3.gif') bottom left no-repeat;
}




