@charset "utf-8";

/*
	bg alt: #F7F7F7
	bg neu: #E9E9E9
*/



/* Defaults */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000000 url(images/arena-inner-bg.jpg) no-repeat scroll center top;
}
h1,h2,h3,h4,h5,ul,ol { 
	padding: 0; 
	margin: 0;
}
ol {
	padding: 0 16px 10px 25px;
}
ol li {
	list-style-type: decimal;
	margin: 2px 0 2px 10px;
}
ul { 
	padding: 0 0 10px 16px; 
}
ul li { 
	padding: 2px 0 2px 10px;
	list-style-type: square;
}
a {
	text-decoration: none;
	color: #007DB7;
}
a:hover {
	/*text-decoration: underline;*/
	background-color: #007DB7;
	color: #ffffff;
}
hr { 
	display:none; 
}
a img {
	border:none;
}


/* Layout */

#header {
	padding: 0 12px;
	height: 112px;
}
#header a {
	position: relative;
	z-index: 500;
}
#header .logo {
	background: url(images/logo.png) no-repeat;
	width: 224px;
	height: 64px;
	float: left;
	margin: 12px 5px;
	display: block;
}
#header .printlogo {
	display: none;
}

#container {
	margin: 0 auto;
	/*overflow: hidden;*/
	padding-bottom: 36px;
	text-align: left;
	width: 960px;
	position: relative;
}




/* Navigation Pagenav */

ul.pagenav {
	float: right    
}
ul.pagenav li {
	float: left;
	padding: 0 5px;
	list-style-type: none;
}
ul.pagenav li a {
	background-color: #1A1A1A;
	color: #D1D1D1;
	display: block;
	font-size: 11px;
	height: 66px;
	padding: 12px 10px;
	width: 126px;
	text-decoration: none;
}




/* Language */

ul.lang {
	float: right;
	height: 20px;
	margin-right: 17px;
	background-color: #E9E9E9;
}
ul.lang li {
	display: inline;
	padding: 0;
}
ul.lang li a {
	margin-left: 5px;
}



/* Navigation Level 2,3 */

ul.nav {
	position: absolute;
	clear: both;
}
ul.nav,
ul.nav ul {
	padding: 0 15px;

}
ul.nav ul {
	width: 900px;
	margin: 0 0 0 8px;
	background: none;
	background-color: none;
}
ul.nav li,
ul.nav ul li {
	display: inline;
	padding: 0;
}
ul.nav li a {
	background-color: #D7D7D7;
	color: #000000;
	display: block;
	float: left;
	font-weight: normal;
	padding: 6px 10px;
	margin: 0 4px 0 0;
}
ul.nav li a:hover {
    	background-color: #AFAFAF;
    	text-decoration: none;
}
ul.nav li a.current {
	background-color: #ffffff;
	color: #1A1A1A;
	font-weight: bold;
}


/* Navigation Level 3 */
ul.nav ul {
	/*background-color: #E9E9E9;*/
	position: absolute;
	left: 0;
	top: 30px;
	width: 960px;
	height: 30px;
	padding: 0;
}
ul.nav ul li {
	padding: 0;
display:inline;
float:left;		
}
ul.nav ul li a {
	background-color: #ffffff;
    	color: #000000;
    	display: block;
    	font-weight: normal;
	float: left;
	padding: 0 10px;
	margin: 6px 0 0 0;
	border-right: 1px solid #000000;
}
ul.nav ul li.last a {
	border: none;
}
ul.nav ul li a:hover,
ul.nav ul li a.current {
    	background-color: #ffffff;
    	font-weight: bold;
}


/* Navigation Level 4,5 */


ul.nav2 {
	padding: 0;
	margin: 0 0 10px 0;
}
ul.nav2 ul {
	margin-bottom: 36px;
}
ul.nav2 li,
ul.nav2 ul li {
	display: block;
	margin-bottom: 3px;
	padding: 0;	
}
ul.nav2 li a {
	/*background: #E5E5E5;*/
	background: #D8D8D8;
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
}
ul.nav2 li a:hover,
ul.nav2 li a.current {
    	background-color: #007DB7;
    	text-decoration: none;
    	color: #FFF;
}


