/*
	standard.css
*/

/* Farben

orange: ff6600
blue:0c0b8d
color2: FFDCB2

*/
/* local white space reset */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
	{
		margin: 0;
		padding: 0;
		border: 0;
		font-size:100%;
		vertical-align: baseline;
		font-weight: inherit;
		font-style: inherit;
		font-family: inherit;
	}

html {
	height: 100%;
}
sup {
      font-size:8px;
      vertical-align:super;
}

body {
	padding-bottom: 2em;
	background-color:#fff;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.0;
	min-height: 101%; /* scrollbars for netscape & firefox */
}


/* container */

#wrap0 {
width:939px;
margin: 18px auto;
position:relative;
background:url(/fileadmin/templates/images/wrap1bg.gif) repeat-y 220px 0px;
/* z-index: 18; */
}

#wrap1 {
width:718px;
margin-left:220px;
padding-top:71px;
background:url(/fileadmin/templates/images/wrap0bg.gif) top right no-repeat;
/* z-index: 19; */

}

#col0 {
	padding: 22px 0 34px 4px;
	background: transparent url(/fileadmin/templates/images/homepage-media-area-bg.gif) no-repeat left bottom;
}

#col1 {
	float: left;
	width: 440px;
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 14px;
}

.cols1 #col1 {
	width: 672px; /* einspaltiges Layout */
}

#col2 {
	float: left;
	width: 220px;
	background: transparent url(/fileadmin/templates/images/col2-top.png) repeat-x left top;

}

#col2i {
	padding: 40px 6px 40px;
	background: transparent url(/fileadmin/templates/images/col2-bottom.png) repeat-x left bottom;
}

	#col2 .news-latest-container {
		float: left;
		width: 206px;
		padding: 0 6px 50px;
		margin: 0 -6px;
		background: transparent url(/fileadmin/templates/images/col2-bottom.png) repeat-x left bottom;
	}
	
	#col2 hr.clearer {
		display: none;
	}

#col3 {
	width:216px;
	position:absolute;
	top:53px;
}

/* navigation */

#m1 {
	background: transparent url(/fileadmin/templates/images/m1-bg-top.png) no-repeat left top;
}

	#m1 ul.l1 {
		min-height: 320px;
		padding: 113px 12px 50px 5px;
		font-size: 1.1em;
		line-height: 1;
		background: transparent url(/fileadmin/templates/images/m1-bg-bottom.png) no-repeat left bottom;
	}
	
		#m1 ul.l1 li {
			list-style: none;
			background: #eee url(/fileadmin/templates/images/navi-divider-light.gif) no-repeat left top;
		}
			
		#m1 ul.l1 li.first {
			background: none;
		}
	
			ul.l1 ul {
				font-size: 1em;
			}
		
			ul.l1 a {
				display: block;
				padding: 5px 16px 6px 16px;
			}
			
			#m1 li.act a, #m1 li.act li.act a, #m1 li.act li.act li.act a {
				background: transparent url(/fileadmin/templates/images/navi-arrow_active.gif) no-repeat 6px 7px;
			}
			
				#m1 li.act li a, #m1 li.act li.act li a, #m1 li.act li.act li.act li a {
					background: none;
				}
			
			#m1 ul.l1 li.cur, #m1 ul.l2 li.cur, #m1 ul.l3 li.cur {
				background-color: #0c0B8d;
			}
			
				#m1 ul.l1 li.cur a {
					background: transparent url(/fileadmin/templates/images/navi-arrow_current.gif) no-repeat 6px 7px;
				}
			
					#m1 ul.l1 li.cur li a {
						background: none;
					}
			
				#m1 ul.l2 li.cur a, #m1 ul.l2 li.act a {
					background-position: 20px 7px;
				}
			
				#m1 ul.l2 li {
					background: transparent url(/fileadmin/templates/images/navi-divider-dark.gif) no-repeat left top;
				}
				
				#m1 ul.l2 li.no {
					background-color: #ccc;
				}
			
					#m1 ul.l2 a {
						padding-left: 30px;
					}
				
					#m1 ul.l3 a {
						padding-left: 46px;
					}
					
					#m1 ul.l4 a {
						padding-left: 62px;
					}
			
					#m1 ul.l1 ul.l2 ul.l3 li.cur a {
						background: transparent url(/fileadmin/templates/images/navi-arrow_current.gif) no-repeat 36px 7px;
					}
					
					#m1 ul.l1 ul.l2 ul.l3 li.act a {
						background-position: 36px 7px;
					}
					
						#m1 ul.l1 ul.l2 ul.l3 li.cur li a {
							background: none;
						}
					
					#m1 ul.l3 li {
						background: transparent url(/fileadmin/templates/images/navi-divider-medium.gif) no-repeat left top;
					}
					
					#m1 ul.l3 li.no, #m1 ul.l2 li.act {
						background-color: #f5f5f5;
					}
			
						#m1 ul.l1 ul.l2 ul.l3 ul.l4 li.cur a {
							background: transparent url(/fileadmin/templates/images/navi-arrow_current.gif) no-repeat 52px 7px;
						}

