@charset "UTF-8";

/*

Gruen: #b6c91e
Pink: #de2a83

Gruen bei Transparenz: #a7b71e
Pink bei Transparenz: #c42a76

*/

a, img, div, input { 
	behavior: url("iepngfix.htc");
}

img  {
	border-width: 0px;
}

a {
	color: #c42a76;
	text-decoration: none;
}

a:hover {
	color: #c42a76;
	text-decoration: underline;
}

div.clear {
	clear: both;
}

BODY {
	background-image: url("../../artglobal/main_bg_color.png");
	margin-top: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

div#rahmen {
	width: 1000px;
	height: 650px;
	
	margin-left: auto;
	margin-right: auto;
	
	padding-right: 1px;
	
	background-image: url("../../artglobal/main_bg.png");
}

html>body div#rahmen {
	padding-right: 0;
}

div#top {
	width: 100%;
}


div#logo {
	width: 230px;
	height: 75px;
	padding: 5px 0 0 5px;
	float: left;
}

div#background {
	width: 999px;
	height: 570px;
	float: right;
}

html>body div#background {
	width: 998px;
	margin-left: 1px;
	margin-right: 1px;
}


div#middle {
	width: 1000px;
	height: 385px;
		
	padding-top: 50px;
	margin-top: 10px;
	margin-right: -1px;
	
	float: right;
}

html>body div#middle {
	width: 998px;
	margin-right: 0;
	float: left;
}


div#submenue {
	float: left;
	width: 225px;
	font-size: 12px;
	color: #000;
}


div#collect {
	width: 750px;
	height: 450px;
	
	float: right;
	margin-right: 1px;
}

div#content {
	width: 729px;
	height: 400px;

	font-size: 12px;
	line-height: 14px;
	
	padding: 10px 10px 10px 10px;
	
	background-image: url("../../artglobal/inhalt.png");
	
	border-left: 1px solid #D8244A;
	border-bottom: 1px solid #D8244A;
	border-top: 1px solid #D8244A;
	
	float: left;
	
	overflow-x: hidden;
	overflow-y: hidden;
}

div#content_galerie{
	position: relative;

	width: 750px;
	height: 415px;
	
	background-image: url("../../artglobal/inhalt.png");
	
	border-left: 1px solid #D8244A;
	border-bottom: 1px solid #D8244A;
	border-top: 1px solid #D8244A;
	
	float: right;
	
	overflow-x: scroll;
	overflow-y: hidden;
}

div#content_video{
	position: relative;

	width: 730px;
	height: 400px;
	
	background-image: url("../../artglobal/inhalt.png");
	
	border-left: 1px solid #D8244A;
	border-bottom: 1px solid #D8244A;
	border-top: 1px solid #D8244A;
	
	float: right;
	font-size: 12px;
	padding: 10px;
	
	overflow-x: scroll;
	overflow-y: hidden;
}


div#left {
	float: left;
	width: 350px;
}

div#right {
	float: left;
	width: 300px;
	
	padding-left: 50px;
}

div#left_home {
	float: left;
	width: 450px;
}

div#left_home_showreel1,
div#left_home_showreel2 {
	width: 450px;
	height: 190px;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	display: block;
}

div#right_home {
	float: right;
	width: 190px;
}

div#note {
	width: 750px;
	text-align: right;
}

div#copyright {
	width: auto;
	
	padding: 3px 5px 3px 5px;
	margin-top: 5px;
	
	font-size: 11px;
	float: right;
	
	background-image: url("../../artglobal/inhalt.png");
	
	border-left: 1px solid #D8244A;
	border-top: 1px solid #D8244A;
	border-bottom: 1px solid #D8244A;
}

.copyright a {
	text-decoration: none;
	color: #c42a76;
}

.copyright a:hover {
	text-decoration: underline;
}

div#footer {

	position: absolute;
	
	width: 1000px;
	height: 20px;

	margin-top: -21px;
	margin-left: auto;
	margin-right: auto;
}

html>body div#footer {
	margin-top: -20px;
}

div#footer_right {
	width: 20px;
	height: 20px;
	
	background-image: url("../../artglobal/bg_ru.png");
	float: left;
}

div#footer_between {
	height: 20px;
	width: 960px;
	
	background-image: url("../../artglobal/bg_mu.png");
	
	float: left;
}

div#footer_left {
	width: 20px;
	height: 20px;
	
	background-image: url("../../artglobal/bg_lu.png");
	float: left;
}

div#referenzeintrag {
	width: 155px;
	height: 70px;
	
	background-color: #fff;
	border: 1px solid #b6c91e;
	text-align: center;
	
	padding: 5px;
	margin: 0 15px 15px 0;
	
	float: left;
}

div#videoliste {
	font-size: 12px;
	position: relative;
	height: 370px;
	width: 740px;
	margin-top: 5px;
}

div#videoeintrag {
	width: 155px;
	height: 165px;
	
	background-color: #fff;
	border: 1px solid #b6c91e;
	
	padding: 5px;
	margin: 0 15px 15px 0;
	
	float: left;
}

div#videoname {
	width: 120px;
	height: 20px;
	
	margin-top: 10px;
	
	text-align: left;
	float: left;
}

div#play {
	width: 20px;
	height: 20px;
	
	margin-top: 10px;
	
	background-color: #fff;
	text-align: center;
	
	float: right;
}
