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

::-moz-selection { background-color: #C00; color: white; }
::selection { background-color: #C00; color: white; }

body {
	background-image: url(../images/BGStripes.gif);
}

a:link {
	COLOR: #777;
}
a:visited {
	COLOR: #777;
}
a:hover {
	color:#FFF;
	background-color:#C00;
}
a:active {
	color: #C00;
	background-color:#FFF
}

#wrapper{
	width:1100px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
}

#ntlogo {
	width:440px;
	height:80px;
	background-image:url(../images/ntlogo.gif);
	background-position: top;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}

#maintop {
	height:125px;
	width:1100px;
	background-image:url(../images/mainBGtop.png)
}

#naviwrapper {
	height:40px;
	width:1100px;
	background-image:url(../images/mainBG.png);
}

.button {
	height:40px;
	width:150px;
	float:left;
	margin-left:60px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
}

.button#home  {background-image:url(../images/-home.gif)}
#naviwrapper a #home:hover {background-position: bottom;}

.button#blog  {background-image:url(../images/-blog.gif)}
#naviwrapper a #blog:hover {background-position: bottom;}

.button#work  {background-image:url(../images/-work.gif)}
#naviwrapper a #work:hover {background-position: bottom;}

.button#about  {background-image:url(../images/-about.gif)}
#naviwrapper a #about:hover {background-position: bottom;}

.button#contact  {background-image:url(../images/-contact.gif)}
#naviwrapper a #contact:hover {background-position: bottom;}


#mainmid {
	height:100%;
	width:1100px;
	background-image:url(../images/mainBG.png)
}

#adress{
	width:500px;
	height:400px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	margin-bottom:30px;
	text-align: center;
	font-size: 36px;
}

#till{
	width:150px;
	height:80px;
	float:left;
	text-align:left;
	padding-right:10px;
}

#nils{
	width:150px;
	height:80px;
	float:right;
	text-align:left;
	padding-left:0px;
}

#mainbot {
	height:40px;
	width:1100px;
	background-image:url(../images/mainBGbot.png)
}

#contactwrapper {
	width:960px;
	margin-left:70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #999;
	font-weight:bold;
}

#contactcont {
	width:920px;
	height:100%;
	border:solid 9px #DDD;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
