@charset "utf-8";
/* CSS Document */

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFCC;
	text-align:center; /* To support IE6 */
	height:100%; /* To support IE6 */
	width:100%; /* To support IE6 */
	margin:0 auto; /* To support IE6 */
}
#motto{
	width:430px;
	text-align:center;
	margin:auto;   /*To support IE7 and FF */
	padding-top: 10px;
	padding-bottom: 10px;
}
#home {
	width:430px;
	height:430px;
	background-image: url(../images/logo%20revamp%20resize.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin:auto;   /*To support IE7 and FF */
	padding-top: 20px;
	padding-bottom: 20px;
}
#choice {
	width:430px;
	text-align:center;
	margin:auto;   /*To support IE7 and FF */
}
#empty_space {
	width:750px;
	background-color: #FFFFCC;
	margin:auto;   /*To support IE7 and FF */
	text-align:left;
	padding-top: 0px;
}
#header {
	width:750px;
	background-color: #FF9900;
	margin:auto;   /*To support IE7 and FF */
	text-align:left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#logo_tekst {
	font-size: 36px;
}
#languages {
	width:750px;
	margin:auto;   /*To support IE7 and FF */
	text-align: right;
	background-color:#FFFFCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#wrapper {
	width:750px;
	margin: auto;   /*To support IE7 and FF */
	text-align: left;
	background-color:#FFFFCC;
	padding: 0px;
	overflow:hidden;
	/*background-color: #FFFFCC;
	background: url(../images/2faux.gif);*/
}
#navigation {
	width:120px;
	float:left;
	background-color:#FFFFCC;
	margin-right: 30px;
}
#content {
	width:600px;
	float:left;
	text-align: left;
	background-color:#FFFFCC;
}
#footer {
	width:750px;
	font-size: 10px;
	background-color:#FFFFCC;
	margin: auto;  /* To support IE7 and FF */
	clear: both;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1 {
	font-size: 14px;
	font-variant: small-caps;
	background-color: #FF9900;
	background-position: center;
}
h2 {
	font-weight: bold;
	font-size: 13px;
}
a {
	text-decoration: underline;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
td {
	text-align: left;
	vertical-align: top;
}
.attention_italic {
	font-style: italic;
}
.attention_stripe_away{
	text-decoration: line-through;
}
.pwimages {
	border: 0px none; 
	padding: 0px;
}
.alignment_right {
	text-align: right;
}
.bg_change {
	background-color: #FF9900;
}
li {
	list-style-type: disc;
	list-style-position: outside;
}
img, div { 
	behavior: url(iepngfix.htc) 
}
.attention_bold {
	font-weight: bold;
}
