/*
	 www.sdu.dk

 */
* {
	color: black;
}

p { font-size: 11px; font-family: Verdana, Arial, Helvetica; margin: 0px 0px 0px 0px;}


body {
	background-color: white;
	margin:0;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a, a:visited,
a:link {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	margin:0 auto;
	background-color: white;
	padding: 0px 0px 0px 5px;
	margin-bottom: 5px;
}

#container {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: white;
	margin-bottom: 5px;
	padding-top: 0px;
}

#top {	
	border-bottom: 0px;
}

#logo {
	margin:0 0 5px 0;
}

#main {
	padding: 10px 0px 0px 0px;
	min-height:450px;
	height:auto !important;
	height: 450px;
}

#streg {
	height: 1px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

#footer {
	display: none;
}

#footer p {
	display: none;
}

#footer a,
#footer a:visited,
#footer a:hover {
	display: none;
}

.hiddenprint {
	display: none;
}

/** general **/
h1,
h2,
h3,
h4 {
	color: black;
	font-family: Georgia,serif;
	font-weight: normal;
}

h1 {
	font-size: 254%;
}

h2 {
	font-size: 190%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
}

input { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica,Sans-Serif;
}


input.submit { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #98ad00;
	color:white;
	float: none;
	font-weight: bold;
	padding:2px;
}


input[type="submit"] {
	background-color: #98ad00;
	color:white;
	font-weight: bold;
	padding:2px;
	font-family: Verdana, Arial, Helvetica,Sans-Serif;
	font-size: 11px;
	cursor: pointer;
}

input[type="button"] {
	background-color: #98ad00;
	color:white;
	font-weight: bold;
	padding:2px;
	font-family: Verdana, Arial, Helvetica,Sans-Serif;
	font-size: 11px;
	cursor: pointer;
}

input[type="text"] {
	font-family: Verdana, Arial, Helvetica,Sans-Serif;
	font-size: 11px;
}

input[type="password"] {
	font-family: Verdana, Arial, Helvetica,Sans-Serif;
	font-size: 11px;
}


/* lokale til tabelindramning; top - left - right - bottom */

.Tt {
	border-top: .5pt solid black;
}

.Tl {
	border-left: .5pt solid black;
}

.Tr {
	border-right: .5pt solid black;
}

.Tb {
	border-bottom: .5pt solid black;
}

.Ttl {
	border-top: .5pt solid black;
	border-left: .5pt solid black;
}

.Ttr {
	border-top: .5pt solid black;
	border-right: .5pt solid black;
}

.Ttlr {
	border-top: .5pt solid black;
	border-left: .5pt solid black;
	border-right: .5pt solid black;
}

.Tlr {
	border-left: .5pt solid black;
	border-right: .5pt solid black;
}

.Tlb {
	border-left: .5pt solid black;
	border-bottom: .5pt solid black;
}

.Trb {
	border-right: .5pt solid black;
	border-bottom: .5pt solid black;
}

.Tlrb {
	border-left: .5pt solid black;
	border-right: .5pt solid black;
	border-bottom: .5pt solid black;
}

.Ttb {
	border-top: .5pt solid black;
	border-bottom: .5pt solid black;
}

.Ttlb {
	border-top: .5pt solid black;
	border-left: .5pt solid black;
	border-bottom: .5pt solid black;
}

.Ttrb {
	border-top: .5pt solid black;
	border-right: .5pt solid black;
	border-bottom: .5pt solid black;
}

.Ttlrb {
	border-top: .5pt solid black;
	border-left: .5pt solid black;
	border-right: .5pt solid black;
	border-bottom: .5pt solid black;
}
