@import url('Design.css');
@import url('Misc.css');
@import url('Bruger.css');

* {
    margin: 0px;
    padding: 0px;
}

html {
    overflow-y: scroll;
}

body {
    background-color: #3a7220;
    font-family: Verdana;
    font-size: 11px;
    margin: 10px;
}


table {
    border-collapse: collapse;
}

a {
	color: #009933;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #009933;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #009933;
	font-weight: bold;
	text-decoration: underline;
}

.aSlet:link {
	color: #d00000;
	font-weight: bold;
	text-decoration: none;
}

.aSlet:visited {
	color: #d00000;
	font-weight: bold;
	text-decoration: none;
}

.aSlet:hover {
	color: #d00000;
	font-weight: bold;
	text-decoration: underline;
}

.wrong {
	font-weight: 800;
	color: #d00000;
}

.right {
	font-weight: 800;
	color: #00CC33;
}

.clear {
    clear:both;    
}

.marginDiv {
    margin: 10px;
}

ul {
	list-style: none;
    padding-left: 10px;
}

.menuList {
    margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
}

.menuList li {
    margin-bottom: 5px;
}

h2 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

input, select {
	width: auto;
	font-family: Verdana;
	font-size: 11px;
}

.knap {
	width: auto;
}

textarea {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 300px; 
	height: 150px;
	font-family:verdana;
	font-size: 11px;
}

.ContentWidth50ProcentRight {
	width: 364px;
	float: right;
}

.ContentWidth50ProcentLeft {
	width: 364px;
	float: left;
}





















