/* =============================================================================
   Page
   ========================================================================== */

html {
    background: #000;
}

#backoffice_seite {
	display: block;
	position:relative;
	width: 1002px;
	margin: 0 auto;
}

/* =============================================================================
   Typography OR
   ========================================================================== */

body {
	color: #000000;
    font-family: Verdana;
    font-size: 12px;
    line-height: 21px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

h1, .hdll {
	font-family: OpelSansW01Bold;
    background: #f7d900;
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    padding: 0 24px 0 8px;
    text-transform: uppercase;
}

h2, .hdl2 {
	font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}

h3, .hdl3 {
	font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
}

h4, .hdl4 {
	font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 16px;
}

abbr, acronym {
    border: 0 none;
    font-variant: normal;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    vertical-align: text-bottom;
    bottom: -0.25em;
}


/* =============================================================================
   Header - Logo
   ========================================================================== */
   
#header {
	display: block;
	width: 100%;
	height: 66px;
}

#header a {
	display: block;
	float: right;
	width: 191px;
	margin: 0 14px 0 0;
}

/* =============================================================================
   Main
   ========================================================================== */
   
#main {
	display: block;
	float:left;
	width: 100%;
	margin: 0 0 48px 0;
	background: url(../../img/bg_container.png) repeat-y scroll 0 0 transparent;
    padding: 0 0 24px 0;
}

#content {
	display: block;
	float:left;
	width: 938px;
	margin: 0 16px 0 16px;
	padding: 0 16px 16px 16px;
	
	background: #F8F8F8;
	
	font-family: Verdana;
	font-size: 12px;
	line-height: 21px;
	color: #000;
}

/* =============================================================================
   Main - Spalten
   ========================================================================== */
   
.fRight {
    float: right;
}
   
.fLeft {
    float: left;
}

a.print {
	float: right;
	display: inline-block;
	background: url("../../img/icon_sprite.png") no-repeat scroll 0 -1398px transparent;
	padding-left: 16px;
	font-size: 12px;
	line-height: 18px;
}

a.print:hover {
	color: #7d868b;
}



.col240 {
    width: 240px;
    margin: 24px 0 0 0;
    background: pink;
}

.col240 .teaser {
	width: 222px;
}

.col690 {
    width: 690px;
    margin: 24px 0 0 0;
    background: #eee;
}

.col690 .inhalt {
    width: 674px;
}

.inhalt {
	display: block;
	margin: 0 auto 24px auto;
	overflow: hidden;
}

.teaser {
	display: block;
	background: #fff;
	border: 1px solid #e1e1e2;
	margin: 0 auto 24px auto;
	overflow: hidden;
}

.teaser .teaserCont {
	padding: 15px;
	line-height: 18px;
}

.teaser .teaserTxt {
	display: inline;
}

a.teaserNav {
	display: inline-block;
	background: url(../../img/icon_sprite.png) no-repeat scroll 0 -294px transparent;
    font-weight: bold;
    margin-top: 16px;
    padding-left: 16px;
}

a.teaserNav:hover {
    color: #7D868B;
}


/* =============================================================================
   Feature
   ========================================================================== */
   
#feature {
	position: relative;
	display: block;
	width: 970px;
	float:left;	
	background-color: #ccc;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 16px 16px 16px 16px;
	overflow: hidden;
}

#feature a#featPrev {
	position: absolute;
	display: block;
	left: 0;
	width: 56px;
	height: 80px;
	text-indent: -999em;
	z-index: 99;
	background-color: transparent;
	background-position: left -2100px;
	background-repeat: no-repeat;
	background-image: url(../../img/icon_sprite.png);
}

#feature a#featNext {
	position: absolute;
	display: block;
	right: 0;
	width: 56px;
	height: 80px;
	text-indent: -999em;
	z-index: 99;
	background-color: transparent;
	background-position: right -1900px;
	background-repeat: no-repeat;
	background-image: url(../../img/icon_sprite.png);
}

#feature a#featNext:hover {
	background-position: right -2000px;
} 

#feature a#featPrev:hover {
	background-position: left -2200px;
} 

