
img, div { behavior: url(iepngfix.htc) }

body {  
	padding: 0;
	margin: 0;
	background: #000 url(images/background.jpg) no-repeat center top;
	}
	
/* hide from ie on mac \*/
	
	#flashcontent { height: 100%; width: 100%;}
	
/* end hide */

#header {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	height: 80px;
	}

#header a.home {
	position: relative;
	float: left;
	top: 55px;
	left: 10px;
	}	
	
#header a.fotografie {
	position: relative;
	float: right;
	top: 40px;
	right: 190px;
	}
	
#header a.videografie {
	position: relative;
	float: right;
	top: 40px;
	right: 130px;
	}
	
#header a.contact {
	position: relative;
	float: right;
	top: 45px;
	right: 65px;
	}
	
#header a { font: bold 14px arial; color: #000; text-decoration: none; }
#header a:hover { font: bold 14px arial; color: #999; text-decoration: none; }		

#header img { border: 0; }

#content {
	margin: 8px auto;
	width: 950px;
	height: 550px;
	background: url(images/trans80.png); 
	border: 1px solid white;
	}

#left { 
	float: left; 
	width: 450px; 
	height: 530px; 
	margin: 10px; 
	font: 9px arial;
	color: #999;}

#left p { 
	width: 400px; 
	text-align: justify; 
	font: bold 12px arial;
	color: #999; 
	padding-left: 40px;
	}
	
#left h1 { font: bold 14px arial; color: #fff; text-indent: 70px; padding-top: 9px;}
#left a { font: bold 12px arial; color: #666; text-decoration: none;}
#left a:hover { font: bold 12px arial; color: #fff;}
#left li { padding-bottom: 1em;}

#right { 
	float: right; 
	width: 450px; 
	height: 530px; 
	margin: 10px;
	border: 1px solid white;
	}

#left form { position: relative; top: 20px; left: 45px; }

#left table.form td.left {
	text-align: left;
	width: 140px;
	font: bold 11px arial;
	color: #999;
	}

#left input.input {
	width: 240px;
	background: #000;
	border: 1px solid white;
	font: bold 11px arial;
	color: #fff;
	}

#left input.button {
	font: bold 11px arial;
	color: #fff;
	background: #000;
	border: 1px solid white;
	}

#left textarea {
	width: 385px;
	height: 140px;
	background: #000;
	border: 1px solid white;
	font: 11px arial;
	color: #fff;
	}