/* CSS Document */

body {
	font-family:Lucida sans, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:#000000;
	margin:0;	
}

a {
	outline:none;
	color:#fff;
}

a:hover {
	text-decoration:line-through ;
}


h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
	margin-top:0;
}

h3.news {
	font-size:12px;
	margin-top:0;
	margin-bottom:0;
}

span.newsDate {font-weight:normal; font-size:10px; font-style:italic;}

img {
	border:none;
}

.imgLeft {
	float:left;
	margin:0 15px 10px 0;
}

.imgCenterIndex {
	display: block;
    margin-left: auto;
    margin-right: auto; 
}

.imgCenter {
	display: block;
    margin:0 auto 15px auto;
}


.imgGallery {
	float:left;
	margin:0 15px 10px 0;
}

.imgLinks {
	margin:0 0 20px 0;
}

.trennlinie {
	width:381px;
	height:20px;
	background:url(../img/layout/trennlinie.png) top left no-repeat;
	margin:15px 0;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

/* startseite */

#itunesLink {
	display:block;
	width:80px;
	height:80px;
	margin:0 auto;
	background:url(../img/content/logo_iTunes80.jpg) top left no-repeat;
}

/* News */

.textLeft {
	float:left;
	width:230px;
}

.textLeftWide {
	float:left;
}

.newsLinkLabel {
	width:70px;
	float:left;
	margin-bottom:10px;
}

/* Gallery */

.galleryImage {
	float:left;	
	margin-right:15px;
	margin-bottom:18px;
	width:80px;
	height:59px;
	overflow:hidden;
	
}


/*-------------------------- paging    --------------------------------------------*/

div.pagingWrapper {
	width:100%;
}

.pagingLabel {margin:15px 0 0 10px;float:right;}

ul.paging {
	list-style-type:none;
	margin:10px 0 0 10px;
	padding:0;
	height:20px;
	float:right;
}

ul.paging li {
	float:left;
	width:20px;
	height:18px;
	margin-right:5px;
	text-align:center;
	color:#ffffff;
	padding-top:3px;
	font-size:11px;
	border:1px solid white;
	background:#000000;
}

ul.paging li a {
	color:#ffffff;
	display:block;
	width:100%;
	height:100%;
	outline:none;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	
}

ul.paging li a:hover {
	color:#ffffff;
	display:block;
	width:100%;
	height:100%;
	text-decoration:underline;
	outline:none;
}

ul.paging li a.aktiv {
	color:#ffffff;
	text-decoration:none;
}


/* Downloads */

.LoginformContainer {
	margin-left:0px;
}

.LoginformContainer .formLabel {
	margin:10px 0 10px 0;
	width:120px;
	float:left;
	font-weight:bold;
}

.LoginformContainer form input {
	width:196px;
	height:23px;
	color:#000;
	background-color:#e0e0e0;
	border:none;
	margin-bottom:10px;
	margin-top:5px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:12px!important;
}

.LoginformContainer form input[type=submit] {
	width:200px;
	height:23px;
	color:#000;
	background-color:#e0e0e0;
	border:none;
	margin-bottom:10px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:12px!important;
}

.logout {
	float:right;
	margin-right:-120px;
	margin-top:30px;
	padding-left:20px;
	padding-right:10px;
	height:17px;
	background:url(../img/icons/user_delete.png) top left no-repeat;
	font-weight:bold;
}

.LoginformContainer .formErrorMsg {
	background-color:#990000;
	border:1px solid #FD8228;
	width:290px;
	padding:3px;
	color:#BB9301;
	margin-bottom:20px;
	color:#fff;
}
.LoginformContainer h3 {
	margin-top:0;
}

#nlAbmeldung {
	position:absolute;
	background-color:#990000;
	border:1px solid #FD8228;
	width:200px;
	padding:3px;
	color:#BB9301;
	margin-bottom:20px;
	color:#fff;
}