#m1 a {
	text-decoration: none;
	font-weight: bold;
}

#m1 li.act a:link, #m1 li.act a:visited, #m1 li.act a:hover, #m1 li.act a:active, #m1 li.act a:focus {
	color: #0c0B8d;
}

#m1 li.cur a:link, #m1 li.cur a:visited, #m1 li.cur a:hover, #m1 li.cur a:active, #m1 li.cur a:focus {
	color: #fff;
}

#m1 li.no a:link, #m1 li.no a:visited {
	color: #666;
}

#m1 a:hover, #m1 a:active, #m1 a:focus,
#m1 li.no a:hover, #m1 li.no a:active, #m1 li.no a:focus {
	color: #0c0B8d;
}

#col3 {}

#footer {
	clear: left;
	background: url(/fileadmin/templates/images/footerbg.gif) no-repeat;
	height: 105px;
}

	#footer ul {
		margin-left: 4px;
		padding-top: 50px;
		list-style: none;
	}
	
		#footer li {
			float: left;
			padding: 0 11px;
			border-left: 1px solid #666;
		}
		
		#footer li.first {
			border-left: none;
		}
		
		#footer li.agof {
			float: right;
			border-left: none;
		}
	
			#footer a {
				text-decoration: none;
			}
	
			#footer a:link, #footer a:visited {
				color: #666;
			}
		
			#footer a:hover, #footer a:active, #footer a:focus {
				color: #0c0B8d;
			}
		
			#footer li.agof a {
				display: block;
				width: 140px;
				height: 45px;
				text-indent: -999em;
			}


#breadcrumb ul {
	position: absolute;
	top: 72px;
	left: 240px;
	z-index: 20;
}

#breadcrumb li {
	list-style: none;
	display:inline;  
}

#breadcrumb,
#breadcrumb a {
	color:#999999;
	text-decoration:none;
}

#breadcrumb a:hover,
#breadcrumb a:hover {
	text-decoration:underline;
}

/* link to pro7 */


#pro7 {
	position:absolute;  
	display:block; 
	left:340px;
	top:20px;
	width:360px;
	height:20px;
}

#pro7 a span {
	text-indent:-10000px;
	display:block; 
	width:360px;
	height:20px;
}
/* branding */

h1 {
	display:block; 
	position:absolute;
	left:16px;
	top:0px;
	width:176px;
	height:55px;
}

/* make the actual link ZERO size and position relative
the zero size stops the dotted border from displaying */
h1 a {
	display:block; 
	width:0;
	height:0;
	position:relative;
}

/* move the link styling to the em and make it position absolute */
h1 a span { 
	display:block; 
	text-indent:-10000px;
	width:176px;
	height:55px;
	border:1px solid #fff;
	background:url(/fileadmin/templates/images/logo.gif) no-repeat;
	position:absolute; 
	cursor:pointer; /* to set the pointer correctly as a link in IE */
}

h1 a:hover span {
border:1px dotted #fff;
	}
	/* for IE to make the active/focus state work correctly */
h1 a:active {
    color:#fff;
	}
	/* style the active/focus state */
h1 a:active span,
h1 a:focus span {
border:1px dotted #000;
	}


/* base font size */

.content p, 
.content blockquote,
.news-latest-item h3,
.content pre,
.content cite,
.content code,
.content table,
.content li, 
.content dd,
.content dt,
.content form label,
.content form input {
	font-size: 1.2em;
	line-height:1.2;
}

