/* @override http://dev-w2k3-vrr.bitlab.de:7777/css/framework.css */

/*
   @name:           framework.less
   @project:        VRR
   @decription:     Styles für das äußere Framework (Header, Navigation, Footer) und Hauptcontainer
*/


/* body */
body {
	background: #ffffff;
	font: 0.625em / 1em Arial, Verdana, Sans-Serif;
	font-family: Arial, Verdana, Sans-Serif; 
}


/* general */
a,
a:visited {
  color: #7f7f7f;
  text-decoration: none;
}

a:focus,
a:hover,
a:active{
	color:#55ab26 !important; 
	text-decoration:none
}
:link:focus,
:visited:focus{
}

a.skip{
	position:absolute;
	left:-1000em;
	top:-1000em
}
a.skip:focus,
a.skip:active{
	position:absolute;
	z-index:1;
	top:4px;
	left:4px;
	height:auto;
	width:auto;
	padding:0 2px;
	font-size: 1.2em;
	line-height:1.6em;
	text-decoration:underline;
	color:#000;
	background-color:#fff;
	outline:1px solid #55AB26
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.visuallyhidden {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;	
}

.nomarginleft {
  margin-left: 0 ! important;
}



/* container */
.wrapper {
	width: 1050px;
}

/* header */
#header {
	clear: both;
	position: relative;
	height: 80px;
	margin: 0 50px;
	background: transparent;
	padding:0;
	border:0;
	z-index: 300;
}

/* header functions */
#header-functions {
	position: absolute;
	top: 2px;
	right: 0;
	margin: 0;
	padding: 0;
	border: 0;
	text-align:right;
}

/* text-link */
.text-link-navi {
  margin: .4em 0 0 0;
  display: inline;
  float: left;
  font-size: 1em;
}
.text-link-navi li {
  display: block;
  margin: .5em 0 0 .6em;
  border-left: 1px solid #989898;
  float: left;
}
.text-link-navi li:first-child {
  margin: 0.5em 0 0 -0.6em;
  border: none;
}

.text-link-navi a {
	display: block;
	margin: -0.1em 0 0 0.7em;
	color: #656565;
}

/* quick-search */
.quick-search {
  margin: 0 1em 0 1em;
  padding: .3em 0;
  width: 23em;
  overflow: hidden;
  float: left;
}
.quick-search * {
  margin: 0;
  padding: 0;
  border: 0;
  font: 1em/1em Arial, Verdana, Sans-Serif;
}
.quick-search div {
  float: left;
}
.quick-search .input {
  font: 1.1em/1em Arial, Verdana, Sans-Serif;

  height: 1.165em;
  width: 14.4em;
  padding: .25em .4em;
  border: 1px solid #bfbfbf;
  border-right: none;
  color: #656565;
}
.quick-search .submit {
  width: 6em;
  height: 2em;
  border: 0;
  background: url('../img/framework/bg-submit.png') 0 0 repeat-x;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.25);
  text-shadow: #56a126 0 0 .3em;
}

.msie7 .quick-search .submit {
	margin-top: 1px;
}

/* language-selection */
.language-selection {
  font-size: 1em;
  margin: .7em 0 0;
  float: left;
}

.language-selection li {
  margin: 0 0 0 3px;
  float: left;
}
.language-selection a {
  font-size: 1em;
  display: block;
  width: 16px;
  height: 11px;
}

.language-selection .flag {
  background: url('../img/framework/bg-flags.png') 0 0 no-repeat;
}
.language-selection .flag:hover, .language-selection .flag.active {
  background-position: 0px -20px;
}
.language-selection .de {
  background-position: 0px 0px;
}
.language-selection .de:hover, .language-selection .de.active {
  background-position: 0px -20px;
}
.language-selection .fr {
  background-position: -50px 0px;
}
.language-selection .fr:hover, .language-selection .fr.active {
  background-position: -50px -20px;
}
.language-selection .tr {
  background-position: -75px 0px;
}
.language-selection .tr:hover, .language-selection .tr.active {
  background-position: -75px -20px;
}
.language-selection .en {
  background-position: -25px 0px;
}
.language-selection .en:hover, .language-selection .en.active {
  background-position: -25px -20px;
}
.language-selection .fr {
  background-position: -50px 0px;
}
.language-selection .fr:hover, .language-selection .fr.active {
  background-position: -50px -20px;
}
.language-selection .tr {
  background-position: -75px 0px;
}
.language-selection .tr:hover, .language-selection .tr.active {
  background-position: -75px -20px;
}



