body {
	margin: 0px;
	
	background-color: #EAEAEA;
}

#topmenu {
	position: relative;
	top: 0;
	left: 0;
}

#FlagsTable {
	position: absolute;
	right: 5px;
	top: 5px;
	
	z-index: 10;
}

table {
	font-family: verdana;
	font-size: 12px;
	color: #606060;
}

.overskrift1 {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.overskrift2 {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.bundtekst {
	font-family: verdana;
	font-size: 10px;
	color: #4C4C4C;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.vmenu:link, a.vmenu:visited, a.vmenu:active, a.vmenu:hover {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 100%;
}

a.topmenu:link, a.topmenu:active, a.topmenu:visited, a.topmenu:hover  {
	font-family: verdana;
	font-size: 11px;
	color: #606060;
	text-decoration: none;
	font-weight: bold;
}

a.duerher:link {
	font-family: verdana;
	font-size: 10px;
	color: #7E7E7E;
	text-decoration: none;
}

a.duerher:active {
	font-family: verdana;
	font-size: 10px;
	color: #7E7E7E;
	text-decoration: none;
}

a.duerher:visited {
	font-family: verdana;
	font-size: 10px;
	color: #7E7E7E;
	text-decoration: none;
}

a.duerher:hover {
	font-family: verdana;
	font-size: 10px;
	color: #7E7E7E;
	text-decoration: underline;
}

.pageLeftTop {
	background-image: url("../gfx/bg_left_top.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}

.pageLeftMiddle {
	background-image: url("../gfx/bg_left_middle.jpg");
	background-position: right top;
	background-repeat: repeat-y;
}

.pageLeftBottom {
	background-image: url("../gfx/bg_left_bottom.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}

.pageRightTop {
	background-image: url("../gfx/bg_right_top.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

.pageRightMiddle {
	background-image: url("../gfx/bg_right_middle.jpg");
	background-position: left top;
	background-repeat: repeat-y;
}

.pageRightBottom {
	background-image: url("../gfx/bg_right_bottom.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

.pageMain {
	background-color: #FFFFFF;
		
	padding: 15px;
}

.pageMainBottom {
	background-image: url("../gfx/bg_main_bottom.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	
	padding-top: 60px;
}

.padding_main {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.formfelt {
	border-style: solid;
	border-width: 1px;
	border-color: #A1B2B3;

	font-family: verdana;
	font-size: 10px;
	color: #000000;
	
	background-color: #FFFFFF;
}

.knap {
	background-color: #FFFFFF;

	font-family: verdana;
	font-size: 11px;
	color: #7E7E7E;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.toplinie {
	background-color: #7E7E7E;
}

.border {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.border2 {
	border-style: solid;
	border-width: 1px;
	border-color: #7E7E7E;
}

.fotoLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.fotoRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.duerher {
	font-family: verdana;
	font-size: 10px;
}

.vmenu_niv1 {
	padding-left: 5px;
}

.vmenu_niv2 {
	padding-left: 15px;
}

.vmenu_niv3 {
	padding-left: 3px;
}

.debat_bg1 {
	background-color: #FFFFFF;
}

.debat_bg2 {
	background-color: #FFFFFF;
}

.dropBg {
	background-position: center center;
}

.billedeFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.billedeFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.billedeBorderFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.billedeBorderFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.tableFloatLeftVisibleTableBorder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.tableFloatRightVisibleTableBorder {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.tableFloatLeftHiddenTableBorder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tableFloatRightHiddenTableBorder {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.visibleTableBorder {
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.hiddenTableBorder {

}

img {
	border-width: 0px;
}

.pageMainBorder {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #7E7E7E;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #7E7E7E;
	
	border-top-width: 0px;
	border-bottom-width: 0px;
}

a.menuLevel0:link {
	font-family: verdana;
	font-size: 11px;
	color: #566429;
	font-weight: bold;
	text-decoration: none;
}

a.menuLevel0:active {
	font-family: verdana;
	font-size: 11px;
	color: #566429;
	font-weight: bold;
	text-decoration: none;
}

a.menuLevel0:visited {
	font-family: verdana;
	font-size: 11px;
	color: #566429;
	font-weight: bold;
	text-decoration: none;
}

a.menuLevel0:hover {
	font-family: verdana;
	font-size: 11px;
	color: #566429;
	font-weight: bold;
	text-decoration: none;
}