#col2 p,
#col2 li {
  font-size:1.1em;
  line-height:1.4;
}


.content li li {font-size:1.0em;}

.content p, .content ul,
#col2 p, #col2 ul, #col2 table {
	/* margin-top: 1.167em; */ /* = 14px */
	margin-top: 0.667em; /* = 8px */
}



/* headings */

.content h3.csc-firstHeader, .content h3.important {
	margin-top: 14px; /* = 14px */
	/* margin-bottom: -0.667em; */ /* = -8px */
	font-size: 1.2em;
	font-weight: bold;
	line-height:1.6;
/*	text-transform: uppercase; */
	color: #333;
}

.content h3.csc-firstHeader, #col2 h3.csc-firstHeader {
	margin-top: 0;
}

.content h3, #col2 h3, p.tx-downloadCenter-pi1-list_title {
	margin-top: 12px; 
	/* margin-bottom: -0.667em; */ /* = -8px */
	font-size: 1.2em;
	line-height:1.2;
	font-weight: bold;
	color: #333;
}

.content .news-latest-container h3,
.content .news-list-container h3 {
/* margin-top:1.2em; */
}

.content h4 {
	margin-top: 1.167em; /* = 14px */
	/* margin-bottom: -0.667em; */ /* = -8px */
	font-size: 1.2em;
	color: #666;
}

/* headings end */

/* links */

.content a {
	text-decoration: underline;
}

.content h3 a, #col2 h3 a {
	text-decoration: none;
}

#col2 a {
	font-weight: normal;
}

.content a:link, .content a:visited,
#col2 a:link, #col2 a:visited {
	color: #333;
}

.content h3 a:link, .content h3 a:visited {
	color: #333;
}

.content strong a:link, .content strong a:visited,
.news-single-backlink a:link, .news-single-backlink a:visited,
.content h3 a:hover, .content h3 a:active, .content h3 a:focus,
.content a:hover, .content a:active, .content a:focus,
#col2 a:hover, #col2 a:active, #col2 a:focus,
.content .morelink a:link, .content .morelink a:visited, .content .morelink a:hover, .content .morelink a:active, .content .morelink a:focus {
	color: #0c0B8d;
}

.morelink {
	float: right;
}

	.content .morelink a {
		padding-left: 20px;
		text-decoration: none;
		background: transparent url(/fileadmin/templates/images/more-orange.gif) no-repeat left center;
	}

	#col2 .morelink a {
		display: block;
		width: 18px;
		text-indent: -999em;
		background: transparent url(/fileadmin/templates/images/more-grey.gif) no-repeat left center;
	}
	
.news-single-backlink {
	margin-top: 1.167em;
	font-size: 1.2em;
}

	.news-single-backlink a {
		text-decoration: none;
	}

.news-single-item h3 {
  color: #0c0B8d; 
}


/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* links end */

/* TEXT */

.content pre
	{
		font-family: monospace;
	}

.content em {}
.content strong {
	/* color: #0c0B8d; */
	font-weight:bold;
	color:#666;
}

.content dfn {}
.content code {}
.content samp {}
.content kbd {}
.content var {}
.content cite {}
.content abbr {}
.content acronym {}
.content address {}
.content blockquote {}
.content blockquote:before,
.content blockquote:after,
.content q:before,
.content q:after {
	content: "";
}
.content blockquote,
.content q {
	quotes: "" "";
}
.content sub {}
.content sup {}

.orange {
	color: #0c0B8d;
}
	
/* END TEXT */
	
/* LISTS */
.content ul	{
	list-style: none;
}
.content ul li	{
	padding-left: 1.2em;
	background: transparent url(/fileadmin/templates/images/bullet.gif) no-repeat 2px 0.2em;
}
.content ol	{ padding-left: 2em;}
.content ol li	{}
.content dl	{}
.content dl dt	{}
.content dl dd {}

/* END LISTS */


