@charset "utf-8";
:focus {
	outline: 0;
}


* {
	font-family: arial, verdana,  helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: normal;*/
	list-style-type: none;
}

img{
	border:0;
}

body {
	margin: 0;
	background: #000;
	text-align: center;
	overflow: scroll;
}

p {
	margin-top: 0;
}

.errMsg{
	text-align:center;
	border:2px solid #800;
	padding:15px;
	color:#F55;
	font-weight:bold;
}

.clearBoth {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

div#wrapper {
	position: relative;
	min-width: 980px;
	min-height: 432px;
	margin: 0px auto;
	text-align: center;
}

#bgImage{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	min-width: 980px;
	min-height: 432px;
	z-index: 10;
	background: #000 url('../images/bodyBG.png') no-repeat top center;
}

div#mainContainer {
	position: relative;
	z-index: 40;
	width: 980px;
	height: auto;
	text-align: left;
	margin: 0px auto 30px auto;
}

div#optionMenu {
	color: white;
	height: 32px;
	text-align: right;
	padding: 16px 0 0 0;
}

	div#optionMenu a { color: white; text-decoration: none; }
	div#optionMenu a:hover { text-decoration: underline; }

div#headArea {
	position: relative;
	top: 0px;
	left: 0px;
}

	div#headArea div#aktion {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 699px;
		height: 206px;
		z-index: 100;
		border-right: solid 1px #555;
		background: transparent url('../images/aktionBox.png') no-repeat 0px 0px;
	}
	
	div#headArea a#aktionLink {
		position: absolute;
		display: block;
		width: 301px;
		height: 204px; 
		top: 1px;
		right: 1px;
		z-index: 160;
		text-decoration: none;
	}
	
	div#headArea div#logoLink {
		position: relative;
		top: 34px;
		left: 170px;
		width: 607px;
		z-index: 150;
		/*
		border: solid 1px darkblue;
		*/
	}
	
		div#headArea div#logoLink span {
			display: block;
		}

/*
	ContentArea
*/
div#contentArea {
	position: relative;
	top: -12px;
	left: 0px;
	z-index: 160;
	margin: 0 0 0 0;
	/*
	background: darkgreen;
	*/
	
}

div#leftContent {
	position: absolute;
	top: -260px;
	z-index: 250;
	width: 260px;
	padding: 336px 0 0 0;
	background: transparent url('../images/leftActionBarBG.png') no-repeat 0px 0px;
}

/*
	LeftContent BOXES
*/
div#newsletterBox {
	margin: 10px 0 0 0;
}

	div#newsletterBoxHeader { width: 249px; height: 28px; background: transparent url('../images/newsletterBoxHeader.gif') no-repeat 0px 0px; }

	div#newsletterBoxBody { width: 249px; background: black url('../images/newsletterBodyBG.gif') repeat-y 0px 0px; }
		div#newsletterBoxBody form { margin: 0; }
		div#newsletterBoxBody input { width: 220px; margin: 0 0 7px 13px; }
	
	div#newsletterBoxFooter { width: 249px; height: 8px; background: transparent url('../images/newsletterBoxFooterBG.gif') no-repeat 0px 0px; }

div#communityBox {
	margin: 10px 0 0 0;
}
	
	div#communityBoxHeader { width: 249px; height: 28px; background: transparent url('../images/communityBoxHeader.gif') no-repeat 0px 0px; }
		
	div#communityBoxBody { width: 237px; padding: 7px 0 0 12px; background: black url('../images/communityBodyBG.gif') repeat-y 0px 0px; }
		div#communityBoxBody a {
			display: block;
			width: 111px;
			height: 44px;
			float: left;
			margin: 0 3px 3px 0;
		}
	
		div#communityBoxBody a#myspace_link { background: #fff url('../images/community_myspace.png') no-repeat 0px 0px; }
		div#communityBoxBody a#twitter_link { background: #fff url('../images/community_twitter.png') no-repeat 0px 0px; }
		div#communityBoxBody a#facebook_link { background: #fff url('../images/community_facebook.png') no-repeat 0px 0px; }
		div#communityBoxBody a#smeet_link { background: #fff url('../images/community_smeet.png') no-repeat 0px 0px; }
		div#communityBoxBody a#youtube_link { background: #fff url('../images/community_youtube.png') no-repeat 0px 0px; }
	
	div#communityBoxFooter { width: 249px; height: 8px; background: transparent url('../images/communityBoxFooterBG.gif') no-repeat 0px 0px; }
/*
	//LeftContent BOXES
*/

/*
	ContentBox
*/
div#contentBoxNewsletter {
	width: 718px;
	float: right;
	color: white;
	border: solid 1px #3c4447;
	background-color: #323232;
}

div#contentBoxNewsletter div#contentHead {
	font-size: 18px;
	margin: 0;
	padding: 0 0 0 18px;
	height: 33px;
	background: #000 url('../images/contentBoxHeaderBG.png') repeat-x 0px 0px;
}

div#contentHead img#contentHeadPicLeft {
	float: left;
}

div#contentHead img#contentHeadPicRight {
	float: right;
}

div#contentBox {
	position: relative;
	top: 12px;
	width: 718px;
	float: right;
	color: white;
	border: solid 1px #3c4447;
	background-color: #323232;
	padding:0 0 25px 0;
	margin-bottom: 30px;
}

div#contentBox div#contentHead {
	font-size: 18px;
	margin: 0;
	padding: 0 0 0 18px;
	height: 33px;
	background: #000 url('../images/contentBoxHeaderBG.png') repeat-x 0px 0px;
}

div#contentHead img#contentHeadPicLeft {
	float: left;
}

div#contentHead img#contentHeadPicRight {
	float: right;
}

