/* CSS Document */
/* ALLGEMEINE DEFINITIONEN */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #fff;
	background: #19222b url(../images/bg.jpg) repeat-x;
}
form { 
	margin: 0; padding: 0; 
	font-size: 1em;
}
p, input, textarea {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, textarea, .formtext, .checkbox {
    float: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width:  19em;
}

.normal {
	margin: 0; padding: 0;
	font-size: 0.8em;
}
.small {
	margin: 0; padding: 0;
	font-size: 0.5em;
}
input, textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px 3px 3px 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.radio {
    display: block;
    width: 1em;
    height: 1em;
}
.submit, #submit, .tx-guestbook-form-submit, .csc-mailform-submit {
	padding: 0;
	line-height: 1em;
	height: 1.8em;
	background-color: #ccc;
	width: 10em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	margin-left: 75px;
}
.submit:hover, #submit:hover, .tx-guestbook-form-submit:hover, .csc-mailform-submit:hover {
    background-color: #fff !important;
}

.error {
	color: #ff0000;
	font-size: .8em;
}
label {
    float: left;
	font-size: 0.7em;
	width: 65px;
	margin: 5px 5px 5px 0;
	padding: 5px 5px 5px 0;
	text-align: right;
}

.label {
    font-size: 0.8em;
    width: 60px;
    text-align: right;
    margin-right: 20px;
}
.checkbox {
	width: inherit;
	height: inherit;
}

#tx_srfreecap_pi2_captcha_image {
	margin: 5px 5px 5px 75px;
}
#tx_srfreecap_pi2_captcha_image img {
    margin: 0; padding: 0;
}
br {
	clear:  left;
}
h1 {
	color: #989898;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-transform:uppercase;
}
h2 {
	color: #989898;
	font-size: 0.8em;
	line-height: 1.6em;
}
h3 {
	color: #989898;
	font-size: 1em;
	line-height: 1.6em;
}
.mini {
	font-size: 8px;
}
a, a:link {
	color: #f93;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #f93;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul, li {
	margin: 0;
	padding: 0;
}	
ul {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
li {
	font-size: 0.8em;
	line-height: 1em;
	list-style-image: none ;
	list-style-type: disc;
	list-style-position: outside;
}
table {
    margin: 0; padding: 0;
    border-spacing: 0; border-collapse: collapse;
}
table td {
    margin: 0; padding: 0;  border-spacing: 0;
}
/* LAYOUT */
#main1 {
	width: 980px;
	margin: auto;
	text-align: left;
	background: #101921 url(../images/head.jpg) no-repeat;
	border: 1px solid #939b9b;
	border-top: 0px;
}
/* NAVIGATION OBEN */
#navitop {
	position: relative;
	top: 104px;
	margin: 0;
	padding: 0;
	height: 38px;
	width: 980px;
}
#navitopinner {
	position: absolute;
	height: 20px;
	margin-top: -10px;
	top: 50%;
	width: 980px;
	background : transparent;
}
.navitop_elements {
	float: left;
	width: 806px;
	line-height: 20px;
	text-align : right;
	background : transparent;
}
.navitop_elements p {
	font-size: 0.7em;
	text-transform:uppercase;
	padding-right: 10px;
	vertical-align: middle;
}
.navitop_item1 {
	color: #FFF !important;
}
.navitop_item2 {
	color: #FFF !important;
}
.navitop_item3 {
	color: #FFF !important;
}
#search {
	position:absolute;
	overflow: hidden;
	top: 0px;
	left: 806px;
	bottom: 0px;
	width: 174px;
	height: 20px;
	background: transparent;
	border: 0px none;
	margin: 0 0 0 0; padding:  0 0 0 0;
}
.searchform input {
	height: 14px;
	width: 130px;
	border:1px solid #a0a0a0;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	font-size: 0.7em;
	vertical-align: top;
	color: #a0a0a0;
}
input:focus, input:over {
	background-color: #ebf0f5;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .searchform input {
	margin-top: -1px;
  }
/* End hide from IE5/mac */
.searchform #submit {
	top: 0px;
	width: 20px;
	height: 20px;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.searchform #searchfield {
	font-size:  1em;
}
/* HEADER BEREICH */
#header {
	margin: 0px;
	padding: 0px;
	height: 117px;
	background-color: transparent;
}
#headerlogo {
	float: left;
	width: 228px;
	height: 117px;
	background: transparent;
}
#headerlogo img {
	border: 0;
	margin: 0;
}
#headerimage, #headerimage img{
	height: 117px;
}
#headerimage img{
	width: 752px;
}
/* 3-pixel gap bugfix in IE */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #headerlogo {
  	margin-right: -3px;
  }
 
