/************************* RESET **********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

/************************* HTML BODY **********************/

html {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

body {
	background: #fff url(../images/bg_body.jpg) fixed;
	color: #363636;
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right: 20px;
	overflow:hidden;
	width:50px;
	height: 50px;
	border:none;
	text-indent:-999px;
	background:url(../images/bg_gif.gif) no-repeat -620px -180px;
	z-index: 5000;
}

#toTopHover {
	background:url(../images/bg_gif.gif) no-repeat -620px -230px;
	width: 50px;
	height: 50px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/************************* STRUCTURE **********************/

#Outerheader {
	background: #000 url(../images/bg_header.png) repeat-x left top;
	height: 180px;
	margin: 0 0 40px 0;
	overflow: hidden;
	width: 100%;
}
	#header {
		height: 180px;
		margin: 0 auto;
		width: 940px;
	}
	
#container {
	margin: 0 auto;
	padding: 0 0 0 65px;
	width: 895px;
}

	#contentContainer,
	.boxContainer {
		background: url(../images/bg_outerContainer.png);
		float: left;
		margin: 0 10px 0 0;
		padding: 5px;
	}

	.boxContainer {
		margin: 0 0 10px 0;
	}
	
		#content {
			background: #fafafa;
			border: 5px #fff solid;
			float: left;
			padding: 35px;
			width: 500px;
		}
		
			#content span.highlight {
				color: #47a12b;
				font: bold 12px/18px Arial, Helvetica, sans-serif;
			}
		
		.content404,
		.MyPage {
			min-height: 700px;	
		}
			
			.MyPage h2 {
				border-bottom: 1px #e6e6e6 solid;
				padding: 0 0 5px 0;
			}
		
			.MyPage img.michael {
				margin: 0 0 100px 20px;
			}
			
			#content h1.portfolio {
				clear: none;
				float: left;
				margin-top: 3px;
			}
		
		div.sidebarTabs ul.tabNavigation {list-style: none; float: left; margin: 0 0 -5px 5px; padding: 0; position: relative; z-index: 10; /*background: url(../images/bg_outerContainer.png);*/}
		div.sidebarTabs ul.tabNavigation li {float: left;}
		div.sidebarTabs ul.tabNavigation li a {display: block; padding: 7px; margin: 3px 3px -2px 0; font-size: 11px; color: #666; background: #fafafa; border: 0;}
		div.sidebarTabs ul.tabNavigation li a.selected {color: #fff; background: #000; padding: 10px; margin: 0 3px 0 0;}
				
		.sidebarBox {
			background: #101010;
			border: 5px #000 solid;
			color: #909090;
			float: left;
			font-size: 10px;
			padding: 15px 10px;
			width: 250px;
		}
					
			.sidebarBox a,
			.sidebarBox a:visited,
			.sidebarBox a:focus {
				border: 0;
				color: #ccc;
				font-size: 11px;
				text-decoration: underline;
			}

			.sidebarBox a:hover,
			.sidebarBox a:visited:hover {
				color: #fff;
				text-decoration: none;
			}
	
			.sidebarBox span.headlines {
				background: url(../images/bg_gif.gif);
				border: 0;
				display: block;
				height: 21px;
				padding: 0;
				text-indent: -9999em;
				width: 100%;
			}
			
			.sidebarBox span.headerMichael {
				background-position: 0 0;
				cursor: default;
				height: 20px;
				margin: 0;
			}
		
				.sidebarBox ul.contact {
					padding: 0 0 0 10px;
				}
		
				.sidebarBox ul.contactFrontpage {
					padding: 10px 0 0 10px;
				}
		
					.sidebarBox ul.contact li {
						color: #ccc;
						line-height: 25px;
						padding: 0 0 0 30px;
						width: 140px;
					}
			
						ul.contact a {
							line-height: 25px;
						}
					
						ul.contact li.mail {
							background: url(../images/bg_gif.gif) no-repeat -300px 0px;
						}
					
						ul.contact li.msn {
							background: url(../images/bg_gif.gif) no-repeat -300px -25px;
						}
					
						ul.contact li.twitter {
							background: url(../images/bg_gif.gif) no-repeat -300px -50px;
						}
					
						ul.contact li.linkedin {
							background: url(../images/bg_gif.gif) no-repeat -300px -75px;
						}
					
						ul.contact li.rss {
							background: url(../images/bg_gif.gif) no-repeat -300px -100px;
						}
					
						ul.contact li.cv {
							background: url(../images/bg_gif.gif) no-repeat -300px -125px;
						}
					
						ul.contact li.delicious {
							background: url(../images/bg_gif.gif) no-repeat -300px -150px;
						}
			
			.sidebarBox p {
				padding: 0 10px;
			}
			
			.sidebarBox img.avatar {
				border: 1px #fff solid;
				float: right;
				margin: 15px 10px 0 10px;
			}
			
			.sidebarBox span.HeaderBlogCats {
				background-position: 0 -20px;
			}
			
			.sidebarBox span.HeaderMostComments {
				background-position: 0 -62px;
			}
			
			.sidebarBox span.HeaderTryAlso {
				background-position: 0 -104px;
				height: 23px;
			}
			
			.sidebarBox span.headerKontakt {
				background-position: 0 -150px;
				cursor: default;
				height: 20px;
				margin: 0 0 15px 0;
			}
			
			.sidebarBox span.headerCV {
				background-position: 0 -170px;
				cursor: default;
				height: 20px;
				margin: 0 0 15px 0;
			}
			
			.sidebarBox span.headerWebdesignVestjysk {
				background-position: 0 -190px;
				cursor: default;
				height: 20px;
			}
			
			.sidebarBox span.headerWebdesignMichael {
				background-position: 0 -230px;
				cursor: default;
				height: 20px;
			}
			
			.sidebarBox span.headerWebdesignOvrigt {
				background-position: 0 -250px;
				cursor: default;
				height: 20px;
			}
	
			.sidebarBox ul {
				list-style: none;
			}
	
				.sidebarBox li {
					padding: 5px 10px;
				}				
	
					.sidebarBox a.sitename {
						border: 0;
						color: #fff;
						font-size: 11px;
						text-decoration: none;
					}
				
				.sidebarBox li#menu-item-1869 {
					margin-top: 20px;
				}
				
		.scrollbox {
			z-index: 400;
		}
		

#outerFooter {
	background: #000 url(../images/bg_footer.png) repeat-x left top;
	border-top: 3px #000 solid;
	margin: 40px 0 0 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1900;
}

	#footer {
		color: #909090;
		font-size: 10px;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 0 30px 65px;
		width: 895px;
	}
	
		#footer .col {
			background: #000;
			float: left;
			min-height: 120px;
			padding: 20px;
		}
		
			#footer span {
				display: block;
				margin: 0 0 30px 0;
				text-indent: -9999em;
				width: 198px;
			}
		
				#footer span.headerTagCloud {
					background: url(../images/bg_gif.gif) no-repeat -507px -155px;
					height: 24px;
					margin: 0 0 20px 0;
				}
		
				#footer span.headerTweets {
					background: url(../images/bg_gif.gif) no-repeat -507px -139px;
					height: 16px;
				}
		
			#footer ul {
				list-style: none;
			}
		
			#footer a {
				background: none;
				color: #ccc;
				text-decoration: underline;
			}
		
			#footer a:hover {
				color: #fff;
				text-decoration: none;
			}
	
		#footer .col1 {
			padding: 35px;
			width: 810px;
		}
		
			.col1 li {
				padding: 5px;
			}
		
			.col1 li,
			.col1 a {
				border: 0;
				float: left;
				line-height: 22px;
			}
			
			ul.wp-tag-cloud a[style="font-size: 10px;"]{
				color: #666 !important;
			}
			
			ul.wp-tag-cloud a[style="font-size: 30px;"]{
				color: #fff !important;
			}

