/* ------------------- */
/*    GENERAL STYLES   */
/* ------------------- */

body {
	margin: 0px; 
	color: #0d0d64;
	padding-top:    5px; 
	padding-bottom: 5px; 
	padding-right:  0px; 
	padding-left:   0px; 
	background-color: #ffffff;
	font-size: 12px; 
	font-family: "trebuchet ms", arial, helvetica, sans-serif; 
}

h1 {
	margin: 0px; 
	padding-top: 0px; 
	padding-bottom: 1px; 
	padding-right: 0px; 
	padding-left: 0px; 
	font-size: 2em;
	text-align: center;
	font-family: "trebuchet ms", arial, helvetica, sans-serif; 
}

h2 {
	margin: 0px; 
	padding-top: 0px; 
	padding-bottom: 1px; 
	padding-right: 0px; 
	padding-left: 0px; 
	font-size: 14px; 
	font-style: italic;
	font-weight: bold; 
	font-family: "trebuchet ms", arial, helvetica, sans-serif; 
}

td { valign: top; }

p {
	font-size: 12px; 
	font-family: "trebuchet ms", arial, helvetica, sans-serif; 
}

p.tekst { margin-left: 25px; }


a:link {    color: #800000; }
a:visited { color: #0d0d64; }
a:hover {   color: #2942a5; background: #dfdea6; }
a:active {  color: #0d0d64; }
a.none:link {    color: #0d0d64; text-decoration: none; }
a.none:visited { color: #0d0d64; text-decoration: none; }
a.none:hover {   color: #0d0d64; text-decoration: none; background: #dfdea6; }
a.none:active {  color: #0d0d64; text-decoration: none; background: none; }


img {border-style: none; border-width: 0px; background: none; }

/* ------------------------- */
/*   GENERAL SCREEN LAYOUT   */
/* ------------------------- */

div#main {
	width: 800px;
	margin: 30px auto 20px auto; 
	padding: 0px; 
	border: #0d0d64 1px solid; 
}


div#frame {
	display: block;
	min-height: 40px; 
	margin-top: 0px; 
	padding:   40px; 
	font-size: 14px; 
	word-wrap: break-word;
	background: #d1d1d1;
	clear: both;
}

div#frame.top {
	padding: 10px;
	background: #e9e8b9; 
	border-bottom: #0d0d64 1px solid; 
}
div#frame.bottom {
	padding: 10px;
	background: #e9e8b9; 
	border-top: #0d0d64 1px solid; 
}

div#ip-address {
	display: block;
	padding: 40px; 
	background: #ffffff;
	clear: both;
	text-align: center;
	margin: 0px auto 0px auto; 
	font-family: "trebuchet ms", arial, helvetica, sans-serif; 
	font-size: 16px;
}

span.ip-address {
	font-family: "trebuchet ms", arial, helvetica, sans-serif; 
	font-size: 16px;
	font-weight: 300;
	color: red;
}