/*  
	Theme Name: MBK Assistans
	Author: Pontus Carlsson
	Author URI: http://pontuscarlsson.se/
	Version: 1.0
	.
	Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
	http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
	.
*/

body{
	background: #0f3f6f url('images/bg.jpg') no-repeat center top;
}

a{
	color: inherit;
	text-decoration: none;
}

.rubrik{
	font-family: trebuchet ms;
	font-size: 24px;
}
.ingress{
	font-family: trebuchet ms;
	font-size: 14px;
	line-height: 18px;
}
.brodtext{
	font-family: arial;
	font-size: 12px;
}

div#wrapper2{
	width: 901px;
	margin: 0px auto 0 auto;
	padding: 0px 0 0 0;
	overflow: hidden;
}

div#wrappermain{
	float: left;
	width: 100%;
	background: url('images/main.png') repeat-y;
}

div#wrapperend{
	float: left;
	width: 100%;
	height: 10px;
	background: url('images/main_footer.png') no-repeat;
}

div#wrapper{
	float: left;
	width: 865px;
	margin-left: 18px;
}

div#header{
	float: left;
	width: 100%;
}

div#logotype{
	float: left;
	height: 80px;
	width: 150px;
	background: url('images/logotype.png') no-repeat;
}

div#menubar{
	float: right;
	margin-top: 17px;
	height: 43px;
	width: 671px;
	background: url('images/menu.png');
	font-size: 14px;
	font-weight: bold;
	font-family: trebuchet ms;
}	#menubar ul{
		margin-left: 1px;
	}	#menubar li{
			float: left;
			display: inline;
			list-style-type: none;
			margin-top: 1px;
			padding-top: 13px;
			padding-bottom: 14px;
		}	#menubar a{
				height: 100%;
				padding-top: 12px;
				padding-bottom: 12px;
				padding-left: 15px;
				padding-right: 15px;
			}	#menubar ul li ul{
					display: none;
				}	#menubar, #menubar a, #menubar a:hover, #menubar a:active, #menubar a:visited{
						color: #ffffff;
						text-decoration: none;
					}	#menubar a:hover{
							background: #e2001a;
						}

div#date{
	float: right;
	margin-top: 16px;
	margin-right: 15px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}

div#container{
	float: left;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}

div#col-left{
	float: left;
	width: 622px;
	overflow: hidden;
	min-height: 365px;
}
div#col-right{
	float: right;
	width: 225px;
	overflow: hidden;
}
div#footer{
	float: left;
	height: 104px;
	width: 622px;
	background: url('images/footer.png');
	font-family: trebuchet ms;
	font-weight: 14px;
}

td{
	vertical-align: top;
	background-repeat: no-repeat;
	background-attachment: centre top;
}
div#footer td{
	vertical-align: middle;
}

div#content li{
	list-style-type: disc;
	margin-left: 15px;
}

.mar-top{
	margin-top: 15px;
}

.entry-title{
	margin-top: 30px;
	font-family: trebuchet ms;
	font-size: 24px;
	margin-bottom: 20px;
}
.entry-content{
	margin-top: 6px;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
}
.entry-content a, .entry-content a:hover, .entry-content a:visited, .entry-content a:active{
	color: blue;
	text-decoration: underline;
}
div#footer .entry-content a, div#footer .entry-content a:hover, div#footer .entry-content a:visited, div#footer .entry-content a:active{
	color: #000000;
	text-decoration: none;
}
.widget-title{
	font-family: trebuchet ms; font-size: 17px; font-weight: normal;
	margin-bottom: 20px;
}

.news-title{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.news-date{
	font-family: arial;
	font-size: 10px;
}
.news-content, .widget-area, .earlier{
	font-family: arial;
	font-size: 12px;
	line-height: 15px;
}
.news-content a{
	text-decoration: underline;
}
.news-link:hover .news-title{
	text-decoration: underline;
}

.h-spacer{
	float: left;
	height: 2px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url('images/h-spacer.png') repeat-x;
}
img.alignleft {
margin: 0px 10px 10px 0px;
padding: 0px;
display: inline;
float: left;
}
img.alignright {
margin: 0px 0px 10px 10px;
padding: 0px;
display: inline;
float: left;
}

.vvqbox, .vvqbox *{
	text-align: left;
}
