BODY {
	MARGIN: 0px;
	font-family: Arial, Helvetica, sans-serif;

}
.wrapper {
	padding-top: 15px;
	padding-left: 20px;
	}

a:link {
    font-size: 12px;
	color: #0F4580;
	font-weight: bold;
	text-decoration: none;
	border: none;
    margin-left: 3px;
    background-color: transparent;
}
a:visited {
	font-size: 12px;
	color: #0F4580;
	font-weight: bold;
	text-decoration: none;
    margin-left: 3px;
    background-color: transparent;
}
a:hover {
	font-size: 12px;
	color: #CCCCCC;
	font-weight:bold;
	text-decoration: none;
	margin-left: 3px;
	background-color: transparent;
}
a:active {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	margin-left: 3px;
	background-color: transparent;
}
a.sub-nav {
    font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	border: none;
    margin-left: 3px;
    background-color: transparent;
}
	
a.sub-nav:visited {
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: none;
    margin-left: 3px;
    background-color: transparent;
}
	
a.sub-nav:hover {
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	margin-left: 3px;
	background-color: transparent;
}
	
a.sub-nav:active {
	font-size: 11px;
	color: #FF6600;
	font-weight: normal;
	text-decoration: none;
	margin-left: 0px;
	background-color: transparent;
}

a.email {
    font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: underline;
	border: none;
    margin-left: 0px;
    background-color: transparent;
}
	
a.email:hover {
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	margin-left: 0px;
	background-color: transparent;
}


a.languages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #999999;
}
a.languages:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #999999;
}
	
a.languages:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: black;
}
	
a.languages:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #999999;
}

.balkenschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0F4580;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0B3466;
}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: red;
	display: block;
	width: 120px;
	margin: 0px;
    padding: 3px 0px 3px 0px;
}
.alerten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #b80000;
	display: block;
	width: 120px;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
.headline {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0B3466;
}
.copybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0B3466;
}

.lang-seperator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.productheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0B3466;
}

/* ---------------FORM-------------------*/

input {
	border: 1px solid #333333;
	background: #cff0ff;
	margin: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	padding: 2px;

	}

input:hover {
	background: transparent;
	}
	
textarea {
	border: 1px solid #333333;
	margin: 1px;
	background: #cff0ff;
	color: #333333;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	padding: 2px;
	}

textarea:hover {
	background: transparent;
	}
	
#submit {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;

	}
	
	
#submit:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	cursor: hand;


	}	

	
select {
	border: 1px solid #003300;
	margin: 5px;
	padding-left: 3px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
	form {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

/* temprär*/
.spacer {
    width:145px;
    height: 3px;
}

a.toplevel
	{
    display: block;
    width: 141px;
    height: 15px;
    background-color: #99DAFF;
    font-size: 12px;
	color: #0F4580;
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
	margin-top: 5px;
    margin-left: 11px;
    margin-bottom: 5px;
    margin-right: 5px;
}
	
a.toplevel:visited
	{
	color: #0F4580;
	text-decoration: none;
}
	
a.toplevel:hover
	{
	color: #333;
	text-decoration: none;
}
	
a.toplevel:active
	{
	color: #FF6600;
	text-decoration: none;
}

a.sub-nav
	{
    display: block;
    width: 134px;
    height: 15px;
    background-color: #66CCFF;
    font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	padding-left: 3px;
	margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 5px;
    margin-right: 5px;
    }
	
a.sub-nav:visited
	{
    display: block;
    width: 134px;
    height: 15px;
    background-color: #66CCFF;
    font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	padding-left: 3px;
	margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 5px;
    margin-right: 5px;
}
	
a.sub-nav:hover
	{
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
    margin-left: 15px;
}
	
a.sub-nav:active
	{
	font-size: 11px;
	color: #FF6600;
	font-weight: normal;
	text-decoration: none;
}