/* header-fontsize */
#header-fontsize {
	position: absolute;
	top: 45px;
	right: 0;
	margin: 0;
	padding: 0;
	border: 0;
	text-align:right;
}


/* fontsize-selection */
.fontsize-selection {
  padding: 0 0 0;
  font-size: 1em;
  color: #656565;
  float: left;
  display: inline;
}

.fontsize-selection li {
  display: block;
  margin: 0 0 0 .3em;
  line-height: 2em;
  float: left;
}
.fontsize-selection li:first-child {
  margin: 0 0 0 .8em;
}
.fontsize-selection .active {
  color: #50a724;
}
.fontsize-selection .medium {
  font-size: 1.2em;
  line-height: 1em;
}
.fontsize-selection .big {
  font-size: 1.4em;
  line-height: 1em;
}

/* header-logo */
#header-logo {
	position: absolute;
	top: 20px;
	left: 143px;
	margin: 0;
	padding: 0;
	border: 0;
}

#header-logo .gem {
  width: 60px;
  height: 68px;
  margin: 0 1.6em 0 0;
}

#header-logo .text {
  width: 215px;
  height: 13px;
}


/* horz-nav */
#horz-nav {
	clear: both;
	position: relative;
	height: 50px;
	margin: 0;
	background: url('../img/framework/bg-horznav.png') 0 0 no-repeat;
	padding: 0 50px;
	border: 0;
	z-index: 200;
}

#horz-nav .facebook {
    position: absolute;
    right: 20px;
    top: 5px;
}

#horz-nav .facebook img {
    width: 20px;
    height: 20px;
}

/* primary-navigation */
.primary-navi * {
  margin: 0;
  padding: 0;
  font-size: 1em;  
}
.primary-navi-right {
	float:right;
}
.primary-navi-left {
	float: left;
}

.primary-navi > li {
  position: relative;
  float: left;
  background: none;
}

.primary-navi > li > a {
	display: block;
	padding: 0 1.25em;
	font: 1.4em/1em Arial, Verdana, Sans-Serif;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	text-shadow: #666666 0 0 .3em;
}

.primary-navi > li.grey > a {
	background: url('../img/framework/bg-navi-grey.png') 0 0 repeat-x;
	
}

.primary-navi > li.hover,
.primary-navi > li:hover,
.primary-navi > li > a:hover,
.primary-navi > li > a:active,
.primary-navi > li > a:link:focus,
.primary-navi > li > a:visited:focus {
	outline: none;
	color: #fff !important;
	background: url('../img/framework/bg-navi-active-green.png') 0 0 repeat-x;
}

.primary-navi > li.grey.hover,
.primary-navi > li.grey.hover > a,
.primary-navi > li.grey:hover,
.primary-navi > li.grey:hover > a,
.primary-navi > li.grey > a:hover,
.primary-navi > li.grey > a:active,
.primary-navi > li.grey > a:link:focus,
.primary-navi > li.grey > a:visited:focus {
	background: url('../img/framework/bg-navi-active-grey.png') 0 0 repeat-x;
}


/* flyout-box */
.primary-navi > li.flyout > div.flyout-box {
	float: left;
	position: absolute;
	display: inline;
	top: 30px;
	left: -1000em;
	width: 380px;
	background: url('../img/framework/bg-flyout-box.png') 0 0 no-repeat;
}
.primary-navi > li.flyout > div.flyout-box div.flyout-bottom{
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	background: url('../img/framework/bg-flyout-box.png') -800px 100% no-repeat;
}
.primary-navi > li.flyout > div.flyout-box div.flyout-body{
	background: url('../img/framework/bg-flyout-box.png') -400px 0 repeat-y;
}
.primary-navi > li.flyout > div.flyout-box div.flyout-content{
	margin: 0 20px;
	color: #000;
}
.primary-navi > li.flyout.hover > div.flyout-box,
.primary-navi > li.flyout:hover > div.flyout-box {
	display: block;
	left: -6px;
	width: 380px;
	z-index: 1000;
}