#feature #featPagination {
	float: right;
	display:block;
	position: relative;
	margin: -30px 16px 0 auto;
	z-index: 100;
	text-align: center;
}

#feature #featPagination a {
	background-color: transparent;
	background-position: right -2100px;
	background-repeat: no-repeat;
	background-image: url(../../img/icon_sprite.png);

	width: 14px;
   	height: 14px;
    margin: 0 2px 0 0;
    display: block;
    text-indent: -999em;
    
    float: left;
	position: relative;
}

#feature #featPagination a:hover,
#feature #featPagination a.selected {
   	background-position: right -2166px;
    cursor: pointer;
}


.feath180 {
	height: 180px;
}

.feath224 {
	height: 224px;
}

.feath224 a#featPrev,
.feath224 a#featNext {
	top: 72px;
}


.feath375 {
	height: 375px;
}

.feath375 a#featPrev,
.feath375 a#featNext {
	top: 248px;
}


/* =============================================================================
   Feature Home
   ========================================================================== */
   
#featureHome {
	position: relative;
	display: block;
	width: 954px;
	height: 148px;
	float:left;	
	background-color: #000;
	margin: 0 16px 16px 16px;
	padding: 16px 0 16px 16px;
	overflow: hidden;
}

.teaserHome {
	position: relative;
	display: block;
	width: 222px;
	height: 148px;
	float:left;	
	margin-right: 16px;
	overflow: hidden;
	background: #000;
}

.teaserHome a.teaserNav {
	margin-top: 16px;
	line-height: 18px;
    color: #fff;
}

.teaserHome a.teaserNav:hover {
    color: #7D868B;
}

/* =============================================================================
   Footer
   ========================================================================== */
   
#footer  {
	position: relative;
	display: block;
	width: 970px;
	float:left;	

	margin: 16px 16px 16px 16px;
	overflow: hidden;
}

#footer  h2 {
	font-size: 10px;
	color: #c6c8c9;
	font-weight: bold;
	font-family: Verdana;
	line-height: 10px;
	margin-bottom: 16px;
}

#footer  ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#footer  ul li {
	font-size: 10px;
	color: #c6c8c9;
	font-weight: normal;
	font-family: Verdana;
	line-height: 18px;
	
	width: 80px;
	display: block;
    float: left;
    margin-right: 12px;
    overflow: hidden;
}

#footer  ul li a {
	color: #c6c8c9;
    text-decoration: none;
}

#footer  ul li a:hover {
	color: #c6c8c9;
	text-decoration: underline;
}


#footer  .ftCol1 {
	width: 100px;
	display: block;
	float: left;
}

#footer  .ftCol1 h2 {
	text-indent: -999px;
	display: block;
	width: 100px;
	height: 10px;
	background: url(../../img/lgo_or_ft.png) 0 0  no-repeat;
}


#footer  .ftCol2 {
	width: 460px;
	display: block;
	float: left;
}

#footer  .ftCol2 ul li {
	width: 80px;
    margin-right: 12px;
}


#footer  .ftCol3 {
	width: 290px;
	display: block;
	float: left;
}

#footer  .ftCol3 ul li {
	width: 133px;
    margin-right: 12px;
}


#footer  .ftCol4 {
	width: 120px;
	display: block;
	float: left;
}

#footer  .ftCol4 ul li {
	width: 16px;
	height: 16px;
    margin-right: 12px;
	margin-bottom: 16px;
}

#footer  .ftCol4 ul li a {
	display:block;
	text-indent: -999em;
	background-image: url(../../img/social-icons-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: pink;
}

#footer  .ftCol4 ul li a[href*="facebook."] {
	background-position: -16px 0;
}

#footer  .ftCol4 ul li a[href*="twitter."] {
	background-position: -16px -60px;
}

#footer  .ftCol4 ul li a[href*="youtube."] {
	background-position: -16px -32px;
}

#footer  .ftCol4 ul li a[href*="facebook."]:hover {
	background-position: 0 0;
}

#footer  .ftCol4 ul li a[href*="twitter."]:hover {
	background-position: 0 -60px;
}

#footer  .ftCol4 ul li a[href*="youtube."]:hover {
	background-position: 0 -32px;
}