@font-face {
 font-family: Myriad;
 src: url("font/MyriadPro_Regular.ttf"); /* TTF for CSS3 */
}
@font-face {
 font-family: Myriad Bold;
 src: url("font/MyriadPro_Semibold.ttf"); /* TTF for CSS3 */
}

*{
	font-family: Myriad, Helvetica;
	color: #9f9d99;
}

body{
	background: #d1d1d1 url('img/bg.jpg') repeat-x;
	
	margin: 0px;
	padding: 0px;
}

input[type="text"]{
	border: 1px solid #d1d1d1;
}

ul{
	margin: 0;
	padding: 0;
}

ul li{
	margin: 0;
	padding: 0;
}

td{
	font-size: 12px;
}

h1 a, h2 a, h3 a, h4 a{
	text-decoration: none;
	color: #dc4043;
}

strong{
	font-weight: bold;
}

a.toplink{
	color: #fff;
}

#header{
	height: 130px;
	width: 926px;
	
	background: transparent url('img/logo.png') no-repeat left center;
	
	margin: 0 auto;
}

#header h1{
	display: none;
	opacity: 0;
}

#header #review h1, #review h1{
	display: block;
	opacity: 1;
	
	color: #cbcbcb;
	
	font-size: 16px;
	font-family: Times;
	font-weight: normal;
	margin-top: 60px;
	
	text-shadow: 0 1px #ffffff;
}

#header #review small, #review small{
	font-size: 10px;
	text-shadow: 0 1px #ffffff;
	color: #c3c3c3;
	
}

#header #review, #review{
	float: right;
	text-align: right;
}

#container{
	width: 927px;
	min-height: 446px;
	
	margin: 0 auto;
	padding: 22px;
	overflow: auto;
	
	background-color: #fff;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0 4px 3px #c2c2c2;
	-webkit-box-shadow: 0 4px 3px #c2c2c2;
	box-shadow: 0 4px 3px #c2c2c2;
	
	z-index: 999;
}

#content{
	float: right;
	margin-top: -47px;
	width: 711px;
	color: #dc4043;
}

#content b{
	font-family: Myriad Bold;
	color: #6f6d69;
}

#content p{
	font-size: 13px;
	margin: 0 0 15px 0;
}

#content h1{
	font-size: 21px;
	font-weight: normal;
	color: #dc4043;
	margin-bottom: 10px;
	padding: 0;
}

#content h2{
	font-size: 16px;
	font-weight: normal;
	color: #dc4043;
	margin: 0;
	padding: 0;
}

#content ul li{
	padding: 0px;
	margin: 15px;
	font-size: 14px;
}

#menu{
	margin: 0;
	padding: 0;
	
	padding-right: 22px;
	width: 194px;
	
	float: left;
	
	height: auto;
}

#menu ul{
	background-color: #ececec;
	
	list-style: none;
	line-height: 13px;
	
	color: #7a766f;
	text-shadow: #fff 1px 1px 0;
	
	margin: 0 0 22px 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0 1px 0 #c2c2c2;
	-webkit-box-shadow: 0 1px 0 #c2c2c2;
	box-shadow: 0 1px 0 #c2c2c2;
}

#menu ul li a{
	color: #7a766f;
	text-shadow: #fff 0 1px 0;
	text-decoration: none;
}

#menu ul li{
	font-size: 13px;
	padding: 11px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

#menu ul li:nth-child(odd){
	border-top: 0px;
	border-bottom: 0px;
	
	background-color: #f0f0f0;
}


#facebook{
	position: absolute;
	z-index: 999;
	
	cursor: pointer; 
	
	width: 33px;
	height: 72px;
	
	left: 50%;
	margin-top: 22px;
	margin-left: 486px;
	
	background: url('img/facebook.png') no-repeat -7px center;
	
	-webkit-transition: background-position 0.1s ease-in-out;
	-moz-transition: background-position 0.1s ease-in-out;
}

#facebook:hover{
	background-position: -3px center;
}