/* flyout-box grey */
.primary-navi > li.grey.flyout > div.flyout-box {
  float: left;
  position: absolute;
  display: inline;
  top: 30px;
  left: -1000em;
  width: 210px;
  background: url('../img/framework/bg-flyout-grey-box.png') 0 0 no-repeat;
}
.primary-navi > li.grey.flyout > div.flyout-box div.flyout-bottom{
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  background: url('../img/framework/bg-flyout-grey-box.png') -460px 100% no-repeat;
}
.primary-navi > li.grey.flyout > div.flyout-box div.flyout-body{
  background: url('../img/framework/bg-flyout-grey-box.png') -230px 0 repeat-y;
}

.primary-navi > li.grey.flyout.hover > div.flyout-box,
.primary-navi > li.grey.flyout:hover > div.flyout-box {
  display: block;
  left: -6px;
  width: 210px;
  z-index: 1000;
}

/* flyout-box content */
.flyout-content ul {
  margin: .5em 0 0;
  list-style: none;
  float: left;
  width:50%;
}

li.grey.flyout .flyout-content ul {
  width: 100%;
}

.flyout-content ul li {
  margin: 0 0 .7em;
  float: none;
  background: url('../img/framework/bullet-green.png') 0 0.4em no-repeat;
}

.flyout-content ul a {
  display: block;
  margin: 0 0 0 1em;
  padding: 0;
  font: 1.2em/1.2em Arial, Verdana, Sans-Serif;
  color: #000;
  text-shadow: none;
}
.flyout-content .figure {
  float: right;
  width: 14em;
}

.flyout-content .figure a {
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-shadow: none;
}
.flyout-content .figure img {
  font-size: 100%;
  width: 140px;
  height: 70px;
}
.flyout-content .figure p {
  margin: .3em 0 0;
  font: 1em/1.2em Arial, Verdana, Sans-Serif;
  max-width: 14em;
}

/* Teaser Homepage */
#teaser {
	margin: -20px 46px 0 46px;
	position:relative;
	clear: both;
	z-index:100;
}

#teaser.teaser-home {
	height: 320px;
}

/* Teaser Default */
#teaser.teaser-default {
	height: 104px;
}

/* Page functions */
#page-functions {
	background-color: transparent;
	position:relative;
	clear: both;
	z-index:150;
	padding: 0;
}

#page-functions.page-functions-home {
	margin: -13px 50px 10px 46px;
	height: 65px;
}

#page-functions.page-functions-default {
	margin: -4px 50px 0 50px;
	height: 35px;
}

/* Content */
#content {
	background: #fff;
	margin: 0px 45px 0 45px;
	padding: 0;
	position:relative;
	clear: both;
	z-index:100;
}


#sub-navigation {
  display: inline;
  position: relative;
  padding: 0 0 2em 0;
  margin: 0 40px 0 0;
  width: 200px;
  float: left;
  min-height:70px;
}

#search-form-sidebar {
  display: inline;
  position: relative;
  padding: 0 0 2em 0;
  margin: 0;
  width: 240px;
  float: left;
}
#page-headline {
  display: inline;
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
}

#article-2cols #page-headline,
#article-2cols-nonav #page-headline,
#article-3cols #page-headline,
#search-3cols #page-headline {
  width: 710px;
  margin: 0 5px;
}

#inner-content {
  display: inline;
  position: relative;
  padding: 0 0 2em 0;
  margin: 0;
  float: left;
}

#efa #inner-content {
	width: 960px;	
}

#doorpage #inner-content {
  width: 720px;
}

#article-2cols #inner-content,
#article-2cols-nonav #inner-content {
  width: 710px;
  margin: 0 5px;
}

