/* text css */
h1{color:#FFFFFF; margin-top:0px;font-family:Tahoma, Verdana, Arial; font-size:24px;}
h2{color:#FFFFFF; margin-top:0px;font-family:Tahoma, Verdana, Arial; font-size:18px;}
h3{color:#FFFFFF; margin-top:0px;font-family:Tahoma, Verdana, Arial; font-size:12px;}
h4{color:#FFFFFF; margin-top:0px;font-family:Tahoma, Verdana, Arial; font-size:10px;}

/* layout and menu css */
html {height:100%}


body {
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	color:#FFFFFF;
	background-color: #FFFFFF;
	border: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.small {font-size:9px; color:#FFFFFF;}
.normal {font-size:11px; color:#FFFFFF;}
.datum  {font-size:9px; color:#990000;}

/*page layout stuff */

#holder {
	position:absolute;
	visibility:visible;
	width:1000px;
	height:auto;
	left: 50%;
	top: 5px;
	margin-left: -500px;
}
#main {
	top:0px;
	visibility:visible;
	width:1000px;
	height: 750px;
	position: absolute;
	z-index:2;
	left: 0px;
}
#shows-tekst{

	top: 120px;
	visibility:visible;
	width: 500px;
	
	position: absolute;
	z-index:20;
	left: 15px;
}
#top {
	visibility:visible;
	top:0px;
	left:0px;
	width:1000px;
	height:126px;
	z-index:10;
	background-image: url(../template/gfx/a_top_bkg.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
#wrapper1 {
	visibility:visible;
	width:1000px;
	background-color: transparent;
	margin: 0px;
	padding:0px;
	height: 498px;
	position: absolute;
	top: 125px;
	left: 0px;
	margin-left: 0px;
}
#wrapper2 {
	visibility:visible;
	width:1000px;
	height: 499px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 0px;
	z-index: 1;
	left: 0px;
	
}
#animation1 {
	visibility:visible;
	width:1000px;
	height: 499px;
	overflow-y: hidden;
	overflow-x: hidden;
	position: absolute;
	top: 0px;
	z-index: 1;
	left: 0px;
	
}
#edit-ico {
	position:absolute;
	visibility:visible;
	width:64px;
	height:38px;
	z-index:20;
	left: 935px;
	top: 81px;
}
#content_shows{/*wrapper for the content on the beurzen page*/

	
}
#title{ /*title for jobpage only*/
	width:960px;
	height: 120px;
	float: left;
	padding-left: 0px;
	margin-left: 20px;
	z-index: 6;
}
#content_holder{/*wrapper for the title, content-right and content-left*/
	width:960px;
	background-color: transparent; 
	position:absolute;
	top:135px;
	left:20px;
	
}

#content-right {
	float:right;
	background-color: transparent;
	visibility:visible;
	width:470px;/* was 185*/
	padding-left:0px;/* was 15px;*/
	padding-top: 0px;
	margin-right: 0px;/* was 10px;*/
	height:370px;
	overflow-x: hidden;
	padding-right: 20px;
	z-index: 5;
	
}
* html #rightcolumn { padding-left:0px;	margin-right:10px;	width:275px;}
#content-left {
	float:left;
	padding-left:20px;
	visibility:visible;
	width:470px;
	height:370px;
	overflow-x: hidden;
	z-index: 5;
}
* html #leftcolumn {width:228px; }

#


#active {	position:absolute;	visibility:visible;	width:93px;	height:25px;	z-index:11;	left: 567px;	top: 3px;}
#active div.title {font-size:10px;font-family:Verdana, Arial, Helvetica, sans-serif;color:#0033CC;font-weight:bold;}
#active div.normal {font-size:10px;font-family:Verdana, Arial, Helvetica, sans-serif;color:#009900;font-weight:normal;}
#active div.small {font-size:8px;font-family:Verdana, Arial, Helvetica, sans-serif;color:#999999;font-weight:normal;}

#bottom {
	visibility:visible;
	width:1000px;
	height:125px;
	z-index:5;
	background-image: url(../template/gfx/a_bottom_bkg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 623px;
	/*float: left;*/
	/*position: relative;*/
}
.inputbox{
	background-color:#CCCCCC;
	font-size:9px;
	height:12px;
	border-width:thin;
	border-color:#333333;
	border-style:solid;
	
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
