/*
Copyright (c) 2008, 
http://www.nomoresleep.net
*/

@import url("changes.css");

a{
	color: #737373;
	text-decoration: none;
}
a:active, a:hover{
	color: #000;
}
body{
	background-color: #fff;
}
button, input, textarea {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	color: #000;
	font-size-adjust: none;
	font-family: Arial, Verdana, Lucida Grande, Tahoma, "Time New Roman";
	font-size: 1em;
	font-variant: normal;
	font-weight:normal;	
	margin: 0px 0px 6px 0px;
	padding: 5px 3px 5px 3px;
	width: 100%;
}
button{
	width: auto;
}
button, input#submit{
	width: auto;
}
input[type='checkbox'],input.checkbox{
	width: auto;
}
input:hover, textarea:hover, input:focus, textarea:focus {
	border: 1px solid #000;
}
label {
	display: block;
	margin: 0px 0px 6px 0px;
}
textarea {
	height: 150px;
}
#clientLogin{
	margin: 2em 0px 0px 0px;
}
#clientLogin input, #clientLogin textarea{
	width: 200px;
}
#content{
	float: left;
	margin: 1px 0px 0px 0px;
	width: 816px;
}
.error{
	color: #ff0000;
	margin: 0px 0px 1em 0px;
}
#footer{
	border-top: 1px solid #e9e9e9;
	clear: both;
	color: #737373;
	height: 46px;
	font-size: 0.9em;
	position: relative;
	z-index: 6;
}
#footer img{
	left: 0px;
	position: absolute;
	top: 40px;
}
#footer #intern{
	background-color: #f3f3f3;
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
}
#footer #intern li{
	float: left;
	width: auto;
}
#footer #intern li a{
	display: block;
	padding: 10px 10px 10px 10px;

}
#footer #intern li a:hover{
	background-color: #000;
	color: #fff;
}
#footer #intern #copyright{
	color: #808080;
	float: right;
	padding: 10px 10px 10px 10px;
}
#footer #intern #copyright a{
	color: #aaa;
	display: inline;
	padding: 0px 0px 0px 0px;
}
#footer #intern #copyright a:hover{
	background-color: transparent;
	color: #000;
}

#footer #imprint{
	line-height: 26px;
	position: absolute;
	right: 0px;
	top: 40px;
}

#footer #places{
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
	padding: 1em 0px 1em 10px;
}
#footer #places li{
	float: left;
	width: 33%;
}
#footer #places div {
	display: inline;
}
#header{
	width: 977px;
	z-index: 1000;
}
#header h1 {

}
#header h1 a{
	display: block;
	height: 100%;
	width: 100%;
}
#header h1 span{
	display: none;
}
#mainContent{
	background-color: #fff;
	float: left;
	width: 815px;
}
#mainContent .image, #mainContent .text, #mainContent .video, #mainContent #overview{
	float: right;
	position: relative;
	text-align: center;
	width: 710px;
}
#mainContent .video{
	float: left;
	width: 700px;
	padding: 2px 0px 0px 0px;
	text-align: left;
}
#mainContent #overview{
	float: left;
	min-height: 525px;
	padding: 2px 0px 0px 0px;
	width: 816px;
}
#mainContent .image{
	padding: 2px 0px 0px 0px;
	width: 700px;
}
#mainContent .image img{
}
#mainContent .image .info, #mainContent .video .info{
	background-image: url('../images/aw_ag-image_info-hg.png');
	display: none;
	left: 0px;
	margin: 0px 5px 0px 0px;
	padding: 10px 10px 13px 10px;
	position: absolute;
	text-align: left;
	top: 0px;
	width: 680px;
}
#mainContent .image .info .download a{
	color: #000;
	display: block;
	margin: 1em 0px 0px 0px;
}
#mainContent .imageWrapper{
	display: block;
	height: 77px;
	left: 0px;
	position: absolute;
	top: 2px;
	width: 700px;
	z-index: 99;
}
#mainContent .image ol li a{
	color: #000;
}
#mainContent .image .slide{
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 1;
}
#mainContent .image .info li .print span{
	display: none;
}
#mainContent .image #paging{
	left: 0px;
	height: 525px;
	margin: 2px 0px 0px 5px;
	position: absolute;
	text-align: left;
	top: 0px;
	position: absolute;
	width: 700px;
	z-index: 98;
}
#mainContent .image #paging span, #mainContent .video span{
	display: none;
}
#mainContent .image #paging .prev, #mainContent .image #paging .next,
#mainContent .video .prev, #mainContent .video .next{
	display: block;
	height: 525px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 350px;
}
#mainContent .video .prev, #mainContent .video .next{
	left: 40px;
	top: 235px;
	height: 54px;
	width: 50px;
	z-index: 100;
}
#mainContent .image #paging .next{
	left: 350px;
}
#mainContent .video .next{
	left: 610px !important; 
}
#mainContent .image #paging .prev:hover, #mainContent .image #paging  .next:hover {
	background-color: transparent;
	background-image: url('../images/photo-prev.png');
	background-position: center;
	background-repeat: no-repeat;
}
#mainContent .image #paging .next:hover {
	background-image: url('../images/photo-next.png');
}
#mainContent .video .prev:hover, #mainContent .video .next:hover {
	background-color: transparent;
	background-image: url('../images/video-prev.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
#mainContent .video .next:hover {
	background-image: url('../images/video-next.gif');
	background-position: right center;
}
#mainContent .text{
	background-color: #fff;
	background-image: none;
	min-height: 525px;
	margin: 0px 5px 0px 0px;