#top{
	width:184px;

	height: 26px;
    padding: 5px;
    margin-bottom: 11px;
	
	background: #bc1417 url('img/cellpic.png') repeat-x;
    z-index: 2;
   
    position: relative;
    
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#top ul{
    float:left;
    display:block;
    
    position: absolute;

}   

#top ul li{
	position: relative;
    text-align: left;
    display:block;
    float:left;
}
    


    
#top li li, #top li li a{
    height:0px;
    
    zoom: 1;
    color: rgba(255,255,255,0);
    text-decoration: none;
    
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    }
	
	
.toplink{
	font-size: 18px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	text-decoration: none;
}

.toplink img{
	text-align: right;
}

#top li:hover li{
	margin: 20px 0;
}

#top li:hover li a{
	text-decoration: none;
	color: #fff;
}

#top li:hover .toplink img{
	opacity: 1;
	
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
}

#top li li a:hover{
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
}

#top ul ul{
	background: #bc1417;
	
	 width: 194px;
	 margin-left: -5px;
	 padding-bottom: 6px;
	 
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}   

.toplink img{
	opacity: 0.7;
	margin-right: 0px;
	-webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

#menu2, #menu3{
	display: none;
}



.box{
	width: 334px;
	margin: 5px;
	float: left;
}

.box2{
	width: 334px;
	margin: 5px;
}

form#kontaktformular, .box, .box2{
	padding:5px;
	background: rgba(159, 157, 153, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	margin-bottom: 5px;
}

form#kontaktformular label { width:100px; height:22px; margin-top:5px; display:block; float:left; }
form#kontaktformular .eingabe { width:248px; height:20px; margin-top:5px; border:1px #c4c4c4 solid; float:left; }
form#kontaktformular .checkbox { margin-top:5px; float:left; }
form#kontaktformular textarea { width:248px; height:98px; border:1px #c4c4c4 solid; margin-top:5px; font-family:arial; font-size:12px; float:left;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-bottom: 5px;}
 
form#kontaktformular input.button { -webkit-border-radius: 5px;-moz-border-radius: 5px;border-bottom: 5px;height: 23px; width: 98px; margin-top:10px;  margin-left: 252px; background:#FFF; border:1px #c4c4c4 solid; }
form#kontaktformular br { clear:both; }
form#kontaktformular input{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-bottom: 5px;
}

label{
	font-size: 13px;
	font-family: Myriad;
}

fieldset{
	border: 0;
}

#gesichtbild{
	float: right;
}

.left{
	float: left;
	width: 489px;
	margin-right: 22px;
}

#footer{
	width: 930px;
	text-align: right;
	margin-left: -465px;
	left: 50%;
	position: relative;
	font-size: 12px;
	margin-top: 22px;
	text-shadow: 0 1px 1px #fff;
}



#zitate{
	position: absolute;
	left: 50%;
	top: 17px;
	margin-left: 93px;
	width: 390px;
	height: 95px;
	
	
	border: 1px solid rgba(160,160,160,0.1);
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	box-shadow:inset 0 0 10px rgba(160,160,160,0.1), 0 0 1px #fff;
	-webkit-box-shadow:inset 0 0 10px rgba(160,160,160,0.1), 0 0 1px #fff;
	-moz-box-shadow:inset 0 0 10px rgba(160,160,160,0.1), 0 0 1px #fff;
	

}


.zitat{
	font-family: Times;
	font-style: italic;
	font-size: 14px;
	text-align: right;
}
	
.zitat-name{
	font-size: 10px;
	float: right;
}




#player {
 padding-top: 6px;
 }
#output{
    display:block;
    width:480px;
    height:220px;
    background-color:#CCC;
    color:#000;
    padding:6px;
}
 
#output {width:350px; height:200px; background-color:#CCC;}
#output ul, li{list-style:none;}
hgroup{list-style:none;}


#pic2, #pic3, #pic4, #pic5{
	display: none;
}
