html {
	height:100%;
	width: 100%;
	background-color: #ece8e1;
}

body {
	height:100%;
	width: 100%;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	behavior:url("/fileadmin/templates/csshover.htc"); /* ie6 hover fix */
}

a {
	outline: none;
	font-weight:bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#wrapper {
	width: 913px;
	padding: 0px;
	float: left;
	background-position: right;
	background-repeat: repeat-y;
	position:relative;
	
	min-height:100%;
	height:auto !important; /* ie6 min-height hack */
	height:100%;            /* ie6 min-height hack */
	margin: 0 auto -145px;
}

#header {
	width: 902px;
	height: 173px;
	float: left;
	padding-right: 1px;
	background-image: url(images/logo.jpg);
}

#header_pic {
	background-image: url(images/header_pic.jpg);
	float: right;
}

#header_pic .inner {
	background-image: url(images/mask_header.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 255px;
	height: 139px;
}



#main #sidebar-left {
	width: 300px;
	z-index: 100; /*prevent main content from obscuring sidebars */
	float: left;
}

/* menu level 1 start */


#menu_lvl_1 {
	background-image: url(images/bg_menu_gradient.gif);
	background-repeat: no-repeat;
	width: 300px;
}

#menu_lvl_1 .inner{
	background-image: url(images/bg_menu_gradient_inner.gif);
	background-repeat: no-repeat;
	background-position: center;
	
	width: 300px;
	min-height: 350px;
	height:auto !important; /* ie6 min-height hack */
	height:350px;			/* ie6 min-height hack */
}

#menu_lvl_1 ul {
/* temp */

/* end temp */
}

#menu_lvl_1 ul li {
/*	height: 26px;*/
	width: 255px;
	float: left;
	background-repeat: no-repeat;
}

#menu_lvl_1 ul ul li {

}

#menu_lvl_1 ul li a {
	display: block;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 195px;
	line-height: 11px;
	text-decoration: none;
	font-size:11px;
	font-family: verdana;
	text-transform: uppercase;
}

#menu_lvl_1 ul li.active {
	background-image: url(images/bg_menuitem_active.png);
}

#menu_lvl_1 ul li.active a{
	color: #fff;
	font-weight: bold;
}

#menu_lvl_1 ul ul li.active {
	background-image: url(images/bg_menuitem_sub_active.png);
}

#menu_lvl_1 ul ul li.active a{
	color: #fff;
	font-weight: bold;
	padding-left: 70px;
}

#menu_lvl_1 ul ul ul li.active {
	background-image: url(images/bg_menuitem_sub_sub_active.png);
}

#menu_lvl_1 ul ul ul li.active a{
	color: #57554c;
}

#menu_lvl_1 ul li.inactive {
	background-image: url(images/bg_menuitem_inactive.png);
}

#menu_lvl_1 ul li.inactive a{
	color: #57554c;
	font-weight:normal;
}

#menu_lvl_1 ul ul li.inactive {
	background-image: url(images/bg_menuitem_sub_inactive.png);
}

#menu_lvl_1 ul ul li.inactive a{
	color: #57554c;
	font-weight:normal;
	padding-left: 70px;
}

#menu_lvl_1 ul ul ul li.inactive {
	background-image: url(images/bg_menuitem_sub_sub_inactiv.png);
}

#menu_lvl_1 ul ul ul li.inactive a{
	color: #57554c;
}

#menu_lvl_1 ul li:hover {
	background-image: url(images/bg_menuitem_active.png);
}

#menu_lvl_1 ul li a:hover {
	color: #fff;
}

#menu_lvl_1 ul ul li:hover {
	background-image: url(images/bg_menuitem_sub_active.png);
}

#menu_lvl_1 ul ul li a:hover {
	color: #fff;
}

#menu_lvl_1 ul ul ul li:hover {
	background-image: url(images/bg_menuitem_sub_sub_active.png);
}


/* menu level 1 end */

#infobox {
	background-image: url(images/bg_infobox.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 65px;
	width: 170px;
	height: 111px;
	float: left;
}

#infobox p{
	font-size: 11px;
	font-family: tahoma;
	color: #8e8b7f;
	line-height: 14px;
}

#infobox p strong {
	font-weight: bold;
}

#main {

}

#main #maincontent {
	width: 422px;
	float: left;
}

#maincontent  ol,
#maincontent  ul{
	padding-left:20px;
	padding-right: 10px;
	width:155px;
	float:right;
	font: normal 11px/14px tahoma;
	color: #65635a;
}

#maincontent  ol li{
	list-style: decimal outside;
}

#maincontent  ul li{
	list-style: square outside;
}

#maincontent  ol a,
#maincontent  ul a{
	color: #65635a;
}

#main #sidebar-right {
	width: 180px;
	height: 350px;
	background-image: url(images/bg_sidebar_right.gif);
	background-repeat: repeat-y;
	padding-right: 11px;
	float: left;
}

#main #sidebar-right h1 {
	background-color: #f1cd54;
	font-size: 11px;
	line-height: 25px;
	color: #fff;
	font-family: tahoma;
	font-weight: bold;
	width: 170px;
	padding-left: 10px;
}

#main #sidebar-right p {
	padding: 6px 10px;
	padding-right: 25px;
	font-family: tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #7d7a6c;
}

#main #sidebar-right p a {
	border-left: 6px solid #f2b800;
	padding: 0px 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-image: url(images/bg_more_button.gif);
	background-repeat: repeat-x;
	font-family: verdana;
	color: #fff;
	font-size: 9px;
	line-height:12px;
	text-decoration: none;
	font-weight: bold;
	float: right;
}

#main #sidebar-right #top {
	width: 180px;
	height: 175px;
}

#main #sidebar-right #bottom{
	width: 180px;
	height: 175px;
}

#footerline {
	width: 100%;
	height: 145px;
	float: left;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}

#footer {
	float: left;
	width: 903px;
	height: 145px;
	background-image: url(images/footer.jpg);
	position: relative;
	font-size: 10px;
	line-height: 14px;
	font-family: tahoma;
	color: #8e8b7f;
}

#footer .inner {
	padding-right: 54px;
	padding-top: 121px;
	text-align: right;
	float: none;
}

#footer .lang {
	margin-right: 2em;
}

#footer .lang .sprache{
	margin-right: 1em;
}

#footer .lang .act{
	text-decoration: underline;
}

#footer .lang .deact{
	color: #aaa69a;
}

#footer .lang  a{
	font-weight: normal;
	
}

#footer a{
	font-size: 10px;
	line-height: 14px;
	font-family: tahoma;
	color: #8e8b7f;
	text-decoration: none;
}

#push {
	height: 145px;
	float: left;
	width: 100%;
}

#header_pic .inner,
#menu_lvl_1 ul li,
#menu_lvl_1 ul li:hover,
#menu_lvl_1 ul ul li:hover{
	behavior:url("/fileadmin/templates/iepngfix.htc") /* ie6 png alpha fix */
}

img.top-image {
	width: 365px;
	height: 192px;
	float:left;
	margin-left: 12px;
	border-left: 10px solid #cdc9bf;
	border-right: 10px solid #e4e1d7;
	margin-top: 8px;
}



/* LANG MENU V2 */

.tx-srlanguagemenu-pi1 {
	margin-top: 15px;
}

.tx-srlanguagemenu-pi1 .CUR img {
	padding-bottom: 3px;
	border-bottom: 1px dotted gray;
}
