*
{
	margin:0px;
	padding:0px;
	border:none;
	color:#e5e5e5;
	font-family:verdana;
	font-size:11px;
}
*:focus
{
	outline-style: none;
}
.grey_text
{
	color: #808080;
}
.playlist_img
{
	position:relative;
	width:50px;
	height:38px;
}
a
{
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
body 
{
	background-color:#000000;
	visibility:hidden;
	width:1015px;
	height:577px;
}
#topbar
{
	position:fixed;
	top:0px;
	left:0px;
	height:60px;
	width:980px;
	background-color:#000000;
	z-index:2;
}

#bottomBar
{
	position:fixed;
	bottom:0px;
	left:0px;
	height:39px;
	width:980px;
	background-color:#000000;
	z-index:2;
}
#canvas
{
	position:absolute;
	top:0px;
	left:0px;
	height:500px;
	width: 980px;
	background-color:#000000;
	z-index:1;
}
#main_viewer
{
	position:absolute;
	top:0px;
	left:0px;
	height:500px;
	width: 889px;
	background-color:red;
}
#logo
{
	position:absolute;
	top:4px;
	left:0px;
}
.menu
{
	margin-right: 12px;
}

.menu_activePage
{
	color:#ed7926;
	margin-right: 12px;
}
a:hover
{
	color:#ed7926;
}
#menu
{
	position:absolute;
	top:37px;
	left:58px;
}
#webdesign
{
	position:fixed;
	bottom:4px;
	right:3px;
	z-index:0;
}


/* fotografi
 * 
 */

#imageTitle
{
	position:absolute;
	left:768px;
	color: #808080;
	font-weight:bold;
}

#imageText
{
	position:absolute;
	left:768px;
	top:22px;
	color: #808080;
}
 /*viewer*/
#imageTitle_viewer
{
	position:absolute;
	top:37px;
	left:58px;
	color:#808080;
	font-weight:bold;
}

#imageTitles
{
	position:absolute;
	top:37px;
	left:58px;
	color: #808080;
}

#imageText_viewer
{
	position:absolute;
	left:768px;
	top:392px;
}
#controller
{
	position:absolute;
	left:808px;
	bottom:5px;
	width:172px;
	height:21px;
	background-color:#000000;
}
#control_prev
{
	position:absolute;
	left:0px;
	top:3px;
	cursor:pointer;
	width:19px;
	height:19px;
}
#control_play_pause
{
	position:absolute;
	left:25px;
	top:3px;
	width:19px;
	height:19px;
	cursor:pointer;
}
#control_next
{
	position:absolute;
	left:50px;
	top:3px;
	width:19px;
	height:19px;
	cursor:pointer;
}
#control_speed
{
	position:absolute;
	left:76px;
	top:2px;
}
#control_speed_num
{
	position:absolute;
	left:142px;
	top:3px;
	width:5px;
	height:7px;
}
#control_slider_bar
{
	position:absolute;
	left:74px;
	top:16px;
	width:72px;
	height:3px;
	border:solid 1px #000000;
	cursor:pointer;
}
#control_slider
{
	position:absolute;
	left:90px;
	top:14px;
	width:9px;
	height:9px;
	cursor:pointer;
}
/*
#control_sec
{
	position:absolute;
	left:166px;
	top:10px;
}
*/
#control_close
{
	position:absolute;
	right:0px;
	top:3px;
	width:19px;
	height:19px;
	cursor:pointer;
}
#topLine
{
	position:absolute;
	left:50px;
	top:33px;
	width:930px;
	height:1px;
	background-color:#332009;
}

#bottomLine
{
	position:absolute;
	top:0px;
	width:980px;
	height:1px;
	background-color:#332009;
}
.portfolioText
{
	font-size:11px;
	color:#999999;
}
#portfolioBar
{
	position:absolute;
	top:23px;
	left:0px;
	height:16px;
	width:980px;
	z-index:2;
}
#portfolioBarBg
{
	background-image:url("../grafik/portfolio_bar.png");
	background-repeat:no-repeat;
	z-index:-1;
}

#portfolioButton
{
	position:absolute;
	top:0px;
	right:0px;
	height:16px;
	width:92px;
	background-image:url("../grafik/portfolio_button.png");
}

#portfolioAdd_Remove
{
	position:absolute;
	left:4px;
	top:5px;
	width:8px;
	height:8px;
}
#portfolioLink
{
	position:absolute;
	left:22px;
	top:1px;
}

