body,html {
	background-color:#FFFFFF;
	padding:0; font-family:verdana, sans-serif; font-size:10px;
	margin:0 auto auto auto;
	color:#424849;
	font-size: 11px;
}
body,html, img, div, ul, li {
	margin: 0;
}
img {
	border: 0;
}
a {
	text-decoration: underline;
}
h1,h2 {
	font-size: 18px;
}
input[type="text"] {
	width: 296px;
	margin: 4px 0;
	padding: 3px;
}
input[type="submit"] {
	width: 307px;
	height: 40px;
}

input.error {
	/* evt. CSS til et input felt med fejl. */
}

a:hover {
	text-decoration: none;
}

#container {
	margin: 0 0 0 20px;
}
#header {
	margin: 30px 0 10px;
}
#header img {
	float: left;
}
#menu {
	clear: both;
	margin: 0 30px 0 10px;
	float: left;
	width: 200px;
}
#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
}
#menu ul li {
	padding-bottom: 10px;
}
#menu a {
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}
#menu a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	width: 380px;
}
#sidebar {
	margin: 0 0 0 20px;
	float: left;
	width: 150px;
}
#sideguide {
	margin: 0 0 0 20px;
	float: left;
	width: 180px;
}
/* RANDOM */
#schema-preview {
	display: none;
}
#schema-preview input[type="submit"] {
	width: 180px;
}
#schema-edit input[type="submit"] {
	width: 180px;
}
.subscription-success {
	background-color: #2872AF;
	color: #FFFFFF;
	width: 350px;
	height: 100%;
	padding: 10px;
}
.lessonCancelled {
	color: red;
	text-decoration: line-through;
}
.lessonChanged {
	color: green;
	font-style: italic; 
}
