/*
	 www.sdu.dk

 */
* {
	color: #6a6a66;
}

p { font-size: 11px; font-family: Verdana, Arial, Helvetica }


body {
	background-image:url(/template/images/bg.jpg);
	background-color: #9a9986;
	background-repeat: repeat-x;
	margin:0;
	color: #6a6a66;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a, a:visited,
a:link {
	color: #8A9E00;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	width: 906px;
	margin:0 auto;
	background-color: #fff;
	padding: 0 20px 5px 20px;
	margin-bottom:50px;
}

#container {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #004685;
	margin-bottom: 5px;
	padding-top: 5px;
}

#top {
	border-bottom: 21px solid #004685;
}

#logo {
	margin:0 0 20px 0;
}

#main {
	padding: 30px 0 30px 25px;
	min-height:450px;
	height:auto !important;
	height: 450px;
}

#footer {
	background-color: #004685;
	text-align: center;
	color: #fff;
	font-family: Georgia, serif;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.1em;
	font-size:91%;
	padding: 4px 0 4px 0;
	clear:both;
}
#footer p {
	font-size: x-small;
	color: #ffffff;
	font-family: Georgia,serif;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#footer a,
#footer a:visited,
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}

#streg {
	height: 1px;
	width: 100%;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7dc;
}


/** general **/
h1,
h2,
h3,
h4 {
	color: #6A6A66;
	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;
}

.clear {
	clear: both;
}
