@charset "UTF-8";

body {
	font-family: Helvetica, Arial;
	font-size: 12px;
	background: #D2D2D2;
	margin-top: 10px;
}

img {
	border: 0px;
}

h1 {
	padding-top: 0;
	margin-top: 0;
	font-size: 18px;
}

h2 {
	padding-top: 10px;
	margin-bottom: 0;
	font-size: 15px;
}

#container {
	position: relative;
	width: 900px;
	margin: auto;
	border: 1px solid #000000;
}

#banner {
	height: 135px;
	border-bottom: 1px solid #000000;
}

#menucontainer {
	position: absolute;
	top: 145px;
	left: 10px;
	z-index: 100;
}

.menu {
	border: 1px solid #000000;
	width: 150px;
	background: #FAFAFA;
	padding: 3px;
	margin-bottom: 10px;
}

.menu a,.menu a:visited {
	display: block;
	text-decoration: none;
	padding-left: 3px;
	color: #333333;
}

.menu a:hover {
	background: #DDDDFF;
	color: #000000;
	text-decoration: none;
}

.menu a.submenu {
	font-size: 11px;
	padding-left: 8px;
}

.menu h1,#quickfacts h1 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	text-align: center;
}

#content {
	position: relative;
	background: #DDDDFF;
	width: 680px;
	height: 100%;
	padding-left: 200px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	min-height: 200px;
}

#quickfacts {
	font-size: 10px;
	background-image: url(gfx/blend/25.png);
	background-repeat: repeat;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #000000;
	width: 150px;
	padding: 3px;
}

#quickfacts div {
	float: left;
	padding-right: 10px;
}

span.cv_year {
	width: 85px;
	display: inline-block;
}

code {
	white-space:pre;
	border: 1px dotted #444444;
	display: block;
	background: #EEEEEE;
	font-family: courier;
	overflow: auto;
	max-height: 300px;
	padding: 5px;
	margin-top: -10px;
}

#change_date {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 8px;
	font-style: italic;
}

label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
.submit input
{
	margin-left: 4.9em;
	background: #fee3ad;
} 

fieldset
{
	border: 1px dotted #781351;
	width: 40em;
}

input, textarea{
	color: #781351;
	border: 1px solid #781351;
}

legend {
	color: #000;
	background: #EEEEEE;
	border: 1px solid #781351;
	padding: 2px 6px;
	cursor:pointer;
}

textarea {
	width: 30em;
}

.noborder {
	border: none;	
}


blockquote {
	margin-left: auto;
	margin-right: auto;
	background: transparent url(http://www.itu.dk/people/than/exercise4/images/quoleft.png) left top no-repeat;
	width: 450px;
}

blockquote div {
	padding: 0px 38px;
	background: transparent url(http://www.itu.dk/people/than/exercise4/images/quoright.png) right bottom no-repeat;
	font-style: italic;
}
blockquote p{
	padding: 0px 38px;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
}