/* Navigation Level 5 */
ul.nav2 ul {
	margin: 3px 0 0 0;
}
ul.nav2 ul li {
	padding: 0 0 0 10px;
}
ul.nav2 ul li a {
	background: url(images/nav-sub-bullet.gif) no-repeat 0 center;
	color: #333;
	font-size: 11px;
	padding: 2px 10px 2px 20px;
}
ul.nav2 ul li.last a {
	border: none;
}
ul.nav2 ul li a:hover,
ul.nav2 ul li a.current {
	background: url(images/arena-nav-sub-hover-bullet.gif) no-repeat 0 center;
	color: #007DB7;

}






#content {
	background: #ffffff;
	/*clear: both;*/
	padding: 30px 12px 0;
	line-height: 16px;
	margin: 27px 0 4px 0;
}
#content #col-1,
#content #col-2 {
	padding: 0 5px;
	float: left;
	margin-bottom: 12px
}
#content #col-1 {
	width: 614px;	
}
#content #col-2 {
	width: 302px;	
}




/* Classic Content */

h1,h2,h3 { 
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #666666;
	margin: 14px 0 10px;
	border-bottom: 1px solid #CCCCCC;
}
.csc-header {
	
}

p.align-justify {
	text-align: justify;
}

.csc-textpic-caption {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}

table { 
	border-color: #D9D9D9;
	border-width: 0 0 1px 1px; 
	border-style: solid; 
	border-collapse: collapse; 
	width: 100%; 
	margin-top: -15px;
}

td, 
th { 
	vertical-align: top; 
	border-color: #D9D9D9; 
	border-width: 1px 1px 0 0; 
	border-style: solid; 
	margin: 0; 
	padding: 5px; 
}
.th { 
	font-weight: bold; 
	color: #333; 
	background-color: #eee; 
}

/* NEU */

.csc-frame-frame1,
.csc-frame-frame2 {
	background: #F3F3F3;
	/*padding: 0 0 15px 0;*/
	margin: 0 0 10px;
}
.csc-frame-frame2 {
	background: #ffffff;
	border: 1px solid #D9D9D9;
}
.csc-frame-frame1 p,
.csc-frame-frame2 p {
	/*padding: 5px 15px 5px 15px;*/
}
.csc-frame-frame1 div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 5px 15px 0 0;
	text-align: right;
}

.csc-frame-frame1 h1,
.csc-frame-frame2 h1 {
	background: #CACACA url(images/h1_first_bg.jpg) repeat-x;
	padding: 5px 0 5px 15px;
	margin: 0;
}

#col-2 .csc-frame-frame1 h1,
#col-2 .csc-frame-frame2 h1 {
	background: #CACACA url(images/h1_first_bg.jpg) repeat-x;
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 15px;
}

.csc-frame-frame1 ul {
	/*padding: 0 0 10px 15px;*/
	margin: 0 0 15px 15px;
}


#footer {
	background-color: #E9E9E9;
	line-height: 30px;
}
#footer span {
	float: left;
	font-size: 11px;
	font-style: normal;
	padding: 0 12px;
	/*width: 320px;*/
}

#footer ul {
	float: right;
	margin-right: 17px;
	padding: 0;
}
#footer ul li {
	display: inline;
	padding-left: 10px;
}
#footer ul li a {
	border-bottom: 1px dotted #666666;
	color: #666666;	
	font-size: 11px;
	background: none;
}
#footer ul li a:hover {
	text-decoration: none;
}



/* Form */

.csc-mailform { 
	border: 1px solid #cccccc; 
	padding-top: 15px;
	margin: 0;
}
.csc-mailform legend {
	font-weight: bold;
}
#mailform label { 
	float: left; 
	width: 180px; 
}
#mailform input,
#mailform select { 
	margin: 0 0 5px 0; 
	padding: 1px 0 0 1px;
	border: none;
	width: 220px;
	height: 20px;
	background: #ffffff; 
	border: 1px solid #cccccc;
}	
#mailform textarea { 
	margin: 0 0 5px 0; 
	padding: 1px 0 0 1px; 
	border: none; 
	width: 300px; 
	height: 80px;  
	background: #ffffff; 
	border: 1px solid #cccccc;
}
#mailform .csc-mailform-submit { 
	width: 140px; 
	height: 20px; 
	padding: 0 0 4px 0; 
	font-weight: bold; 
	background: #ddd; 
	margin: 0 0 0 180px;
	flaot: left;
}
#mailform .csc-mailform-submit2 { 
	width: 140px; 
	height: 20px; 
	padding: 0 0 4px 0; 
	font-weight: bold; 
	background: #ddd; 
	margin: 0 0 0 10px;
}
#mailform input.csc-mailform-check {
	width: 20px;
}