ul.csc-menu,
.filelinks_layout_1 ul {
	list-style: none;
	background: transparent url(/fileadmin/templates/images/col2-divider.gif) no-repeat center top;
}

	#col2 ul.csc-menu li,
	.filelinks_layout_1 li {
		font-size: 1.1em;
		line-height:1.4;
		background: transparent url(/fileadmin/templates/images/col2-divider.gif) no-repeat center bottom;
	}
	
		ul.csc-menu a,
		.filelinks_layout_1 a {
			display: block;
			padding: 1px 0 2px;
			text-decoration: none;
			background: transparent url(/fileadmin/templates/images/more-grey.gif) no-repeat right center;
		}


		#col1 ul.csc-menu a,
		.filelinks_layout_1 ul a  {
			display: block;
			padding: 2px 0 2px;
			text-decoration: none;
			background: transparent url(/fileadmin/templates/images/more-grey.gif) no-repeat right;
		}

ul.csc-menu a:active,
#col2 .morelink a:active,
.filelinks_layout_1 a:active,
ul.csc-menu a:hover,
#col2 .morelink a:hover,
.filelinks_layout_1 a:hover { 
background:transparent url(/fileadmin/templates/images/more-orange.gif) no-repeat right center;
}



/* news */
.news-list-container, .news-latest-container, .tx-downloadCenter-pi1 {
	margin-top: 8px;
}

.content .news-list-item, 
.content .news-latest-item, 
.tx-downloadCenter-pi1-list {
		clear: left;
		float: left;
		width: 100%;
		padding: 0.4em 0 1.4em;
		background: transparent url(/fileadmin/templates/images/news-list-divider.gif) no-repeat center bottom;
	}

.news-list-item img, .news-latest-item img {
			float: left;
			margin: 10px 0 0 0;
		}

#page_106 .news-list-item  h3,
#page_106 .news-list-item  p {
margin-left:216px;
}

.news-latest-item .date,
.news-list-item .date,
.news-single-item .date {
  
}
.news-list-item  h3,
.news-list-item  p {
margin-left:154px;
}

/* no image in list/latest */

.news-list-noimg .news-list-item  h3,
.news-list-noimg .news-list-item  p {
  margin-left:0;
}
		
#col2 .news-latest-item a {
			text-decoration: underline;
		}


#col2 .news-latest-container .news-list-date {
padding-top:0.6em;
padding-bottom:0.2em;
color:#000;
font-weight:bold;
}

#col2 .news-latest-container h3 {
margin-top:0;
}

.news-latest-item img {margin-right:4px;}

dl.news-single-files {margin-top:1em;}
dl.news-single-files dt {
	margin-bottom:0.6em;
}
dl.news-single-files dd {
  background:url(/fileadmin/templates/images/pdf-icon-small.gif) no-repeat left top;
  padding-left:20px;
  padding-top:4px;padding-bottom:4px;
}

/* Pressemitteilungen  */

#col1 .news-presse .news-latest-item h3,
#col1 .news-presse .news-latest-item h3 a:link,
#col1 .news-presse .news-latest-item h3 a:visited,
#col1 .news-presse .news-list-item h3,
#col1 .news-presse .news-list-item h3 a:link,
#col1 .news-presse .news-list-item h3 a:visited {
  color:#0c0B8d;
}

/* TABLE */
/* see http://www.quirksmode.org/css/tables.html */

table {	border-collapse: separate; border-spacing: 0; }


.contenttable  {
	margin: 1.167em 0 0.5em;
	font-family: inherit;
	width:440px;
		border-collapse: collapse;
		border-spacing:0;
}

.content table {
	border: 1px solid #dcdcdc;
	border-width: 1px 0 1px 1px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.1em;
}

	.content table caption {
		font-weight: bold;
	}

	.content caption,
	.content th {
		padding: 1px 10px;
		text-align: left;
		background-color:#0c0B8d;
		color:#fff;
		border-bottom: 1px solid #ccc;
	}

	.content thead th {
		border-right: 1px solid #ccc;
		background-color:#0c0B8d;
		color: #fff;
text-align:center;
vertical-align:middle;
	}

	.content td {
		padding: 3px 10px;
		border-right: 1px solid #ccc;
		text-align: left;
		background-color: #fff;
	}

	.content tr.tr-odd td {
		background-color: #ddd;
	}


.content .untertitelzeile .tr-1 td {
background-color:#a6b5dd;
}

.content .untertitelzeile .tr-2 td {
overflow:hidden;font-size:3px;
padding:0;
background-color:#0c0B8d;
border-right:1px solid #0c0B8d;
}
	
