/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}

#left {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  background-color: #008ed4;
}

#separator {
	position: fixed;
	background-color: #aaaaaa;
	width: 4px;
	height: 100%;
	top: 0px;
	left: 130px;
	z-index: 1;
}

#logo {
	float: left;
	background-color: #ffffff;
	background-image: url(../images/thorsten-vogel_com_consulting_hr.png);
	width: 600px;
	height: 138px;
	border-left: 6px;
	border-top: 6px;
	border-bottom: 6px;
	border-style: solid #ffffff;
	z-index: 2;
	left: 12px;
	top: 40px;
	position: fixed;
}

#content {
	clear: both;
	position: fixed;
	left: 173px;
	top: 200px;
	width: 460px;
}

#content .name {
	font-size: 12px;
	font-weight: bold;
	color: #008ed4;
	margin-bottom: 6px;
}

#content .address {
	font-size: 11px;
	font-weight: normal;
	color: #aaaaaa;
}

#content .contact {
	font-size: 11px;
	font-weight: normal;
	color: #aaaaaa;
}

body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
	position: relative;
}
