* { margin: 0; padding: 0; }

body {
	background-color: #FFFFFF;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #737373;
}

#logo {
	margin-top: 16px;
	float: left;
	width: 700px;
	height: 150px;
	margin-left: 10%;
}

#logo img {
	padding-right: 20px;
}

#menu {
	float: right;
	text-align: right;
	width: 20%;
}

#menu a, a:visited {
	color: #333333;
	text-decoration: none;
}
#menu a:hover { color: #43A9FF; text-decoration: underline; }

#menu ul {
	list-style: none;
	font-size: 1px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#menu ul li {
	display: inline;
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
	padding-left: 15px;
}

#concept {
	background-image: url(images/concept.png);
	height: 70px;
	width: 157px;
	float: right;
	margin-right: 30px;
	background-repeat: no-repeat;
}

#columns {
	padding-top: 10px;
}

#rbaner {
	margin-left: 2px;
	margin-bottom: 20px;
}

#lmenupic {
	height: 57px;
	width: 138px;
	margin-left: 30px;
	margin-bottom: 10px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
}	
	
#htmlpages {
	height: 160px;
	width: 560px;
}

#htmblogpic {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#htmblogpic a:link {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
}

#htmblogpic a:visited {
	text-decoration: none;
	color: #333333;
}

#htmblogpic a:hover {
	color: #43A9FF;
	text-decoration: underline;
}

#htmblogpic .pic1 {
	background-image: url(images/htmpic_1.png);
	height: 160px;
	width: 112px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#htmblogpic .pic2 {
	background-image: url(images/htmpic_2.png);
	height: 160px;
	width: 112px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#htmblogpic .pic3 {
	background-image: url(images/htmpic_3.png);
	height: 160px;
	width: 112px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#htmblogpic .pic4 {
	background-image: url(images/htmpic_4.png);
	height: 160px;
	width: 112px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#htmblogpic .pic5 {
	background-image: url(images/htmpic_5.png);
	height: 160px;
	width: 112px;
	background-repeat: no-repeat;
	background-position: right bottom;
}


#blogstart {
	height: 39px;
	width: 530px;
	background-image: url(images/blog.png);
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#RSS {
	height: 20px;
	width: 70px;
	text-align: left;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	float: left;
	margin-left: 400px;
}

#RSSimg {
	height: 20px;
	width: 20px;
	float: right;
	margin-top: 10px;
	margin-right: 25px;
	background-image: url(images/rss.png);
	background-repeat: no-repeat;
}


#content {
	width: 560px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#content .entry {
	margin-bottom: 10px;
}

#content .entry a, a:visited {
	text-decoration: none;
	color: #43A9FF;
}

#content .entry a:hover {
	text-decoration: underline;
	color: #333333;
}

#content .entry h1 {
	color: #43A9FF;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}

#content .entry h1.archive {
	font-size: 19pt;
}

#content .entry p {
	color: #333333;
	font-family: Verdana;
	font-size: 8pt;
	text-align: justify;
	padding-bottom: 5px;
	margin-top: 5px;
}

#content .entry .info {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #737373;
	margin-top: 20px;
	margin-bottom: 50px;
}

#content .entry .info p.infoleft {
	width: 40%;
	float: left;
	font-size: 7pt;
	border-bottom: none;
}

#content .entry .info p.inforight {
	width: 40%;
	float: right;
	font-size: 7pt;
	border-bottom: none;
	text-align: right;
}

#cirklb {
	height: 230px;
	width: 183px;
	background-image: url(images/cirklb.png);
	background-repeat: no-repeat;
}

#searchimage {
	height: 113px;
	width: 185px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

#sidebar {
	float: right;
	width: 1000px;
}

#sidebar #sidebar1 {
	float: left;
	padding: 0px 10px;
	width: 190px;
}

#sidebar #sidebar1 a, a:visited {
	color: #333333;
	text-decoration: none;
}

#sidebar #sidebar1 a:hover {
	color: #43A9FF;
	text-decoration: underline;
}

#sidebar #sidebar2 {
	float: right;
	width: 180px;
}

#sidebar #sidebar2 a, a:visited {
	color: #333333;
	text-decoration: none;
}

#sidebar #sidebar2 a:hover {
	color: #43A9FF;
	text-decoration: underline;
}

#sidebar #sidebar1 h2, #sidebar #sidebar2 h2 {
	color: #333333;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
}

#sidebar #sidebar2 p {
	text-align: justify;
	color: #333333;
	font-family: Verdana;
	font-size: 7pt;
}

#sidebar #sidebar1 ul, #sidebar #sidebar2 ul {
	list-style: none;
	font-size: 1px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#sidebar #sidebar1 ul li, #sidebar #sidebar2 ul li {
	color: #333333;
	font-family: Verdana;
	font-size: 7pt;
}

#sidebar #sidebar1 .advertising, #sidebar #sidebar2 .advertising {
	margin-bottom: 10px;
	margin-left: 10px;
}

#sidebar #sidebar1 .advertising, #sidebar #sidebar2 .advertisingimg {
	height: 97px;
	width: 110px;
	margin-left: 30px;
	background-image: url(images/advertising.png);
	background-repeat: no-repeat;
}

#footer {
	color: #7D7D7D;
	font-family: Verdana;
	font-size: 7pt;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 70px;
}

#footer a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#footer a:hover {
	color: #43A9FF;
	text-decoration: underline;
}

#sidebar #sidebar1 .searchbox #s, #sidebar #sidebar2 .searchbox #s {
	width: 130px;
	border: 1px solid #737373;
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
	padding: 2%;
	margin: 10px 0px;
	background:transparent none repeat scroll 0 0;
	color:#666666;
	font-family:Tahoma;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:auto;
	line-height:normal;
	padding: 6px 10px 5px;
}

#sidebar #sidebar1 .searchbox #x, #sidebar #sidebar2 .searchbox #x {
	display: none;
}

.tagcloud {
	font-family: Tahoma;
	font-weight: normal;
}

/* Wordpress required */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* If logo isn't hardcoded */

h1.logo1, h1.logo1 a, h1.logo1 a:visited, h1.logo1 a:hover {
	color: #43A9FF;
	font-weight: normal;
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	font-style: normal;
	font-size: 50px;
	line-height: 1.2em;
}

p.logo1 {
	color: #FFFFFF;
	font-size: 7pt;
	font-family: tahoma;
}