/************************* TEXT **********************/

h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: normal;	
}

h1 {
	font: normal 22px/normal Tahoma,Geneva,sans-serif;
}

h2 {
	font: normal 18px/25px Tahoma,Geneva,sans-serif;
	margin: 40px 0 0 0;
}

h3 {
	font: bold 12px/normal Tahoma,Geneva,sans-serif;
	margin: 25px 0 0 0;
}

p {
	margin: 12px 0 12px 0;
}

/************************* LINKS **********************/

a {
	border-bottom: 1px #909090 dotted;
	color: #707070;
	font: 11px/normal Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

a:hover,
a:visited:hover {
	border: 0;
	color: #000;
}

a:focus {
	color: #000;
}

a:visited {
	color: #999;
}

/************************* DEFINITION LISTS **********************/

dl {
	margin: 0 0 40px 0;
	overflow: hidden;
	width: 500px;
}

h2+dl {
	margin: 10px 0 20px 0;
}

dt {
	float: left;
	padding: 8px 0 9px 0;
	width: 155px;
}

dd {
	border-bottom: 1px #e6e6e6 solid;
	float: left;
	padding: 8px 0;
	width: 345px;
}

dd ul {padding: 0 0 0 5px; list-style: none;}

dd ul li {padding: 3px 0 5px 10px; background: url(../images/bullet.gif) no-repeat left 10px;}

/************************* OTHERS **********************/

.logo {
	display: inline;
	float: left;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}

.msg {
	color: #F00;
	font-weight: bold;
}
