@charset "UTF-8";
/* CSS Document */


*{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#content
{
	width: 1000px;
	background-color:#1e1e1e;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 0px;
	top: 10px;
	bottom: 10px;
	word-spacing: 0px;
	height: 1000px;
	z-index: 0;
	position: static;
}


/* header --------------------------------------------- */

#header
{
	width: 1000px;
	height: 150px;
	position: fixed;
	top: 0px;
	margin-left:100px;
	z-index: 3;
	background-image: url(icons/header.jpg);
}

div.logo
{
	width: 200px;
	height: 60px;
	position: fixed;
	margin-left:60px;
	
}

div.blog_t
{
	width: 350px;
	height: 20px;
	position: fixed;
	margin-top:355px;
	
}

div.portfolio_t
{
	width: 600px;
	height: 20px;
	position: fixed;
	margin-top:355px;
	margin-left:400px;
}

div.online_t
{
	width: 600px;
	height: 20px;
	position: fixed;
	margin-top:550px;
	margin-left:400px;
}

div.onlineshop
{
	width: 600px;
	height: 305px;
	position: fixed;
	margin-top:570px;
	margin-left:400px;
	background-color: #000000;
	background-image: url(img/shop.png);
}

div.mainpict
{
	width: 1000px;
	height: 275px;
	position: fixed;
	margin-top: 60px;
	
	
}

div.blog
{
	width: 350px;
	height: 500px;
	position: fixed;
	margin-top: 375px;
	background-color: #000000;
	
	
}

div.arch01
{
	width: 350px;
	height: 800px;
	position: fixed;
	margin-top: 150px;
	margin-left: 100px;
	
}

div.arch02
{
	width: 350px;
	height: 800px;
	position: fixed;
	margin-top: 150px;
	margin-left: 350px;
	
}

div.arch03
{
	width: 350px;
	height: 800px;
	position: fixed;
	margin-top: 150px;
	margin-left: 600px;
	
}
div.pf
{
	width: 600px;
	height: 150px;
	position: fixed;
	margin-top: 375px;
    margin-right: 0
	background-color: #1e1e1e;
	margin-left: 400px;
}

div.menu 
{
	position: fixed;
	width: 600px;
	height: 30px;
	margin-left: 400px;
	background-color:#1e1e1e;
	top: 40px;
	word-spacing: inherit;
	
	}

div.portfolio01
{
	width: 1000px;
	position: fixed;
	left:100px;
	overflow-y: hidden;
	z-index: 1;
	clear: both;
	float: none;
	overflow: visible;
	color: #999999;
	font-style: normal;
	background-color: #1e1e1e;
	height: 875px;
}

div.text
{
	width:1000px;
	position: relative;
	text-align: right;
	margin-top: 10px;
	margin-left:10px;
	margin-bottom:30px;
	overflow:hidden;
	float:left;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	font-family: "BankGothic Md BT";
	word-spacing: 1px;
	text-indent: 1px;
}

div.text2
{
	width:360px;
	position: relative;
	text-align: right;
	margin-top: 10px;
	margin-left:600px;
	margin-bottom:30px;
	overflow:hidden;
	float:left;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	font-family: "BankGothic Md BT";
	word-spacing: 1px;
	text-indent: 1px;
}

/* footer --------------------------------------------- */

#footer
{
	width: 1000px;
	height: 25px;
	position: fixed;
	margin-left:100px;
	z-index: 2;
	margin-top: 0px;
	top: 0px;
}

.copyright	{
	text-align: left;
	word-spacing: normal;
	background-color: #1e1e1e;
	position: fixed;
	height: 20px;
	width: 1000px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 880px;
	margin-left: 0px;
	
}

/* typography --------------------------------------------- */

h1, h2, h3{
	font-family:"BankGothic Md BT";
	font-size-adjust:none;
	}

p 	{
	font-family:"BankGothic Md BT";
	font-size: 8pt;
	font-size-adjust:none;
	color: #ffffff;
	word-spacing: 20px;
	}	
	
t1  {
    font-family:"BankGothic Md BT";
	font-size: 8pt;
	font-size-adjust:none;
	color: #ffffff;
	}
