@charset "utf-8";

body {
	color:#333333;
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	font-size: 11px;
}
textarea {
	font-size: 11px;
}
img {
	border:0px;
}
a,a:link {
	color: #999999;
	text-decoration:none;
}
a:active {
	color:#333333;
	text-decoration:none;
}
a:hovers
{
	text-decoration:underline;
}

.topbanner {
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-width: 1px;
	background-image: url(../images/livskildetop.jpg);
	background-repeat: no-repeat;
	height: 178px;
}
.maincontentdiv {
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	min-height: 390px;
	/* height: 450px; */
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
.menudiv {
	width: 125px;
	float: left;
	top: 50px;
}
.menuspacerdiv {
	height: 40px;
}
.menuleft {
	float: left;
}
.menuline1px {
	background-color: #CCCCCC;
	float: right;
	width: 1px;
	height: 200px;
}
.contentdiv {
	width: 570px;
	float: right;
}
.copydiv {
	width: 726px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.bannerdiv {
	width: 500px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#blog_div h2{
	display: inline;
	font-size: 18px;
	font-weight: bold;
}

#blog_div h3{
	display: inline;
	font-size: 14px;
}

#blog_comments h2, h3 {
	display:inline;	
}

#blog_comments input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.blog_info {
	font-size: 10px;
}


/******************
 * Admin specific *
 ******************/

.loadorderdiv {
	position:absolute;
	top:100px;
	left:200px;
	width:600px;
	height:450px;
	visibility:hidden;
	display:none;
	background-color: #ffffff;
	border: 1px solid #666666;
	padding: 3px;
}

.header {
	background-color: #a6b8d0;
}
.even {
	background-color: #f4f5f7;
}
.odd {
	background-color: #dddddd;
}
.redbold {
	font-weight:bold;
	color:#cc0000;
}

/******************
 *   End ADMIN	  *
 ******************/
#frontpage_top {
	clear: both;
}
#frontpage_blog {
	float: right;
	width: 50%;
	margin-top: 80px;
}