/* END TABLE */	

/* Section 17: Forms */
form {}
input {}
input:focus {}
button {}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}

textarea:focus {}
label {}
fieldset {
        border: none;
}
legend {}


 input, select, table, textarea, option
	{
		font-family:inherit;
		font-size:inherit;
		font-weight:inherit;
	}

textarea {font-size:1.2em;}
form label {
	cursor: pointer;
}

label, input, select, textarea { 
  margin:3px;padding:2px;
}

input, select, textarea { 
  border:1px solid #ccc;
}

input.selected,
textarea.selected { background-color:#ccc;color:inherit; }



/* newsletter form */
#nl_online,
#nl_teletext { padding:0;margin-left:9em;float:left;width:auto;font-size:1.2em;}
#mailform label.nl_check,
#mailform label.nl_online { margin-top:2px;width:auto;float:left;}


/* suche */

#search {
	background:url(/fileadmin/templates/images/searchbg.jpg) no-repeat 2px 0;
	width:195px;
	height:83px;
	padding:21px 0px 0px 21px;
	font-size:11px;
}

#search h2 {
	font-weight:bold;
	margin-bottom:10px;
}

#search .suche-field {
	width:148px;
	height:19px;
	border-top:1px solid #6e6e6e;
	border-left:1px solid #6e6e6e;
	border-right:1px solid #e9e8e6;
	border-bottom:1px solid #e9e8e6;
	margin-right:3px;
}

#search input.submit {
	margin: 0 0 0 5px;
	padding: 0;
	vertical-align: baseline;
	border: none;
}

.tx-indexedsearch legend {display: none; }

/* suche end */

/* sitemap */

.csc-sitemap li {
  margin-top:16px;
}

.csc-sitemap li li {
  margin-top:6px;
}

/* sitemap end */

/* Kontakt Formular ********************************************/

#mailform label {
	width:8.0em;
	float:left;
	margin-left:0;
	padding-left:0;
	margin-bottom:8px;
}

#mailform div {
	clear:both;
}

.csc-mailform-field input {
	width: 220px;
}

.csc-mailform-field .csc-mailform-submit {
	width: auto;
}

#mailform textarea {
	margin-bottom:8px;
}


.csc-mailform-submit {
	margin-left:8.7em;
	margin-top:1em;
	border:0;
	font-weight: bold;
	background-color: #0c0B8d;
	color: #fff;
}


/* Home */

#wrap0.homepage {
	background-image: url(/fileadmin/templates/images/wrap1bg-homepage.gif);
}

.homepage #col0 {
  	padding-top:0;
}
.homepage #col1 {
	width: 425px;
	padding: 0 0 0 4px;
	margin-right: 15px;
	margin-top: -20px;
}

.homepage #col2 {
	width: 264px;
	margin: -20px 0 0;
	padding: 0;
	background: none;
}

.homepage #col2 h3, .homepage #col2 ul, .homepage .news-latest-container, .homepage #col2 p {
	margin-left: 16px;
	margin-right: 16px;
	margin-top:6px;
}

 .homepage .news-latest-container {
   margin-top:0px;
 }

.homepage #col2 h3 {
  margin-top:12px;
}
/* .homepage #col2 > h3 {
background:#ccc;
margin-left:0px;
margin-right:0px;
padding-left:16px;
padding-top:4px;
padding-bottom:4px;
color:#666666;
} */

	.homepage #col2 .news-latest-container {
		margin-left: 16px;
		margin-right: 16px;
		padding: 0;
		background: none;
	}
	
		.homepage #col2 .news-latest-container p,
		.homepage #col2 .news-latest-container h3 {
			margin-left: 0;
			margin-right: 0;
		}


.homepage #col2 .news-latest-container .morelink {
margin-right:-24px;
}

.homepage h3.csc-firstHeader, .homepage #col2 h3.csc-firstHeader {
	padding: 3px 16px 4px;
	border: 1px solid #fff;
	margin: 0;
	line-height:1.2;
	font-size: 1.4em;
	text-transform: none;
	background: #0c0B8d url(/fileadmin/templates/images/headline-orange-bar-bg.gif) repeat-x left center;
	color: #fff;
}

.homepage #col2 h3.csc-firstHeader {
  margin-bottom:12px;
}


