/* globals */
html,body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-size: 14px; 
	font-style: normal; 
	line-height: 20px; 
	font-weight: normal;
	color: #666;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-style: normal; 
	font-weight: bold;
	color: #0077be;
}

.LightBlue {
	color: #74cede;
}

#Address h3 a {	
	color: #00b2cd;
	text-decoration: none;
}

#Address h3 a:hover {
	text-decoration: none;
}

h2 {
	margin: 0 0 1px 0;
	font-size: 14px;
	font-style: normal; 
	font-weight: bold;
	color: #0077be;
}

h3 {
	margin: 0;
	font-size: 14px;
	font-style: normal; 
	font-weight: normal;
	color: #00b2cd;
}


strong {
	font-style: normal; 
	font-weight: normal;
	color: #00b2cd;
}

#Credits {
	color: #FFF;
}

.SmallTekst {
	font-size: 10px;
}

a.Credits {	
	color: #FFF;
	text-decoration: underline;
}

a.Credits:hover {
	text-decoration: none;
}

a.Active {
	margin: 0 10px 0 10px;
	color: #336681;
	text-decoration: none;
}
a.Active:hover {
	text-decoration: underline;
}

a.NotActive {	
	margin: 0 10px 0 10px;
	color: #FFF;
	text-decoration: none;
}

a.NotActive:hover {
	text-decoration: underline;
}

#Address {
	margin: 25px 0 0 375px;
}

.FloatRight {
	float: right;
	margin: 0 0 10px 10px;
}

.FloatLeft {
	float: left;
	margin: 10px 10px 10px 0;
}

#MainContent {
	margin: 30px 60px 50px 60px;
}

#MainContent a {	
	color: #666;
	text-decoration: underline;
}

#MainContent a:hover {
	text-decoration: none;
}

.BlueBorder { 
	border: 1px solid #0077be; 
}

hr {
	border: 0;
	color: #043;
	background-color: #00b2cd;
	height: 1px;
	width: 100%;
	text-align: center;
}

#FormBorder {
	width: 100%; 
	padding: 0; 
	border: 1px solid #00b2cd; 
}

.contenttextarea { 
	width: 100%; 
	height: 80px;
	padding: 2px; 
	border: 1px solid #74cede; 
	background: #ffffff;
	color: #0e3065;
}

.contenttextarea:hover { 
	background: #f6f6f6; 
}

.contentinput { 
	margin: 0; 
	padding: 3px; 
	width: 100%; 
	border: 1px solid #74cede; 
	background: #FFF;
	color: #0e3065;	 
}

.contentcaptcha:hover { 
	background: #f6f6f6; 
}

.contentcaptcha { 
	margin: 0; 
	padding: 3px; 
	width: 200px; 
	border: 1px solid #74cede; 
	background: #FFF;
	color: #0e3065;	 
}

.contentinput:hover { 
	background: #f6f6f6; 
}

.button { 
	margin: 0; 
	padding: 1px 1px 1px 1px;
	width: 100px; 
	border: 1px solid #74cede; 
	background: #FFF;
	color: #0e3065; 
}
