/* General Style Info */
body {
	background-color: #fff;
	color: #000;
	font-family: 'Arial';
	font-size:12px;
	margin:0;
	background: url(/img/bg-header.gif) top left no-repeat;		
}

h2 {
	margin: 0 0 0 0;
	color:#669900;
	font-size: 16px;	
}

p {
	margin-top:6px;
}

.clr {
	clear:both;
}

a {
	color:#000;
}
	
#header {
	position: relative;
	width:1000px;
	height:163px;
	margin-bottom:40px;
}

	#stripes {
		position: absolute;
	}


	ul#navi {
		position: absolute;
		height:29px;	
		left:266px;
		top:35px;
		list-style:none;
		margin:0;
		padding:0;
	}

		ul#navi li {
			float:left;	
		}
		
		ul#navi span {
			display:none;
		}	
		
		ul#navi a {
			display:block;
		}		

		ul#navi a:hover, ul#navi a.sel {
			background-position: 0 -29px;
		}
		
		a#navLanguage {
			width:100px;
			height:29px;
			background: url(/img/nav-languages.gif);
		}	
		
		a#navPhilosophy {
			width:113px;
			height:29px;
			background: url(/img/nav-philosophy.gif);
		}
		
		a#navReferences {
			width:111px;
			height:29px;
			background: url(/img/nav-references.gif);
		}
		
		a#navLegal {
			width:165px;
			height:29px;
			background: url(/img/nav-legal.gif);
		}		
	


.contentArea {
	position: relative;
	width:1000px;
	background: url(/img/bg-bottom-green.gif) bottom left no-repeat;
	padding-bottom:60px;
}

#referenzenContent.contentArea {
	background: url(/img/bg-bottom-red.gif) bottom left no-repeat;
}

#philosophieContent.contentArea {
	background: url(/img/bg-bottom-lilac.gif) bottom left no-repeat;
}

#impressumContent.contentArea {
	background: url(/img/bg-bottom-blue.gif) bottom left no-repeat;
}

#philosophieContent h2 {
	color: #bb01ff;
}

#referenzenContent h2 {
	color:#f80a07;
}

#impressumContent h2 {
	color:#2c94ab;	
}

#leftCol {
	width:222px;
	float:left;
	padding: 0 18px;
	margin-right:8px;
	font-size:13px;
}

	#contact {
		margin-top:40px;
	}

#content {
	width:486px;	
	float:left;
}
	.contentHeader {
		font-size:22px;
		font-weight:bold;
		color:white;
		text-align:left;
		padding-left:44px;
		height:31px;	
		padding-top:6px;	
	}	
	
		.contentHeader span {
			display:none;
		}		
	
		#languagesHeader {
			background: url(/img/header-languages.gif);
		}	
	
		#voicesHeader {
			background: url(/img/header-voices.gif);
		}
		
		#voiceActorsHeader {
			background: url(/img/header-voice-actors.gif);
		}		
		
		#voiceActorHeader {
			background: url(/img/header-voice-actor.gif);
		}	
				
		#philosophyHeader {
			background: url(/img/header-philosophy.gif);
		}		
		
		#legalHeader {
			background: url(/img/header-legal.gif);
		}	
					
		#referencesHeader {
			background: url(/img/header-references.gif);
		}	

	.contentBody {
		padding: 12px 10px;
		color:white;
		width:465px;
	}

		#philosophyBody {
			background: url(/img/bg-philosophy.gif);
		}		
		
		#legalBody {
			background: url(/img/bg-legal.gif);
		}	
					
		#referencesBody {
			background: url(/img/bg-references.gif);
		}	
		
		#referencesBody p {
			width:154px;
			float:left;
		}			

	.contentFooter {
		background: url(/img/table-footer.gif);
		height:4px;
		padding:0;
	}

	#philosophySubtext {
		margin-top:60px;
	}
	
	#voices {
		margin-top: 29px;
	}

	table.content {
		width:485px;
	}
		
	table.content tfoot td {
		background: url(/img/table-footer.gif);
		height:4px;
		padding:0;
	}		
	
	table.content td {
		padding-left:8px;
		height:18px;
		font-size:11px;
	}	
	
	table.content td.spacer {
		height:10px;
	}	
		
	.floatedList {
		background: url(/img/table-bg-green.gif);
	}
	
  .floatedList ul {
    list-style: none;
    width: 120px;
    float:left;
    padding: 0;
    margin: 0;
    width: 160px;
    padding: 12px 0;
  }
  
  .floatedList li {
    padding: 3px 0 2px 8px;
    font-size: 11px;
  } 
	
  #languagesList ul {
    width: 160px;
  }
  
  #voicesList ul {
    width: 242px;
  }  
  	
		
		#voiceActorsTable th.sub {
			height:25px;
			color:#67b007;
			font-size:10px;
			vertical-align:bottom;
			text-align: center;		
			font-weight:normal;				
		}		
		
		#voiceActorsTable th.gender {
			font-size:14px;		
			text-align: left;
			padding-left:4px;
			font-weight:bold;
		}	
		
		#voiceActorsTable td.alt {	
			background-color:#e1efcd;
			vertical-align:bottom;
			padding-bottom:2px;
		}		
		
		#voiceActorsTable td.name a {
			height:19px;
			vertical-align:bottom;
			padding-bottom:2px;
		}	
				
		#voiceActorsTable td.name a {
			color: #004a99;
			text-transform:uppercase;
		}	

		#voiceActorsTable td.location {
			height:19px;
			vertical-align:bottom;
			padding-bottom:2px;
		}	

		#voiceActorsTable td.audio {	
			text-align:center;
			border-left:1px solid white;
			padding-left:0;
			height:19px;
			vertical-align:bottom;
			padding-bottom:2px;
		}	
		
    #voiceActorsTable td.audio a {  
      display: block;
      text-indent: -9999px; 
      height: 11px;    
      float: left; 
      outline: none;
    } 
    
    #voiceActorsTable td.audio a.play {  
      width: 14px;      
      background: url(/img/audiocontrol-play.gif);
      margin-left:9px;      
    } 

    #voiceActorsTable td.audio a.stop {  
      width: 32px;      
      background: url(/img/audiocontrol-stop.gif);      
    } 

    #voiceActorsTable td.audio a.download {  
      width: 13px;      
      background: url(/img/audiocontrol-download.gif);      
    } 

    #voiceActorsTable td.audio a:hover {  
      background-position: 0 -11px;
    } 
    
