*{
	/*margin:0;
	padding:0;*/
}


body {
	font-family: Times New Roman,Times,serif;
	background: #bcbbbb url('./layout/blackjacklogo30.gif') repeat 0 0;
	background-attachment: fixed;
}



#carrier {
    position    :   relative;
    margin      :   30px auto;
    width       :   1024px;
	
} 


.content{
	/*background: #de9f0b url('./layout/verlauf.jpg') repeat-y 0 0;	*/
	background: #545454; /* Old browsers */
	background: -moz-linear-gradient(left,  #545454 0%, #bcbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#545454), color-stop(100%,#bcbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #545454 0%,#bcbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #545454 0%,#bcbbbb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #545454 0%,#bcbbbb 100%); /* IE10+ */
	background: linear-gradient(to right,  #545454 0%,#bcbbbb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#bcbbbb',GradientType=1 ); /* IE6-9 */
	border: 1px solid #545454;
	/*padding-bottom: 4em;*/
	min-height: 700px;
	
}





.termine{
	font-size: 0.8em;
}


.einzug{
	margin-left: 135px;
}




h1 { 
	font-variant: small-caps;
	font-size: 1.9em;
	margin: 100px 0 3em 90px;
	letter-spacing: 0.12em;
	font-weight: normal;
	font-family: Times New Roman,Times,serif;
}





h2{ 
	font-variant: small-caps;
	font-size: 1.9em;
	margin: 60px 0 2em 0px;
	text-align: center;
	letter-spacing: 0.12em;
	font-weight: normal;
	font-family: Times New Roman,Times,serif;
	
}

hg { 
	font-size: 1em;
	margin: 400px 0 3em 120px;
	letter-spacing: 0.12em;
	font-weight: normal;
	font-family: Times New Roman,Times,serif;
}


p{ 
	font-size: 1.5em;
	letter-spacing: 0.07em;
	font-family: times new roman,times,serife;
	padding-left: 120px;
	/*padding-right: 120px;*/
	/*text-align: justify;*/
	
}



.member{
   height:   320px;
   padding-left: 120px;
}

.member img{
float:left;

}

.member p{
float:left;
vertical-align: bottom;
padding-left: 10px;

}

.logo {
background-image: url(./layout/blackjacklogo.jpg);
width: 500px;
height: 21px;
padding: 4px 0 0 0;
}



/* Galerie +++++++++++++++++++++++++++++++++++++++*/





 .player {
    position: absolute;
    height: 40px;
    width: 865px;
    left: 80px;
    z-index: 12000;
    top: 500px;
}


 .bild {
    width: 735px;
    position: relative;
    margin: 0px auto;
    margin-top: 50px;
}


img {border:10px;}


.p1, .p2 {
float: left;
}

.player a{
	color: #000;
}
.player a:hover{
	color: #DE9F0B;
}

.player i{
	font-size: 4em;
}

.p2 {
float: right;
}



/* Navi +++++++++++++++++++++++++++++++++++++++*/


#navi {
	width		:	100%;
	height		:	38px;
	/*left		:	0;*/
	position: relative;
	margin: 0 auto;
	/*border-top: 1px solid #F9EBCE;	/*
	border: 1px solid #ff00ff;
	
	/*z-index: 20;*/
	background-image: url('./layout/linkleiste3.jpg');	
}



#navi ul  {
	list-style: none;
	margin:0 auto;

	

  }


#navi ul li {
   float: left;
    margin: 0; padding: 0;
  }


 #navi ul a {
    width: 0.8em;
    line-height: 38px;
    margin: 0; 
    padding: 0.1em 0.4em;
    text-decoration: none; font-weight: bold;
    font-size:130%;
    color:#000000;
    font-style:bold;
  }


 #navi ul a:hover{
     background-color: #de9f06;
  }




.footer{
	background-color: #545454;
	position: relative;
	height: 40px;
	
}


.footer a{
	text-decoration: none; font-weight: bold;
	color: #000;
	line-height: 40px;
	float: right;
	font-size: 1.5em;
	margin-right:20px;
}
.footer a:hover{
	color: #fff;
	text-decoration: underline; font-weight: bold;
	}