.homepage #footer {
	background-image: url(/fileadmin/templates/images/footerbg-homepage.gif);
}


#toolbar {padding-top:24px;margin-bottom:16px;clear:both;}
#toolbar li {background:none;float:left;}
#toolbar li a {display:block;float:left;width:31px;height:31px;text-indent:-1000px;}
#toolbar .print a {background:url(/fileadmin/templates/images/tb_print.gif) no-repeat;}
#toolbar .bookmark a {background:url(/fileadmin/templates/images/tb_bookmark.gif) no-repeat;}
#toolbar .taf a {background:url(/fileadmin/templates/images/tb_tip.gif) no-repeat;}
#toolbar .pdf a {background:url(/fileadmin/templates/images/tb_pdf.gif) no-repeat;}

/* css floatclearing */ 

.clearfix:after
	{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* fix for safari */
	.clearfix { display: block; } 
	
	/* overflow-method to clear float */
	.floatbox { overflow:hidden; }
	
	/* IE-Clearing: Ben?tigt nur der Internet Explorer und ?ber iehacks.css zugeschaltet */
	#ie_clearing { display: none } 


/* overwriting typo3 defaults for images */

div.csc-textpic div.csc-textpic-imagewrap  {
	margin: 6px 0 0 0; 
}

/* right column - no additional spacing, move image to the left */
#col2 div.csc-textpic-intext-left,
#col2 div.csc-textpic-imagewrap, 
#col2 div.csc-textpic-intext-left-nowrap 
#col2 div.csc-textpic-imagewrap  {
margin-right:0px !important;
margin-left:-6px !important;
}

#col2 div.csc-textpic,
#col2 div.csc-textpic-text p,
#col2 div.csc-textpic-imagewrap {
	margin:0px 0pt 0pt;
}

#col2 div.csc-textpic {
  margin-top:8px;
}
#col2 div.csc-textpic-text {
}

#col2 .csc-textpic-image img {
  margin-top:2px;
}


#col2 .contenttable {
  margin-bottom:0;
}
.tx-rbflashobject-pi1-swf_altcontent,
#flashcontent {margin-left:-14px;}

/* Podcast-Showroom ID 597 */

#page_597 .image {
	width:337px;
	height:202px;
	background-image:url(/fileadmin/templates/images/ipodtouch.jpg);
	float:left;
	margin-bottom:20px;
	}

#page_597 .image img {
	margin-left:45px;
	margin-top:14px;
	}

#page_597 .replaced {
	margin-left:45px;
	margin-top:6px;
	width:232px;
	height:153px;
	padding-top:8px;
	}

#page_597 .description {
	float:left;
	margin-top:15px;
	}

#page_597 .description strong {
	color:#000;
	}

#page_597 hr {
	clear:both;
	display:none;
	}

#page_597 .link {
	float:left;
	}

#page_597 a.podlink {
	display:block;
	background-image:url(/fileadmin/templates/images/download.gif);
	background-repeat:no-repeat;
	width:76px;
	height:11px;
	text-indent:-1000em;
	margin-top:10px;
	}
	
/* VCF Logos */
.vcf img, .tt_news-vcf img  {
	border:none;
	}

.vcf {
	float:right;
	margin-top:-13px;
	}

.tt_news-vcf {
	float:left;
	margin-left:200px;
	margin-top:-31px;
	}

/* List-Margin on Newsletterpage 532 */

#page_532 .csc-textpic-text li {
	margin-left:10px;		
	}		

#sevenonemedia {
	height:88px;
	left:10px;
	position:absolute;
	top:69px;
	width:187px;
	z-index:100;
}

#sevenonemedia a {
	display:block;
	width:187px;
	height:88px;
	text-indent:-3000em;
	outline:none;
	background:url("/fileadmin/templates/images/button-71i-animiert.gif") no-repeat;		
}

#powerlayer {
position:absolute;
top:34px;
left:115px;
}

@media screen, print
	{
		.skip
			{
				position: absolute;
				left: -999em; 

				}
		a.skip,	
		a.skip:hover
			{
				text-decoration: none; /* avoid a -1000px dotted line */
			}
		a.skip:focus, a.skip.focus {
			top: 0;
			left: 0;
		}		
	}

hr.clearer,
.screenhide {
	display: none;
}
