﻿/*
	Kopi af "officielt" SDU style!
	 www.sdu.dk
 */

* { color: #6a6a66; }

p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica
}


body {
    /* ReSharper disable once Html.PathError */
    background-image: url(/template/images/bg.jpg);
	background-color: #9a9986;
    -ms-background-repeat: repeat-x;
    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: 0 0 1px 1px;
	border-style: solid;
	border-color: #4e5b31;
	margin-bottom: 5px;
	padding-top: 5px;
}

#top {
	border-bottom: 21px solid #4e5b31;
}

#logo { margin: 0 0 20px 25px; }

#main {
	padding: 30px 0 30px 0;
	min-height: 536px;
	height: auto !important;
	height: 536px;
}

#footer {
	background-color: #4e5b31;
	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: 0;
	margin-bottom: 0;
	margin-left: 0;
	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: 0;
	margin-bottom: 8px;
	margin-left: 0;
	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%; }

a.button {
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 #ffffff;
	box-shadow: inset 0 1px 0 0 #ffffff;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
	border: 1px solid #b5b5b5;
	display: inline-block;
	cursor: pointer;
	color: #666666;
	font-family: arial;
	font-size: 12px;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
    font-weight: bold;
}

a.button:hover { background-color: #f6f6f6; }

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; }

/* Knapper - Begin */

input[type='submit'] {
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 #ffffff;
	box-shadow: inset 0 1px 0 0 #ffffff;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
	border: 1px solid #b5b5b5;
	display: inline-block;
	cursor: pointer;
	color: #666666;
	font-family: arial;
	font-size: 12px;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
}

input[type="submit"]:hover { background-color: #f6f6f6; }

input[type='submit']:active {
	position: relative;
	top: 1px;
}

/* Knapper - End */