.csc-mailform-field a .error {
	color: #EE1D24;
}




/* news */

.news-list-item,
.news-single-item,
.news-list-item-first {
	background: #F3F3F3;
	margin: 0 0 10px 0;
	width: 614px;
}
.news-latest-item {
	clear: both;
	padding: 0 0 4px 0;
}
.news-latest-item h4 {
	padding: 2px 0 2px 0;
}
.news-list-item-first {
	overflow: hidden;
	
}
.news-list-item-first p.bodytext,
.news-list-item p.bodytext,
.news-single-item p.bodytext {
	padding: 15px;
	margin: 0;
}
.news-single-item p.bodytext {
	padding: 0 15px 15px 15px;
}

.news-list-item .news-list-item-image,
.news-latest-item .news-latest-item-image,
.news-single-item .news-single-item-image {
	float: left;
	margin: 0 10px 0 0;
}
.news-list-item hr.clearer {
	display: block;
	clear: both;
	border: 0;
	height: 0;
	padding: 0;
	margin: 0;
	visibility: hidden;	
}

.news-list-item-head,
.news-single-item-head {
	background: #CACACA url(images/h1_first_bg.jpg) repeat-x;
	padding: 5px 0 5px 15px;
}
.news-list-item-first .news-list-item-head {
	padding: 10px 0 10px 15px;
}

.news-list-item-head h1,
.news-single-item-head h1 {
	font-size: 15px;
	margin: 0;
	border: 0;
}
.news-list-item-first .news-list-item-head h1 {
	font-size: 18px;
}

.news-list-item-head h1 a,
.news-single-item-head h1 a {
	color: #333333;
	background: none;
}
.news-list-item-head .news-list-date,
.news-single-item-head .news-single-date {
	margin: 0 20px 0 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
.news-list-item-head .news-list-rooftitle,
.news-single-item-head .news-single-rooftitle {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

.news-single-backlink {
	padding: 0 0 15px 15px;
	clear: both;
}

p.news-single-imgcaption {
	width: 210px;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 10px 15px;
	line-height: 12px;
}

.news-list-item-head .news-list-date,
.news-list-item-head .news-list-rooftitle {
	display: none;
}
.news-list-item-first .news-list-date,
.news-list-item-first .news-list-rooftitle {
	display: inline;
}
 
 
 

#advertisement {
	position: absolute;
	left: 980px;
	top: 140px;
	width: 120px;
}


/* FRAMES NORMAL LAYOUT */

#col-2 .csc-frame-frame1 p,
#col-2 .csc-frame-frame2 p {
	padding: 0 15px 15px 15px;
	margin: 0
}

#col-1 .csc-frame-frame1 p, 
#col-1 .csc-frame-frame2 p,
.filelinks {
	padding: 0 15px 15px 15px;
	margin: 0;
}

#col-1 .csc-frame-frame1 table td p,
#col-1 .csc-frame-frame1 table th p,
#col-2 .csc-frame-frame1 table td p,
#col-2 .csc-frame-frame1 table th p {
	padding: 0;
}

/* .csc-textpic-imagewrap */
.csc-header {
	margin: 0 0 15px 0;
}

.csc-textpic,
.video,
.tx-flvplayer2-pi1 {
	margin: -15px 0 0 0;
}
  
.csc-textpic-text {
	padding: 15px 0 0 0;
}

.filelinks .filecount {
	display: none;
}



/* BILDGALERIE */

#tx-gooffotoboek-nav { 
	float: right; 
	margin: -55px 0 0 0;
}
#tx-gooffotoboek-nav img { 
	margin: 5px 0 0 0; 
}
#tx-gooffotoboek-count { 
	float: left; 
	line-height: 40px; 
	padding: 0 10px 0 0; 
	color: #fff; 
}
.tx-gooffotoboek-pi1 table { 
	border-collapse: collapse; 
	border: none; 
}
.tx-gooffotoboek-pi1 table td { 
	padding: 0 2px 2px 0; 
	vertical-align: middle; 
	text-align: center; 
	border: none;
}
.tx-gooffotoboek-pi1 table td a { 
	display: block; 
	height: 109px; 
	width: 121px; 
	overflow: hidden; 
}