/* general styles */
*{
	margin:0;
	padding:0;
	outline:none;
}
body{
	background:url(../_img/bg_hochstrasser_grafikdesign.gif) repeat-y top left #ffffff;
	margin:0 0 0 149px;
	color:#616060;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	line-height:13px;
	vertical-align:top;
	margin-bottom:20px;
}
a,a:link,a:visited{
	color:#616060;
	text-decoration:none;
}
a:hover,a:active,a.active,a.active:link,a.active:visited{ color:#38bddf; }
img{ border:none; }
li{ list-style:none; }
h1{
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	line-height:24px;
	margin-bottom:18px;
	color:#616060;
	font-weight:normal;
}
h2{
	display:block;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	color:#616060;
}
.block{ display:block; }
.left,.leftcol,.rightcol{ float:left; }
.right{ float:right; }

/* box styles */
#header,#nav,#container{
	width:771px;
	overflow:hidden;
	border-bottom:1px solid #e4202b;
}
#header{
	height:100px;
	margin-bottom:15px;
}
#logo,#icon{ height:100px; }
#logo{ width:724px; }
#icon{ width:47px; }
#mainnav{
	width:550px;
	padding:0 0 16px 1px;
	font-size:14px;
	font-weight:normal;
	line-height:17px;
	margin:0 20px 0 0;
}
#subnav{
	width:180px;
	padding:0 0 16px 0;
	font-size:10px;
	line-height:10px;
}
#container{ border-bottom:none; }
.content{
	margin:20px 0 0 0;
	padding:0 0 20px 1px;
	width:770px;
	overflow:hidden;
	border-bottom:1px solid #e4202b;
	color:#010000;
}
.leftcol{
	width:550px;
	margin-right:20px;
}
.rightcol{
	width:180px;
	padding:0 20px 20px 0;
	border-bottom:1px solid #e4202b;
}
.content h2{
	margin-bottom:18px;
}
.content a,.content a:link,.content a:visited{ color:#38bddf; }
.content a:hover,.content a:active{ color:#616060; }
.content i,.content em{
	display:block;
	margin:20px 0 0 0;
	color:#38bddf;
	font-style:normal;
	font-size:12px;
	line-height:14px;
}