* html #headerimage {
  	margin-left: 0;
  }
/* End hide from IE5/mac */
/* End 3-pixel gap bugfix in IE */
#box {
	/* position: relative; */ 
	background: #101921;
}
/* MENU LINKS */
#menu {
	float: left;
	position: relative;
	overflow: visible;
	width: 228px;
}
.menubox {
	text-decoration: none;
	color: #FFF;
	padding: 10px 0 10px 0;
}
.menubox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menubox li{
	background-image: url(../images/li-bg.gif);
	background-position: 7px 2px;
	background-repeat: no-repeat;
	list-style-type: none;
}
.menubox li a {
	font-size: 1em;
	line-height: 1em;
	display: block;
	text-align: left;
	text-decoration: none !important;
	color: #f93 !important;
	padding: 0px 5px 5px 25px;
	border: 0;
	margin: 0;
}
/* 1. NAVIGATIONS EBENE */

.menu1item li .current, .menu1item li .active, .menu1item li .active:hover, .menu1item li .current:hover {
	background-repeat: no-repeat;
}
.menu1item li a:hover {
	color: #FFF!important;
}
/* 2. NAVIGATIONS EBENE */

ul.menu2item {
	padding-bottom: 5px;
}
.menu2item li {
	background-image: none;
}
.menu2item li a, .menu2item li a:hover {
	padding-left: 37px;
}
.menu2item li .current, .menu2item li .active, .menu2item li .active:hover, .menu2item li .current:hover {
	background-image: url(../images/menu_arrow2_cur.gif); 
	background-position: 22px 7px;
	background-repeat: no-repeat;
}
.menu2item li a:hover {
	color: #FFF!important;
}
/* 3. NAVIGATIONS EBENE */
.menu3item li a, .menu3item li a:hover {
	padding-left: 49px;
	background-color: #717fb6!important;
	background-image: url(../images/menu_arrow2.gif); 
	background-position: 37px 5px;
	background-repeat: no-repeat;
}
.menu3item li .current, .menu3item li .active, .menu3item li .active:hover, .menu3item li .current:hover {
	background-image: url(../images/menu_arrow2_cur.gif); 
	background-position: 34px 7px;
	background-repeat: no-repeat;
}
.menu3item li a:hover {
	color: #132985!important;
}
/* 4. NAVIGATIONS EBENE */
.menu4item li a, .menu4item li a:hover {
	padding-left: 61px;
	background-color: #959ec8!important;
	background-image: url(../images/menu_arrow2.gif); 
	background-position: 49px 5px;
	background-repeat: no-repeat;
}
.menu4item li .current, .menu4item li .active, .menu4item li .active:hover, .menu4item li .current:hover {
	background-image: url(../images/menu_arrow2_cur.gif); 
	background-position: 46px 7px ;
	background-repeat: no-repeat;
}
.menu4item li a:hover {
	color: #132985!important;
}
/* CONTENT BEREICH */
#content {
	float: left;
	padding: 24px 10px 70px 10px;
	position: static;
	width: 705px; /* must be 705 */
	background-color: #101921;
}
#pathway {
	font-size: 0.8em;
	height: 14px;
	line-height: 14px;
	text-transform:uppercase;
	color: #959595;
	padding: 2px 2px 2px 57px;
}
#pathway img {
	vertical-align: top;
	height: 14px;
	width: 21px;
	padding: 0 0 0 35px;
}
/* DOWNLOAD LIST LAYOUT */
.csc-uploads-fileName {
	float: left;
}
.csc-uploads-fileSize {
	float: right;
}
.csc-uploads-description, .csc-uploads-fileName p {
	display: block;
}
.tr-even, .tr-odd {
	display: table;
	background: transparent url(../images/date-header-single-bg.gif) repeat-x bottom left;
	width: 100%;
	padding: 8px 0 8px 0;
}
.csc-uploads-icon {
	vertical-align: top;
	background: transparent;
	width: 30px;
	float: left;
}
.csc-uploads-fileName {
	float: left;
	width: 500px;
}
.csc-uploads-icon img {
	border: 0 !important;
}
/* MAILFORM LAYOUT */
.csc-mailform {
	border: 0;
	margin: 0;
	padding: 0;
}
.csc-mailform-field {
	float: left;
	clear: left;
	width: 100%;
}
.csc-mailform-submit {
	width: 10em;
}
/* MAILFORM LAYOUT ENDE */

