body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	background-color: #010101;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
  	text-align: centre;
}

h1 {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 105%;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 105%;
	font-weight: bold;
	color: #DF0023;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 110%;
	font-weight: lighter;
}


a	{
	text-decoration: none;
	color: #DF0023;
}


a:hover	{
	text-decoration: underline;
}


a:focus {
	outline: none;
}

table {
	margin: 0px;
	padding: 0px;
}

td {
	margin: 0px;
	padding: 0px;
}

tr {
	margin: 0px;
	padding: 0px;
}

textarea {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left bottom;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5x;
	padding-top: 5x;
	overflow: auto;
}

input{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left bottom;
}

#box {
	z-index: 1;
	width: 750px;
	border-color: #DF0023;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
   text-align: left;
}

#logobox {
	z-index: 2;
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	letter-spacing: 0.5em;
	line-height: 150%;
	text-align: center;
}

#content {
	z-index: 2;
	float: left;
	width: 410px;
	margin-top:60px;
	margin-bottom:10px;
	margin-left: 40px;
	margin-right: 40 px;
}

#content a	{
	text-decoration: none;
	color: #FFFFFF;
}

#content a:hover	{
	font-style: italic;
	font-weight: bold;
}

#portfolio {
	z-index: 2;
	padding-top: 20px;
}


#portfolio img {
   margin: 0px;
	padding: 0px;
	border-color: #DF0023;
	border-width: 2px;
	border-style: solid;
}

#tekstfolio {
	z-index: 2;
	padding-top: 20px;
}
#tekstfolio a	{
	float: left;
	width: 110px;
	background-color: #010101;
	border-color: #DF0023;
	border-width: 2px;
	border-style: solid;
	margin-top: 5px;
	margin-left: 5px;
	padding: 5px;
	color: #010101;
	text-decoration: none;
	text-align: center;

}

#tekstfolio a:hover	{
	background-color: #DF0023;
   color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#divider {
	z-index: 2;
	float: left;
	width: 750px;
	height: 4px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom-color: #DF0023;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#menu {
	display: block;
	z-index: 3;
	float: right;
	width: 450px;
	height: 24px;
	margin-top: -30px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 2px;
}

#menu a	{
   display: block;
   width: 80px;
	float: left;
	background-color: #010101;	
	border-color: #DF0023;
	border-width: 1px;
	border-style: solid;
	margin-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #DF0023;
	text-decoration: none;
	text-align: center;
}

#menu a:hover	{
	background-color: #DF0023;
   color: #ffffff;
	text-decoration: none;
}

.selected {
   display: block;
	width: 80px;
	float:left;
	background-color: #010101;	
	margin-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-color: #DF0023;
	border-width: 1px;
	border-style: solid;
	color: #FFFFFF;
	text-decoration: none;
   text-align: center;
}