/*
	overflow: auto;
	overflow-x: auto;
*/
	padding: 23px 10px 5px 10px;
	text-align: left;
	width: 680px;
}

#mainContent .text h3{
	font-weight: bold;
	margin: 0px 0px 1em 0px;
}
#mainContent .text h4{
	font-weight: bold;
}
#mainContent .text p, #mainContent .text .post{
	margin: 0px 0px 2em 0px;
}
#mainContent .text .post p{
	margin: 0px 0px 0px 0px;
}
#mainContent .vcard, #mainContent #newsletterText{
	float: left;
	padding: 0px 10% 0px 0px;
	width: 39%;
}
#mainContent .vcard .adr{
	margin: 1em 0px 1em 0px;
}
#mainContent #form{
	float: left;
	padding: 0px 5% 0px 0px;
	width: 45%;
}
#mainContent #form strong{
	display: block;
	margin: 0px 0px 1em 0px;
}
#mainContent .vcardWrapper{
	margin: 0px 0px 2em 0px;
}
#mainContent #grid, #mainContent .gridbutton{
	background-color: #fff;
	/* background-image: url('../images/aw_ag-grid-hg.gif'); */
	padding: 0px 0px 2px 0px;
	position: absolute;
	text-align: center;
	width: 110px;
}
#mainContent .gridbutton{
	height: 50px;
	line-height: 50px;
	padding: 2px 0px 0px 0px;
	position: relative;
	width: 105px;
}
#mainContent #grid li, #mainContent .gridbutton li{
	display: block;
	float: left;
	height: 50px;
	padding: 0px 0px 5px 5px;
	width: 50px;
}
#mainContent #grid li a, #mainContent .gridbutton li a{
	background-color: #E9E9E9;
	display: block;
	height: 50px;
	width: 50px;
}
#mainContent .gridbutton li a{
	width: 105px;
}
#mainContent .gridbutton li.news a{
	width: 50px;
}
#mainContent .gridbutton li a:hover, #mainContent .gridbutton li a.select {
	background-color: #000;
	color: #fff;
}
#mainContent #grid li img{
	height: 50px;
	width: 50px;
}
#mainContent #overview li{
	float: left;
	min-height: 197px;
	margin: 0px 5px;
	padding: 0px 0px 18px 0px;
	overflow: hidden;
	text-align: left;
	width: 262px;
}
#mainContent #overview li .wrapper{
	background-image: url(../images/aw_ag-scroller-load.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-bottom: 1px solid #e9e9e9;
	height: 197px;
	overflow: hidden;
}
#mainContent #overview li .wrapper a{
	background-color: #fff;
	color: #000;
	display: none;
	height: 197px;
	overflow: hidden;
	position: relative;
	width: 262px;
}
#mainContent #overview li .wrapper a .overWrapper{
	background-color: #fff;
	color: #000;
	display: block;
	height: 197px;
	width: auto;
}
#mainContent #overview li  .wrapper a img{
	height: 197px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: auto;
}
#mainContent #overview li .content{
	background-color: #e6e6e6;
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 5px 3px 5px; 
}
#mainContent #overview li .content a:hover{
	border-bottom: 1px solid #000;
}
#mainContent #overview li .content h3{
	font-weight: bold;
}
#mainContent #overview li .content h3 a{
}
#mainContent #scroller{
	height: 470px;	
	position: relative;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
	width: 110px;
}
.videoSite #mainContent #scroller{
	height: 277px;
	padding: 0px 0px 0px 5px;
}
#overlay{
	background-color: #fff;
	background-position: center 41px;
	background-repeat: no-repeat;
	display: none;
	height: 100%;
	position: absolute;
	top: 130px;
	width: 978px;
	z-index: 10000;
}
#overlay #close{
	background-image: url('../images/aw-banner-close.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	height: 22px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 22px;
}
#subNavigation{
	float: left;
	margin: 3px 0px 0px 0px;
	width: 162px;
}
#subNavigation ol{
	display: none;
}
#subNavigation .secondStageElement a{
	background-color: #e6e6e6;
	background-image: url('../images/aw_ag-navi-drop.png');
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9d9d9;
	color: #737373;
	display: block;
	font-size: 0.9em;
	padding: 2px 5px 2px 10px;
	text-decoration: none;
}
#subNavigation .secondStageElement a:hover, #subNavigation .secondStageSelect a{
	background-color: #000;
	background-image: url('../images/aw_ag-navi-drop-hover.png');
	color: #fff;
}
#subNavigation .thirdStageElement a{
	background: none;
	border-bottom: 1px solid #e9e9e9;
	color: #737373;
	display: block;
	font-size: 0.9em;
	padding: 2px 5px 2px 10px;
	text-decoration: none;
}
#subNavigation .thirdStageElement a:hover, #subNavigation .thirdStageSelect a{
	background-color: #000000;
	background-image: none;
	color: #fff;
}
#subNavigation .loginmessage{
	margin: 2em 0px 0px 0px;
}
#subNavigation .loginmessage li{
	background-color: #F3F3F3;
	border-bottom: 1px solid #e9e9e9;
	font-size: 0.9em;
	padding: 2px 5px 2px 10px;
}
#subNavigation .loginmessage li.logout{
	border-top: 1px solid #e9e9e9;
	margin: 2em 0px 0px 0px;
}

