/* HTML-Tags */
html {
	height: 101%;
}

body {
	background-color: #13293e;
	color: #fff;
	font: 11pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

a:hover {
	text-decoration: none;
}

li {
	margin-bottom: 1em;
}

img {
	border-style: none;
}

table {
	border-style: none;
	border-width: 0;
}

td, th {
	padding: 0 0.5em 0.25em;
}

/* Standard-Styles */
#header {
	text-align: center;
	margin-bottom: 10px;
}

#header img {
	margin: 0 5px;
}


#navigation {
	float: left;
	width: 140px;
	text-align: center;
	font-weight: bold;
}

#navigation ul {
	padding: 0;
	list-style-type: none;
	margin: 1em 0;
}

#navigation ul li {
	margin-bottom: 0;
}

#navigation ul li.active {
	font-style: italic;
}

#navigation ul li.last {
	margin-top: 1em;
}

#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active {
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation img {
	margin-bottom: 1em;
}

#content {
	position: relative;
	margin-left: 160px;
}

/* Allgemeine Klassen */
.imgFloatMargin {
	margin-top: 2em;
}

.imgFloatMargin img {
	margin-right: 20px;
	margin-bottom: 20px;
}

.imgFloatMargin div {
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.imgFloatMargin div img{
	margin: 0;
}

.centerContent {
	text-align: center;
}

.centerElement {
	margin-right: auto;
	margin-left: auto;
}

.noBullets {
	list-style-type: none;
}

.numBullets {
	list-style-type: decimal;
}

/* SchulteTube */
.videoOverview div {
	width: 250px;
	height: 220px;
}

.videoViewer {
	text-align: center;
	color: #000;
	width: 650px;
}

.videoViewer h1 {
	font-size: 1em;
	margin: 5px 0 15px;
}

#videoPlayer {
	width: 640px;
	height: 385px;
}