div#contentWrapper {
	font-size: 12px;
	font-weight: normal;
	padding: 30px 10px 0px 10px;
	font-weight: normal;
	background: #323232 url('../images/contentBox_rt_bg.png') no-repeat top right;
}

div#contentWrapper h2 {
	font-size: 14px;
	font-weight: bold;
}

div#contentWrapper div#teaserBox {
	width: 692px;
}

div#contentWrapper div#teaserBox img.trenner {
	margin: 20px 0 20px 0;
}

/* ConentPages */
div.teaserItem {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	border-top: solid 1px #3c4447;
	border-bottom: solid 1px #3c4447;
}

div.teaserItem h2 {
	font-size: 14px;
	font-weight: bold;
	color: #00c0ff;
	margin-top: 0px;
	padding: 0px;
}

div.teaserItem img {
 	float: left;
 	margin-right: 20px;
 	width:170px;
 	height:auto;
 	!height:100%;
}

div.teaserItem p {
 	float: right;
 	width: 500px;
}

div.teaserItem p.floatLeft {
	float: left;
	width: auto;
}

div.teaserItem a.teaserLink {
	color: #00c0ff;
	text-decoration: none;
}

div.teaserItem a.teaserLink:hover {
	text-decoration: underline;
}

div.teaserItem a.datesLink {
	color: white;
	text-decoration: none;
}

div.teaserItem a.datesLink:hover {
	text-decoration: underline;
}

div#bioBox {
	margin: 0 0 20px 0;
}
div#bioBox img {
	margin: 0 20px 0 0;
	float: left;
}

div#bioBox div.bioText {
	width: 420px;
	float: left;
}

div#dateBox {}
div#dateBox div.dateItem {
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
	border-top: dotted 1px #3c4447;
	border-bottom: dotted 1px #3c4447;
}

div#dateBox div.dateItem div.dateTime {
	color: #00c0ff;
	margin: 0 0 5px 0;
} 
	
div#dateBox div.dateItem a.dateLink {
	color: white;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

div#dateBox div.dateItem a.dateLink:hover {
	text-decoration: underline;
}

div.wallpaperItem {
	width: 100%;
	margin: 10px 0 20px 0;
	padding: 10px 0 10px 0;
	border-top: solid 1px #3c4447;
	border-bottom: solid 1px #3c4447;
}

div.wallpaperItem img.wallThumb, div.wallpaperItem img.wallThumb {
	float: left;
	margin-right: 20px;
}

div.wallpaperItem div.wallText h4 {
	font-size: 13px;
	color: #00c0ff;
	margin: 0 0 5px 0;
}

div.wallpaperItem div.wallText a.wallLink {
	color: white;
	text-decoration: none;
}

div.wallpaperItem div.wallText a.wallLink:hover {
	text-decoration: underline;
}
/* //ConentPages */
/* BLOG-Style */
div.blogItem {
	width: 100%;
	height: auto;
	margin: 10px 0 20px 0;
	padding: 10px 0 10px 0;
	border-top: solid 1px #3c4447;
	border-bottom: solid 1px #3c4447;
}

div.blogItem h2 {
	font-size: 14px;
	font-weight: bold;
	color: #00c0ff;
	margin: 0px;
	padding: 0px;
}

div.blogItem h3 {
	font-size: 12px;
	font-weight: normal;
	color: #00c0ff;
	margin-top: 0px;
	padding: 0px;
}

div.blogItem p {
	font-weight: normal;
	color: white;
}

ul#galList a.inactive{
	height:15px;
	overflow:hidden;
}
/* //BLOG-Style */
/* GB-Style */

div.gbItem {
	width: 100%;
	height: auto;
	margin: 10px 0 20px 0;
	padding: 10px 0 10px 0;
	border-top: solid 1px #3c4447;
	border-bottom: solid 1px #3c4447;
}

div.gbItem h2 {
	font-size: 14px;
	font-weight: bold;
	color: #00c0ff;
	margin: 0px;
	padding: 0px;
}

div.gbItem h3 {
	font-size: 12px;
	font-weight: normal;
	color: #00c0ff;
	margin-top: 0px;
	padding: 0px;
}

div.gbItem p {
	font-weight: normal;
	color: white;
}

div#gbFormHolder{
	background-color:#323232;
	border:2px solid #424242;
}

div#gbFormHolder form label, div#gbFormHolder form input,  div#gbFormHolder form textarea {
	display: block;
	margin-left: 0;
}

div#gbFormHolder form input {
	margin: 0 0 10px 0;
}

div#gbFormHolder table tr td{
	width:230px;
	padding:15px 0 10px 30px;
}
/* //GB-Style */
/*
	//ContentBox
*/
/*
	//ContentArea
*/


/*
	//Gallery-Controls
*/


#controls{
	position:absolute;
	top:346px;
	left:12px;
}

.pages{
	display:inline;
	padding:3px;
	cursor:pointer;
}

/*
	//kontakt
*/

#contactForm table{
	margin: 0 0 0 25px;
}

#contactForm h2{
	color:#00C0FF;
	margin:0;
	padding:0;
}

#contactForm label{
	width:130px;
	display:block;
	margin:5px 0 0 0;
	float:left;
}

#contactForm input{
	margin:5px 0 0 0;
	width:150px;
}

#contactForm table tr td{
	vertical-align:top;
	padding:0 25px 25px 0;
}

#contactForm textarea{
	width:280px;
	height:100px;
	margin:5px 0 0 0;
}

#contactForm .formpart{
	border-top:1px solid #999;
	padding:15px 0 0 0;
}
#contactForm #sonstiges{
	width:96%;
}

#contactForm #contactFormSubmit{
	border:2px solid #222;
	width:220px;
	height:30px;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}