/* MENU / SITEMAP LAYOUT */
.csc-menu li {
	padding-bottom: 10px;
}
.contentitem_dashedline, .contentitem_doubledashedline, .newsitem_dashedline, .newsitem_doubledashedline, .gb-item_dashedline, .crshows_dashedline{
	width: 100%;
	height: 3px;
	background: transparent url(../images/date-header-bg.gif) repeat-x;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 1px;
	font-size: 1px;
}
.contentitem_doubledashedline, .newsitem_doubledashedline {
	height: 6px;
	margin-bottom: 6px;
}
/* NEWS ITEMS LAYOUT */
.newsitem_dashedline {
	margin-top: 2em;
	clear: left;
}
.news-single-backlink {
	margin-top: 1em;
}
.news-list-item, .news-latest-item, .news-single-item {
	margin-top: 12px;
}

.mininews_right .news-latest-item {
	margin-top: 0px;
}
.news-list-item h1, .news-list-item h2, .news-latest-item h1, .news-latest-item h2, .news-single-item h1, .news-single-item h2, .news-single-item p {
	margin: 0;
	padding: 0;
}
.news-latest-date h1 {
	margin-bottom: 10px;
}
.news-single-content br, .news-list-content br, .news-latest-content br {
	clear: none;
}
/* .news-single-content, .news-list-content, .news-latest-content {
}
*/
p.news-single-author {
	color: #989898;
	background: transparent url(../images/date-header-single-bg.gif) repeat-x bottom;
	font-size: 0.7em;
	margin-bottom: 12px;
}
.news-list-date, .news-latest-date, .news-single-date {
	display: block;
	margin: 0px 0 2px 0;
}
.news-single-timedata {
	margin-bottom: 12px;
}
.newsitem-comment-footer {
	font-size: 0.7em;
	color: #989898;
	line-height: 1em;
	margin: 0;
}
.newsitem-comment-footer a {
	color: #989898;
}
/* NEWS ITEMS LAYOUT ENDE */
/* csc-textpic */
.csc-textpic-clear {
	clear: both;
}
.csc-textpic-imagerow {
    padding: 0; margin: 0;
}
.csc-textpic-imagewrap {
	width: auto;
}
.csc-textpic img {
	padding: 0; margin: 0;
}
.contentitem {
	margin: 0;
	padding: 1em 57px 1em 57px;
	width: 590px;
}
.contentitem p, h1, h2, h3, h4, h5, .newsitem p, h1, h2, h3, h4, h5, p.bodytext {
	padding-right: 0;
	padding-left: 0;
}
.contentitem p, .newsitem p, p.bodytext   {
	padding-bottom: 0;
	line-height: 1.5em;
	text-align: justify;
}
.contentitem img, .newsitem img {
	float: left;
	margin: 5px 12px 12px 0;
	border: 1px solid #ccc;
}
.contentitem .imgright {
	float: right;
}
dl.csc-textpic-image img {
	border: 1px solid #ccc;
}
.news-footer, .guestbook-footer {
	font-size: 0.6em;	
}
.news-latest-morelink, .news-list-morelink {
	font-size: 0.6em;
}
.mininews_right .news-latest-item {
	margin-bottom: 6px;
}
.mininews_right h1, .mininews_right h2 {
	margin-bottom:  0;
}
.mininews_right .news-latest-date, .mininews_right  h1, .mininews_right  h2 {
	margin: 0;
	padding: 0;
}
/* SHOWS EXTENSION */
.crshows_list {
	margin: 0; padding: 0;
}
.crshows_header {
	color: #646666!important;
}
.crshows_date_mini, .crshows_title_mini, .crshows_content_mini {
	font-size: 0.8em;
	color: #fff;
	float: left;
	padding: 5px;
}
.crshows_date, .crshows_venue, .crshows_city, .crshows_country, .crshows_infotext, .crshows_support {
	font-size: 0.8em;
	color: #fff;
	float: left;
	padding: 5px;
	width: 13%;
}

.crshows_date_mini, .crshows_title_mini {
	font-size:  0.5em;
}
.crshows_content_mini {
	line-height: 12px;
	font-size:  12px;
	margin: 0 0 10px 0;
}
.crshows_dashedline {
	clear:  both;
}
/* ve_guestbook Layout */
.tx-veguestbook-pi1 {
	font-size:  1em;
}
.tx-veguestbook_pi1-form form {
	width: 100%;
}
.tx-guestbook-form-error {
	margin: 12px;
}
.gb-item {
	margin-top: 6px;
	margin-bottom: 6px;
}
.gb-item h1 {
	background-color: #fff;
	margin: 0; padding: 0;
}
.gb-item h2 {
	color: #646666;
	margin: 0; padding: 0;
}
.gb-item_dashedline {
	margin: 0;
	padding: 0;
	font-size: 1px;
}
#commentform, .tx_veguestbook_pi1-form {
	margin: 1em 0;
	background: #101921;
	width: 80%;
