@font-face {
    font-family: 'SamarkanNormal';
    src: url('../font/samarn__-webfont.eot');
    src: url('../font/samarn__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/samarn__-webfont.woff') format('woff'),
         url('../font/samarn__-webfont.ttf') format('truetype'),
         url('../font/samarn__-webfont.svg#SamarkanNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

a, 
a:active, 
a:hover, 
a:visited, img {
	border: none;
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}

html, body {
	background: #eee;
	height: 100%;
}

body {
	/*background-color: #fff;
	background: -moz-linear-gradient(top, #eee, #fff 300px) no-repeat;*/
	cursor: default;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
	height: 100%;
}

h1 {
	border-bottom: 1px solid #f60;
	margin: 10px 0 30px 0;
	font-family: 'SamarkanNormal';
	font-size: 32px;
}

#nav table {
	width: 100%;
}

#nav table td {
	height: 20px;
}

#nav table td:hover {
	background: #999;
}

#nav {
	padding: 5px;
}

#middle {
	background: -moz-linear-gradient(top, #eee, #fff 50px);
	padding: 30px;
	min-height: 250px;
}

#container {
	background: white;
	border-bottom: 2px solid #f60;
	border-left: 2px solid #f60;
	border-right: 2px solid #f60;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 0 5px #f60;
	width: 800px;
	margin: 0 auto 20px auto;
}

#nav {
	background: #666;
	color: white;
	height: 100px;
}

#top {
	height: 30px;
}

#head {
	background: #eee;
	height: 250px;
}

#head img {
	width: 800px;
}

.menu {
	background: #000;
	height: 30px; 
}

.menu > ul > li > a {
	font-size: 16px;
}

.menu ul, .menu ul ul {
	line-height: 30px;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: #fff;
	display: block;
	padding: 0px 5px;
	text-decoration: none;
}

.menu a:hover, .menu a:focus {
	background: #f60;
	color: white;
}

.menu ul li {
	float: left;
	position: relative;
}

.menu ul li img {
	position: relative;
	top: 4px;
}

.menu ul ul {
	background: #000;
	display: none;
	position: absolute;
	top: 30px;
	width: 210px;	
}

.menu ul li ul a {
	width: 200px;
	float: left;
}

.menu ul ul ul {
	top: auto;
}

.menu ul li ul ul {
	left: 200px;
	margin: 0 0 0 10px;
}

.menu ul li:hover ul ul, .menu ul li:hover ul ul ul, .menu ul li:hover ul ul ul ul {
	display: none;
}

.menu ul li:hover ul, .menu ul li li:hover ul, .menu ul li li li:hover ul, .menu ul li li li li:hover ul {
	display: block;
}

#footer {
	color: #999;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #999;
}

#footer a:hover {
	color: #f90;
}

#stundenplan {
	border: 1px solid #ccc;
	padding: 5px;
	width: 100%;
}

#stundenplan td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

#stundenplan th {
	background: #eee;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

hr {
	background: #f60;
	height: 1px;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #f60;
	border-bottom: 0;
}

#links {
    bottom: 8px;
    position: fixed;
    right: 8px;
    width: 183px;
}

#logo {
	background: url('../img/logo.png');
	height: 250px;
	width: 800px;
	left: auto;
	right: auto;
	position: absolute;
	z-index: 1000;
}

img.raum
{
	display: block;
    margin-left: auto;
    margin-right: auto
}