#voiceActorsTable .col1 {
			width:108px;
		}
	
		#voiceActorsTable .col2 {
			width:137px;
		}		
		
		#voiceActorsTable .col3, #voiceActorsTable .col4, #voiceActorsTable .col5 {
			width:77px;
		}		
		
	#photo {
		margin-top:13px;
		width: 110px;
		height: 156px;
		float:left;
	}	
	
	.copy {
		font-size:9px;
		color:#999999;
	}

	table#personalData {
		margin-top:13px;
		float:left;
	}	
	
		table#personalData th {
			text-align: right;
			height:18px;
		}	

		#personalData td {
			padding-left:8px;
			height:18px;
		}		

		table#personalData th, #personalData td {
			height:18px;
			vertical-align: bottom;
		}		
		
		table#personalData .col1 {
			width: 78px;
		}		

		table#personalData .col2 {
			width: 190px;
		}

	#download {
		float:left;
		padding-top:16px;
		margin-left:215px;
	}
		
	#training {
		margin-top:6px;
	}
	
		#trainingHeader {
			width:80px;
			float:left;
		}		
		
		#trainingBody {
			width:390px;
			float:left;
		}
		
	ul#skills {
		margin: 26px 0 0 0;
		list-style:none;
		padding:0;
	}

	ul#skills li {
		line-height:18px;
	}
	
	ul#skills li img {
		margin-right: 3px;
	}	

#rightCol {
	width:240px;
	float:left;;
	font-size:13px;	
}

	#teaser {
		/* width:148px; */		
		/* margin-left: 90px; */
    width:198px;
		margin-left: 40px; 
	}

	#languageChooser {
		margin-left: 32px;	
	}
	
	#languageChooser h2, #voicePitchChooser h2 {
		margin-bottom: 2px;	
	} 
	
	#languageChooser select, #voicePitchChooser select {
		width:204px;
		height:20px;
		border: 1px solid #67b007;
	} 	
	
	#voicePitchChooser {
		margin-left: 32px;	
		margin-top:16px;
	}
	
	.team {
		margin-top:19px;
		margin-left:6px;
	}
	
	.team img {
		float:left;
		margin-right:6px;
	}
		
	#rightCol .first {
		margin-top:0px;
	}

	.teamBody {
		width:152px;
		float:left;
		margin-top:57px;
		font-size:10px;
	}

table, tr, td, tbody, tfoot, th {
	margin:0;
	padding:0;
	border:none;
	}

#footnote {
	margin-top:36px;
}	
#footnote .disclaimer {
	color: #666;
}