;
}
#commentform p {
	text-align: left;
	line-height: 1em;
}
#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
	margin-top: 10px;
}
#commentform textarea:hover {
	background: #fff;
	border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
	background: #fff;
	border: 1px solid #939793;
}
#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: #fff;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: #fff;
	border: 1px solid #939793;
	width: 280px;
}
#commentform input{
	margin-bottom: 3px;
	margin-top: 10px;
	width: 130px;
}
/* RECHTER BEREICH */
#right {
	float:right;
	position: static;
	left: 806px;
	top: 0px;
	border-top: 24px solid #101921;
	padding-right: 24px;
	width: 230px;
	background: transparent;
}
.rightheader {
	padding: 5px 5px 5px 24px;
	height: 12px;
	line-height: 13px;
	background: #101921 url(../images/colitem-header-bg.gif) repeat-x left ;
	font-size: 0.85em;
	font-weight: bold;
	color: #989898;
	text-transform:uppercase;
	text-align: left;
	clear: both;
}
.rightcontent, .mininews_right {
	padding: 10px 10px 0 10px;
	margin: 0px;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #989898;
	background-color: transparent;
	clear: left;
}
.rightcontent img {
	display: block;
	float: none;
	padding-bottom: 0.5em;
}
.rightcontent h1 {
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: #CCCCBF;
}
.rightteaser {
	padding: 0;
	margin: 20px 10px 10px 0;
}
.rightteaser img {
    display: inline;
    margin-right: 10px;
}
.right_dashedline {
	width: 100%;
	height: 3px;
	background: transparent url(../images/date-header-bg.gif) repeat-x;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1px;
}
#right_footer {
	height: 29px;
	background-color: transparent;
	text-align:right;
	margin-top: 50%;
}
/* FOOTER BEREICH */
#footer {
	position: absolute;
	height: 100px;
	width: 980px;
	font-size: 0.7em;
	color: #666;
	margin-top: 5px;
	background: transparent;
}
#footer img {
	display: block;
	position: absolute;
	top: -36px;
	left: 900px;
}
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	background: transparent;	
}
/* GALLERY */
/* CATEGORY VIEW */

.jm-gallery-category-container {
	margin: 0; padding: 0;
}
h1.jm-gallery-category-header {
	
}
.jm-gallery-album-entry {
	margin: 0 10px 0 0; padding: 0;
	width: 120px;
	font-size: 0.8em;
	text-align: left;
	float: left;
	height: 160px;
}
.jm-gallery-album-entry img {
	margin: 0 0 10px 0; padding: 0;
}
.jm-gallery-list-album-metainformation {
	width: 120px;
}
/* ALBUM VIEW */
.jm-gallery-album-metainformation {
	
}
h1.jm-gallery-album-header {
	
}
.jm-gallery-album-pagebrowser {
	
}
.jm-gallery-image-collection {
	
}
.jm-gallery-image-entry {
	margin: 0 10px 10px 0; padding: 0;
	float: left;
	font-size: 0.8em;
	text-align: left;
}
.jm-gallery-image-entry img {
	margin: 0; padding: 0;
}
.jm-gallery-album-control {
	margin: 0; padding: 20px 0 0 0;
	clear: both;
}
.jm-gallery-album-footer {
	
}
/* SINGLE VIEW */
.jm-gallery-image-metainformation-top {
	
}
h1.jm-gallery-image-header {
	
}
.jm-gallery-image-browser {
	clear: both;
	margin: 0 0 5px;
	font-size: 0.8em;
	text-align: left;
}
.jm-gallery-image-footer {
	margin-top: 5px;
	padding-top: 10px;
	clear: both;
	background: transparent url(../images/date-header-bg.gif) top left repeat-x;
}
.jm-gallery-image-browser-prev {
	display: block;
	float: left;
	width: 49%;
}
.jm-gallery-image-browser-next {
	display: block;
	text-align: right;
	float: left;
	width: 49%;
}
.jm-gallery-image-single {
	
}
.jm-gallery-image-downloads {
	clear: both;
	font-size: 0.8em;
	text-align: left;
}
/* DAM DOnwload */
.tx-damdownloads-pi1 {
	font-size: 0.8em;
}
.tx-damdownloads-pi1 td {
	padding-right: 10px;
}

/* MUSIC PLAYER */
.tx-femp3player-pi1 {
	text-align: left;
	position: relative;
	left: -35px;
}
/* LITZIS ERGAENZUNG */
.labellink {
	background: url(../images/labelIcon.png) no-repeat;
	padding-left: 25px;
	padding-right: 25px;
	float:left;
	line-height:22px;
	vertical-align: middle;
}

.labellink a {
	font-size: 0.8em;
}