*{
margin:0;
padding:0;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.left, .alignleft {
	float: left;
}
.right, .alignright {
	float: right;
}
table {
	background-color: #fff;
}

/* Main Content */
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
// background:#000 url(images/body_bg.gif) repeat-x;
background:#000 repeat-x;
}


/*
*  General Style Info
*/

a{
color: rgb(212,255,0);
text-decoration:none;
outline:none;
}
a:hover{
text-decoration:none;
}

a img{
border:none;
}

.size-thumbnail {
	margin-right: 10px;
}

h2,h3{ font-weight:normal; }

h2 {	font-size:170%; }

h3 { font-size:150%;	}

em { font-size: 12px;}

li em { font-size: 10px;}

h2{ margin:0.5em 0; }

/*li {
list-style-image: url("images/arrow.gif");
}*/

/*
*  Layout
*/

#noscript {
	margin-top: 20px;
	width:100%;
	text-align:center;
}

#popup {
	border: 5px solid #fff;
	display:none;
}

#container {
	position:relative;
	width:780px;
	margin:0 auto;
	background: url(images/f-back.png) repeat-y;
}

#header{
	position:relative;
	padding:0;
	height:122px;
	width: 780px;
	background:#333 url(images/header.png) no-repeat;
}

#cLoading { 
	position:absolute;
	top:5px;
	background:url(images/loader.gif) center top no-repeat; 
	width: 100%;
	height: 19px;
	display:none;  
}

#response {
	display:none;
	font-weight: bold;
}

#content{
	width:780px;
	padding:0;
	/*background:#fff url(images/showbox.png) no-repeat;*/
}

#content p {
	padding-bottom: 15px;
	
}

#content h3, #footer h3 {
	padding-bottom: 10px;	
}

.hide{
	display: none;	
}

/*
 * showBox
 */
#showBox{
	background: url(images/c-back.png) repeat-y center;
}


#showController{
	
}

#showController li{
	float:left;
	display:block;
}

#menu {
	height: 60px;
	background:#fff url(images/m-back.png) no-repeat;
}

#menu li{
	margin-top: 15px;
	height: 26px;
	line-height: 24px;
	font-size:130%;
	margin-left:12px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	width:135px;
	cursor: pointer;
	float:left;
}

#menu li a{
	color: #fff;
	font-weight: bold;
}

#menu li{
	color:#fff;
	background:transparent url(images/sb-bg.png) no-repeat bottom;
}


#menu li:hover, #menu li.selected{
	color:#fff;
	background:transparent url(images/sb-bg.png) no-repeat top;
}


#showContent{
	padding: 0 30px 0 30px; /*oben rechts unten links */
	background: url(images/c-back.png) repeat-y center;
}

#cbot {
	width: 780px;
	height: 30px;
	background: url(images/c-bot.png) no-repeat center;
}

#showGal{
	position: relative;
	width: 700px;
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#showCopyright{
	width: 400px;
	text-align: center;
	margin: 5px auto;
	font-size: 80%;
}

#galleryContent{
	/*width:700px;*/
	/*padding: 15px 20px 10px 13px;*/ /*oben rechts unten links */
}


#flyerBox{
	
	width: 340px;
	margin-right: 15px;	
	float:left;
}

#flyerController{
	position: absolute;
	width:100px;
	height: 17px;
	margin-top: 2px;
	margin-left: 120px;
	background-color: #fff;
	text-align:center;
}

#flyerController a{
	margin-top:5px;
	line-height: 15px;
	text-decoration: none;
	background-color: #fff;	
	color: #666;	
}

.fade {
  position: relative;
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
}

.cLinkFront {
	display: none;
}
.cFlyerBack {
	position: absolute;
	display: none;
}

span.cLine{
	color: #757575;
}


/*
 *  Footer
 */

#footer {
    color: #fff;
    background: url(images/f-back.png) repeat-y;
    padding: 10px 10px 60px 20px;
}

#footer p {
	font-size:90%;
}

#footer p a{
	color:#c0c25b;
}

#footer h4 {
	font-size: 1em;
	padding: 10px 0;
}

#footer div {
  width: 240px;
  float: left;
  margin: 10px 0;
}

#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0 5px;
}

#footer ul li{
	font-style: italic;
	padding: 0;
	margin: 0 0 0 1px;
}


/* Formulare */

#cForm {
	float: left;
}

#cImpress {
	float: right;
	width: 350px;
	height: 350px;
	margin-left: 15px;
	padding-left: 20px;
	border-left: 2px dotted grey;
}

fieldset {
  border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:300px;
}

legend {
	width:194px;
	height:30px;
	color:#fff;
	font-size:2em;
	padding-left:0.5em;
	background: transparent url("images/legend_bg.gif") no-repeat;
	position:relative;
	top:-1em;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-1px;
	white-space:pre; /* hack: make sure */
	display: none;
}

label {
	margin: 0;
	padding:0.2em;
	margin-top:0.3em;
	text-align:right;
	width:80px;
	float: left;
	font-weight: bold;
	/*text-transform:uppercase;*/
}

label.error {
	color: orange;
	margin-top:0.1em;
	font-size: 80%;
	float: left;
	font-weight:normal;
	text-align: left;
	padding-left: 90px;
	width: 100%;
}
  
#textfield {
	font-weight: bold;
	color:#fff ;
	margin:3px;
	height:16px;
	border:0;
	border-bottom: 1px dashed #fff;
	padding: 2px 5px;
	background: #9B9B9B;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:187px;
}

input#textfield { background: #9B9B9B; }

textarea {
	font-weight: bold;
	color:#fff ;
	margin:3px;
	height:100px;
	border:solid 0 #fff;
	padding: 0 8px;
	background: #9B9B9B;
	width:180px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:180px;
}

fieldset>textarea { background: #9B9B9B; }

.submit {
	margin:3px;
	background:#fff;
	height:20px;
	border:solid 0 #fff;
	width:80px;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	text-transform:uppercase;
 }
 
 /* POPUP */
 
 #backgroundPopup{  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:100%;  
 width:100%;  
 top:0;  
 left:0;  
 background:#000000;  
 border:1px solid #cecece;  
 z-index:1;  
 }  
 #popupContact{  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:384px;  
 width:408px;  
 background:#FFFFFF;  
 border:2px solid #cecece;  
 z-index:2;  
 padding:12px;  
 font-size:13px;  
 }  
 #popupContact h1{  
 text-align:left;  
 color:#6FA5FD;  
 font-size:22px;  
 font-weight:700;  
 border-bottom:1px dotted #D3D3D3;  
 padding-bottom:2px;  
 margin-bottom:20px;  
 }  
 #popupContactClose{  
 font-size:14px;  
 line-height:14px;  
 right:6px;  
 top:4px;  
 position:absolute;  
 color:#6fa5fd;  
 font-weight:700;  
 display:block;  
 }  
