@media screen {
	
html{
	margin: 0;
	padding: 0;
	height: 80%;
}

body {
	background: #033680;
	color: #000000;
	margin: 0;
	padding: 5% 0 15% 0;
	height: 80%;
	font-family: Helvetica, Verdana, Tahoma, Geneva, Arial, sans-serif;
}

html>body{height:90%;}

div.welcome {
	border: 1px solid #FFFFFF;
	padding: 1px;
	margin: auto;
	height: 461px;	
	width: 770px;
	color: #033680;
	background: url(images/welcome.jpg) no-repeat center;
}

div.welcome a,
div.welcome a:hover,
div.welcome a:visited {
	text-decoration: none;
	color: #033680;
	background: none;
}

#startmenu {
	font: bold 16px Arial, Helvetica, Verdana, Tahoma, sans-serif; 
   position: relative;
	top: 200px;
	left: 630px;
}

div.page {
	margin: auto;
	padding: 0;
	background: #000000 url(images/background.jpg) top left no-repeat;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 795px; 
	height: auto;
}

div.container {
	border: 1px solid #1836AF;
	color: #000000;
	background-color: #ffffff;
	margin: 0 0 0 160px;
	padding: 0;
}

div.logo {
	float: right;
	margin: 1em;
	background-color: #FFFFFF;
	color: #000000;
}

div.content {
	padding: 0.1em 2.0em 2.0em 2.0em;
	background: #FFFFFF;
	color: #000000;
	min-height: 400px;
}

div.content p,
div.content li {
	line-height: 150%;
	font-size: 80%;
}

div.folders {
	margin: 0;
	padding: 3px;
	background: #1836AF url(images/buttonbar.gif) repeat-x;
	color: #FFFFFF;
	border-top: 1px solid #2A4DAB;
	border-bottom: 1px solid #000000;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 24px;
	text-align: center;
}

div.folders a {
	padding: 3px 10px 3px 10px;
	margin: 0;
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
	border: 1px solid #7592CA;
}

div.folders a:hover {
	background: transparent url(images/button_high.gif) repeat-x;
	color: #000000;
}

div.folders a.selectedfile {
	background: transparent url(images/button_sel.gif) repeat-x;
	color: #FFFFFF;
}

div.folders a.selecteddir {
	display: none;
}

div.language {
	background-color: #1836AF;
	color: #D3D3D3;
	text-align: right;
	padding: 0.3em;
}

div.language a {
	border: none;
	padding: 6px 1px 6px 1px;
}

div.paging {
	font-size: 0.8em;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	color: #000000;
	background: transparent;
}

div.paging a,
div.paging a:hover,
div.paging a:visited {
	text-decoration: none;
	color: #1836AF;
	background: transparent;
}

div.paging .highlight {
	color: red;
	background: transparent;
}

div.footer {
	background-color: #1836AF;
	color: #D3D3D3;
	font-size: 0.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0 0.3em 3em 0.3em;
	clear: right;
	border: 1px solid #1836AF;
}

div.footer a {
	color: #D3D3D3;
	background: transparent;
	text-decoration: none;
}

div.footer a:hover {
	color: #FFFFFF;
	background: transparent;
}

div.content a {
	color: #1836AF;
}

div.content a:hover,
div.content a:visited {
	color: #3399FF;
}

h1, 
h2,
h3,
h4 {
	margin-top: 50px;
}

h2 {
	color: #1836AF;
	background: transparent;
	font-style: italic;	
}

ul {
	background: #C9D3EE;
	color: #000000;
	padding: 0.5em;
}

ol {
	list-style: lower-alpha;
}

li {
	margin: 5px auto auto auto;
	list-style-position: outside;
	list-style-type: circle;
}

ul.hinweis li {
	list-style-position: inside;
}

table {
	border: 1px solid #C0C0C0;
	width: 100%;
	margin: 2px;	
}

td {
	font-size: x-small;
	margin: 0;
	padding: 2px 5px 2px 5px;
	text-align: center;
	background-color: #ffffff;
}

td.kopf {
	text-transform: upper;
}

td.hinweis {
	font-size: xx-small;
	border-bottom: 1px solid #000000;
	text-transform: upper;
	text-align: center;
	color: Gray;
	background-color: transparent;
}

td.schiff {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	width: 100px;
}

td.haefen {
	font-size: xx-small;
}

.hinweis {
	font-size: small;
}

.schedulelink {
	text-decoration: none;
	vertical-align: middle;
}

};
