@charset "UTF-8";


/*
Type: CSS Document 2+
Title: Portalbizz stylesheet
Author: Mike van der Ent
Company: QRCommunicatie
Date: 17 May 2010
Description: The stylesheet document for the portalbizz website
*/


/* Basic settings */

body,html { margin:0px;padding:0px;background:url(../../../images/portalbizz/mainbg.jpg) no-repeat left top; }
div,li,ul,span,p { margin:0px;padding:0px; }

a img { border:0px; }
a { outline:none; }


/* Wrappers */

#topwrapper {
	height:154px;
	width:1120px;
	background:url(../../../images/portalbizz/topbg.jpg) no-repeat top right;
	position:relative;
}

#contentwrapper {
	margin-left:120px;
	width:1000px;
}

#newswrapper {
	background:#008fc3 url(../../../images/portalbizz/newsbg.jpg) no-repeat right top;
	height:240px;
	width:1000px;
}

#footerwrapper {
	background:url(../../../images/portalbizz/footerbg.jpg) no-repeat;
	height:60px;
	width:1000px;
	margin-left:120px;
	position:relative;
}


/* Topstyling */

.logo {
	display:block;
	position:absolute;
	left:70px;
	top:28px;
	text-indent:-99999px;
	height:99px;
	width:473px;
	background:url(../../../images/portalbizz/logo.jpg) no-repeat left top;
}

#topmenu {
	position:absolute;
	top:100px;
	height:30px;
	width:490px;
	right:0px;
}

.menu li {list-style:none;display:inline; }
.menu li a {
	display:block;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-decoration:none;
	margin-left:32px;
}

.menu li a:hover {color:#008fc3;}


/* Content */

#left {
float:left;
width:300px;
background:url(../../../images/portalbizz/infoleft.jpg) no-repeat top left;
min-height:200px;
padding-top:70px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:20px;
}

#right {
float:left;
margin-left:30px;
margin-top:28px;
width:600px;
 font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size:12px;
}

.txtfield { width:270px;border:1px solid #999;padding:6px;}
.buttons { background:#008fc3;color:#fff;padding:6px;border:0px;}
.buttons:hover { cursor:pointer;}

.newsfeed {
	width:280px;
}

.newsfeed li { list-style:none;padding-left:20px}

.newsfeed li a { color:#fff; font-family:Geneva, Arial, Helvetica, sans-serif;text-decoration:none;}
.newsfeed li a small { color:#000;font-size:10px;}

.newsfeed li a:hover,.newsfeed li a:hover small { color:#88b3c3;}

/* Footer */

#footerlinks {
	position:absolute;
	left:300px;
	top:20px;
}

#footerlinks ul li { list-style:none;display:inline;}

#qrclink { 
	position:absolute;
	width:94px;
	right:0px;
	top:24px;
}