#article-3cols #inner-content,
#search-3cols #inner-content {
	width: 470px;
	margin: 5px 5px 0 5px;
}

#sidebar {
  display: inline;
  position: relative;
  padding: 0 0 2em 0;
  margin: 0;
  width: 240px;
  float: left;
}

/* Footer */
#footer {
	background: transparent;
	margin: 0px 46px 0 46px;
	position:relative;
	clear: both;
	z-index:10;
}

#footer-top {
	display: block;
	margin: 5px 4px 0 4px;
}

#footer-top h3 {
  float: left;
  padding: 0 0 .3em;
  font: 1.2em/1.2em 'Helvetica Neue', Helvetica, Sans-Serif;
  color: #55ab26;
}

#footer-top .options {
  margin: 0:padding:0;
  float: right;
  background: none;
  display: inline;
}

#footer-top .options li {
  float: left;
  border-left: 1px solid #7f7f7f;
  padding: 0 0 0 .7em;
}
#footer-top .options li:first-child {
  margin: 0 .7em 0 0;
  border: 0;
}
#footer-top .options a {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  background: none;
}

.footerbox-wrapper {
	clear:both;
	display: inline;
	width: 100%;
	float: left;
	background: url('../img/framework/bg-footer-box.png') 0 0 no-repeat;
}

.footerbox-bottom{
	margin: 8px 0 0 0;
	padding: 0 0 8px 0;
	background: url('../img/framework/bg-footer-box.png') -1920px 100% no-repeat;
}
.footerbox-body{
	background: url('../img/framework/bg-footer-box.png') -960px 0 repeat-y;
}
.footerbox-content{
	margin: 0 4px;
	padding: 4px 0px 10px 12px;
	min-height: 140px;
	background: #ffffff url('../img/framework/bg-footer-box-content.png') 0 100% repeat-x;
}

/* footer-sitemap */
#footer-sitemap h3 {
  width: 25em;
  float: left;
  padding: 0 0 .3em;
  font: 1.2em/1.2em 'Helvetica Neue', Helvetica, Sans-Serif;
  color: #55ab26;
}
#footer-sitemap h4 {
  padding: 0 0 .2em 0;
  font: 1.2em/1.2em 'Helvetica Neue', Helvetica, Sans-Serif;
  font-weight: bold;
  color: #404040;
}

#footer-sitemap ul {
	list-style:none;
	width: 100%;
}
#footer-sitemap ul ul{
	border: 0;
}

#footer-sitemap  li {
	width: 24.99%;
	float: left;
	margin: 0;
	padding: 0;
}
#footer-sitemap  li li{
	width: 100%;
	border: 0;
	margin: 0.5em 0 0 0;
	float: none;
	background: url('../img/framework/bullet-green.png') 0 0.4em no-repeat;
}

#footer-sitemap a {
  display: block;
  margin: 0 1em;
  padding: 0;
  font: 1.2em/1.2em Arial, Verdana, Sans-Serif;
  color: #404040;
}

#footer-bottom {
	color: #7F7F7F;
    font-size: 1.1em;
    line-height: 1em;
   	display: block;
	margin: 10px 4px;
}


#footer-bottom .copyright{
	float: left;
}

#footer-bottom .text-link-navi {
	margin-top: -0.5em;
	float:right;
}


#content .sitemap ul {
	line-height: 1.6em;
	margin-bottom: .5em;
}

#content .sitemap ul li {
	font-weight: bold;
	font-size: 1.2em;
}

#content .sitemap ul li li {
	font-weight: normal;
	font-size: 1.0em;
	background-image: none;
}



#content .pagination {
	text-align: center;
}

#content .pagination ul {
	display: inline;
}

#content .pagination ul li {
	float: left;
	background: none;
	margin: 0 !important;
}

#content .pagination ul li a {
	border: #eee 1px solid;
	padding: .3em .6em .3em .6em;
}

#content .pagination ul li a:hover {
	border: #999 1px solid;
}

.footer-en {
    padding-top: 12px;
    border-top: 2px solid #e5e5e5;
}
