/* #### TAGS #### */

BODY {
	margin: 0 0 100px 0;
	padding: 0;
	background: #f00;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	/**/
	scrollbar-arrow-color: #666;
	scrollbarBaseColor: #fff;
	scrollbar-track-color: #eee;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #666;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-shadow-color: #666;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A {
	font-weight: bold;
	color: #f00;
}
A:HOVER {
	text-decoration: none;
	color: #333;
}

H1 {
	margin: 2px;
	padding: 0;
	font-size: 14px;
	/*font-variant: small-caps;*/
}

H2 {
	margin: 0;
	padding: 4px 0 10px 0;
	font-size: 14px;
	font-variant: small-caps;
}

H3 {
	margin: 0 0 0 2px;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
}

HR {
	height: 0;
	border: 1px solid #CCC;
}

P {
	margin: 3px 5px 10px 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
}

P A {
	font-weight: normal;
	text-decoration: none;
}

UL, LI {
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

FORM {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

/* #### CLASSES #### */

/* ### box ### */
.box {
	margin: 10px 0 0 0;
	background-color: #fff;
	/*text-align:justify;*/
	clear: both;
}
.box .titlebar {
	padding-left: 6px;
	background: #eee;
}
.box .content {
	margin: 0 0 7px 0;
	padding: 8px;
}
.box .footer {
	margin: 0 5px;
	padding: 2px 5px;
	text-align: right;
	font-size: 10px;
	color: #999;
	border-top: 1px solid #ccc;
}
	.box .footer A {
		color: #999;
		text-decoration: none;
	}
	.box .footer A:HOVER{
		color: #f00;
	}

.error {
	color: #f00;
}
.info {
	color: #000;
}
.small {
	font-size: 9px;
}

.floatLeft {
	margin-right: 10px;
	float: left;
}

.floatRight {
	margin-left: 10px;
	float: right;
}


/* ### smallbox ### */

.smallbox {
	margin: 3px 10px 0 3px;
	padding: 10px 8px 0 8px;
	border: 1px solid #999;
	background-color: #f5f5f5;
	width: auto;
}
.description {
	margin: 3px;
	padding: 0 8px;
	border: 0;
	/*text-align:justify;*/
	float: right;
	width: 430px;
}

/* ### input ### */
.inpText {
	padding: 1px 2px;
	background-color: #eee;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #999;
	width: 200px;
}
.inpTextActive {
	padding: 1px 2px;
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #999;
	width: 200px;
}
.inpButton {
	background-color: #fff;
	color: #f00;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #f00;
	width: 200px;
}

.smallbox .inpText, .smallbox .inpTextActive, .smallbox .inpButton {
	width: 100px;
}

.highlight {
	font-weight: bold;
	background-color: #fff;
}
.notAvailable {
	font-style: italic;
}
/* ### ROWS (Results) ### */

.rowHeader {
	background-color: #ccc;
	color: #000;
	font-weight: bold;
}
	.rowHeader TD {
		border-bottom: 1px solid #666;
		padding-bottom: 3px;
	}

.rowRootitem {
	background-color: #ddd;
	color: #333;
	font-weight: bold;
}
	.rowRootitem TD {
		padding: 3px;
		border-top: 1px solid #ccc;		
	}
	.rowRootitem .RootTitleAddition {
		font-weight: normal;
	}
	.rowRootitem .RootOriginalTitle {
		font-weight: normal;
		font-style: italic;
	}

.rowVersion {
	background: #f0f0f0;
}
	.rowVersion .rowIcon {
		background-image: url(../glob_img/arrow_right.gif);
		background-repeat: no-repeat;
		background-position: 2px 1px;
	}
	.rowVersion .VersionTitle {
		color: #000;
	}

.rowVersionActive {
	background: #efefef;
}

	.rowVersionActive A {
		font-weight: bold;
	}

	.rowVersionActive .rowIcon {
		background-image: url(../glob_img/arrow_down.gif);
		background-repeat: no-repeat;
		background-position: 2px 0;
	}
	.rowVersionActive .VersionTitle {
		color: #000;
	}
	
.rowVersionOver {
	background: #fff;
}

	.rowVersionOver .rowIcon {
		background-image: url(../glob_img/arrow_down.gif);
		background-repeat: no-repeat;
		background-position: 2px 0;
	}

.rowVersionDetails {
	border-top: 1px solid #ccc;
	height: 0;
}

.rowVersionDetailsActive {
	border: none;
	height: 200px;
}
	.rowVersionDetailsActive TD {
		height: 200px;
	}

.rowFooter {
	background: #ccc;
	font-weight: bold;
	height: 20px;
}
	.rowFooter TD {
		padding-top: 3px;
		border-top: 1px solid #666;
	}
	.rowFooter A {
		padding: 2px 4px;
		font-weight: bold;
		background: #fff;
	}
	
	
	
.newMoviesIn {
	padding: 10px 0 5px 0;
	font-weight: bold;
}

.image {
	margin: 5px 10px 10px 5px;
	float: left;
	border: 1px solid #f00;
}
	

/* Fernverleih Buttons */
A .fernverleihButton {
	background: #ccc;
	border: 1px solid #aaa;
}
A:HOVER .fernverleihButton {
	background: #f00;
}

/* Medium Icons */
.mediumIcon {
	margin: 1px 1px;
	border: 1px solid #000;
}
/* Language Icons */
.languageIcon {
	padding: 2px 1px;
}

/* Cover */
.cover {
	border: 1px solid #999;
}

/* Copyright */
.copyright {
	margin: 0 8px;
	text-align: right;
	font-size: 9px;
	color: #999;
}
.copyright A {
	text-decoration: none;
	color: #999;
}

/* #### IDS #### */

#frame {
	margin: 0;
	margin-right: auto;
	margin-left: auto; 
	padding: 0 0 50px 0;
	text-align: left;
	width: 715px;
}

#top {
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: #f00;
}
#top .content {
	border: none;
}

#navigation {
	margin: 15px 0 0 0;
	padding: 0;
	clear: both;
	height: 18px;
	width: 100%;
	overflow: hidden;
}

#navigation A {
	padding: 2px 16px 0 17px;
	color: #000;
	display: block;
	text-align: center;
	background-color: #eee;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #999;
	border-style: solid solid none none;
	float: left;
	height: 14px;
}
#navigation A.special, #navigation A.special:hover {
	color: #e07a00;
}
#navigation A:HOVER, #navigation .active {
	background-color: #fff;
	color: #f00;
}
#navigation .active {
	border-bottom: 1px solid #fff;
}

#main {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

TABLE A {
	text-decoration: none;
	font-weight: normal;
}
TABLE IFRAME {
	margin: 0 0 10px 0;
	border: 1px solid #666;
	border-style: none solid solid solid;
	width: 690px;
	height: 100%;
}


#details .coverImage {
	float: right;
	margin: 5px;
	padding: 0;
}

#details .DVDSpecials {
	padding: 0 10px;
}

#details .RootDescription {
	padding: 0 10px;
}
#details .VersionDescription {
	padding: 0 10px;
}

#loadingAni {
	/*height: 500px;*/
}

#preloadImages {
	display: none;
	background-image: url(../glob_img/loadingAni.gif);
}

/* NEWS */

.news LI {
	padding: 5px 0 0 0;
	background: #eee;
	border: 1px solid #ddd;
}

.news LI STRONG {
	color: #f00;
}

.news .active {
	background: #efefef;
}