#subNavigation #list-directors li a{
	background-image: none;
	background-color: #fff;
	border-bottom: 2px solid #e9e9e9;
	color: #999;
	font-family: Georgia, 'Times New Roman', Serif;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	text-align: center;
	text-transform: uppercase;
	width: 157px;
}
#subNavigation #list-directors li a span{
	display: block;
	font-size: 10px;
}
#subNavigation #list-directors li a:hover, #subNavigation #list-directors li.secondStageSelect a{
	color: #000;
	border-bottom: 2px solid #000;
}
#subNavigation #list-directors li a:hover span{
	color: #999;
}


.archive{
	margin-bottom: 18px !important;
}
.archive .archiveEntry h3{
	margin: 0px !important;
	text-transform: uppercase;
}
.archive .archiveEntry small{
	line-height: 15px;
}
.archive .archiveEntry small strong{
	text-transform: uppercase;
}
.archive .archiveEntry{
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 290px;
}
.archive .archiveImage{
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	width: 50px;
}
.archive .archiveImage a{
	display: block;
	height: 50px;
	width: 50px;
}
.archive .archiveWrapper{
	border-bottom: 1px solid #e9e9e9;
	clear: both;
	display: block;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
	width: 360px;
}

.videoSite #mainContent{
	font-family: Georgia, 'Times New Roman', Serif;
}
.videoSite #mainContent #video{
	margin: 0px 0px 5px 0px;
	position: relative;
}
.videoSite #videoInfo{
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 10px 10px;
	width: 105px;
}
.videoSite #videoInfo li{
	border-bottom: 2px solid #e9e9e9;
	font-size: 10px;
	line-height: 14px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	text-transform: uppercase;
}
#mainContent .video #thumbs{
	margin: 0px 0px 10px 0px;
}
#mainContent .video #thumbs li{
	float: left;
	font-size: 10px;
	line-height: 12px;
	margin: 0px 5px 0px 0px;
	width: 50px;
}
#mainContent .video #thumbs li img{
	height: auto;
	width: 50px;
}
#mainContent .video #thumbs li p{
	border-bottom: 2px solid #000;
	padding: 3px 0px 5px 0px;
	text-align: center;
}
#areaNav{
	background-color: #fff;
}