/*
 * Main Stylesheed BREM.nl
 **************************
 * Created April 5th 2007
 * Main.css
 * 
 * 
 */

html {
	height:						100%;
	width:						100%;
}

body {
	background-image:			url("img/bgcolor.png");
	background-color:			#94b23a;
	font-family:				"Lucida Grande", Verdana, Trebuchet, sans-serif;
	font-size:					10pt;
	height:						100%;
	margin:						0px;
	padding:					0px;
	width:						100%;
}

/* MAIN Grounds */

.Background {
	background-image:			url("img/bgbar.png");
	background-repeat:			repeat-x;
	background-position:		bottom center;
	padding:					0px;
	height:						100%;
	width:						100%;
}

.Main {
	background-image:			url("img/brem-logo 21-04-2008.png");
	background-repeat:			no-repeat;
	background-position:		bottom center;
	padding:					0px;
	height:						100%;
	width:						100%;
}
.Header {
	bottom:						105px;
	height:						48px;
	padding:					0px;
	position:					absolute;
	width:						100%;
}
.Playground {
	
}

/* MENU */

.Dock {
	text-align:					center;
	position:					absolute;
}
.IconHolder {
	text-align:					center;
	position:					absolute;
}
.DockText {
	color:						black;
	display:					none;
	font-family:				Helvetica;
	font-size:					10pt;
	font-weight:				bold;
	position:					absolute;
	top:						54px;
}

.Icon {
	background-repeat:			no-repeat;
	display:					block;
	float:						left;
	height:						48px;
	margin-left:				2px;
	margin-right:				2px;
	width:						48px;
}

/* DRAG LAYERS */
.Draglayer {
	background-color:			white;
	border:						1px solid #e6eecc;
	display:					none;
	padding-right:				6px;
	padding-bottom:				6px;
	padding:					10px;
	position:					absolute;
	left:						80px;
	top:						80px;
	overflow:					auto;
}
.Headerlayer {
	background-color:			#f1ffc8;
	border-bottom:				1px solid black;
	padding:					3px;
}
.Textlayer {
	overflow:					auto;
	width:						100%;
	height:						100%;
}

/* REPEATING USE */

.Clear {
	clear:						both;
}

a {
	color:						green;
	text-decoration:			none;
}
ul {
	list-style-type:			square;
	margin-top:					0px;
	padding-left:				15px;
}
img {
	border:						1px solid black;
	float:						left;
	margin-right:				5px;
	margin-bottom:				5px;
}
h3 {
	color:						black;
	margin-top:					10px;
	margin-bottom:				10px;
}
.TextDate {
	color:						#999;
	font-size:					8pt;
	font-weight:				bold;
}
.NewsItem {
	border-bottom:				1px solid #666;
	padding-bottom:				10px;
	margin-bottom:				10px;
}

.BRem {
	background-image:			url("img/brem.png");
	background-repeat:			no-repeat;
	height:						15px;
	left:						226px;
	position:					absolute;
	top:						115px;
	width:						52px;
}
