#search div {
	padding-left: 15px;
}
#search label { font-size: 11px; color: #fff; }
#search input.searchbox { width: 120px; font-size:11px; border:0px; padding:2px; border:1px solid #333333;}

#cartbox div { padding-left: 15px; color: #fff; font-size:11px; }
#cartbox label { font-size: 11px; color: #fff; }


#mainNavigation ul {
	margin:0px;
	margin-top:4px;
	padding:0px;
}
#mainNavigation li {
	margin:0px;
	margin-left:20px;
	padding:0px;
	display:inline;
	list-style:none;
	font-family: Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000;
}
#mainNavigation a {
	color:#000;
	text-decoration:none;
}
#mainNavigation a:hover{
	color:#f67d09;
}
#subNavigation ul {
	margin:0px;
	margin-top:3px;
	padding:0px;
}
#subNavigation li {
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:2px;
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	width:172px;
	height:26px;
	background:url('../../../img/layout/subNavBg.png') no-repeat;
	cursor:pointer;
}
#subNavigation a {
	float:left;
	margin-left:40px;
	margin-top:6px;
	color:#000;
	text-decoration:none;
}
#subNavigation li:hover{
	background:url('../../../img/layout/subNavBgH.png') no-repeat;
}
#legal a {
	color:#e4e4e4;
	font-weight:normal;
	text-decoration:none;
}
#legal a:hover {
	color:#f67d09;
}
form.login input {
	width:126px;
	border:1px solid #333;
	background:none;
	color:#fff;
	font-family: Arial, sans-serif;
	font-size:13px;
}
form.login .loginButton {
	margin-top:5px;
	margin-bottom:2px;
}
span.orange {
	font-weight:bold;
	color:#f67d09;
}
span.req {
	font-weight:bold;
	color:#f67d09;
}
#contentWrapper h1 {
	margin-top:0px;
	font-size:15px;
	color:#f67d09;
}
#contentWrapper h2 {
	margin-top:0px;
	font-size:12px;
	color:#fff;
}

a {
	color:#fff;
}

a:hover {
	color:#f67d09;
	text-decoration:none;
}
#contentRight a {
	color:#999;
}
#contentRight a:hover {
	color:#f67d09;
	text-decoration:none;
}
#contentWrapper ul {
	margin:0px;
	margin-bottom:10px;
	list-style: square;
}
#contentRight ul {
	margin:0px;
	padding-left:14px;
	margin-bottom:10px;
	list-style: square;
	color: #f67d09;
}
ul.profile li {margin-bottom:10px;}
form.default {
	padding: 2px;
}
form.default div.input {
	margin-bottom: 5px;
}
form.default label {
	width: 200px;
	float: left;
	margin-right: 5px;
}
form.default input.textMedium {
	font-size: 13px;
	padding:2px;
	width: 195px;
	border:1px solid #333;
}
form.default input.textBig {
	font-size:13px;
	padding:2px;
	width: 250px;
	border:1px solid #333;
}
form.default select.textMedium {
	font-size:13px;
	padding:2px;
	border:1px solid #333;
	width: 201px;
}
form.default textarea.textMedium {
	width:300px;
	font-family:Arial;
	font-size:13px;
	padding:2px;
	border:1px solid #333;
}
form.default input.submit {
	font-size:13px;
	font-weight:bold;
	background-color: #f67d09;
	padding:5px;
	color: #ffffff;
	border: 0px;
	cursor:pointer;
}
form.default input.required {
	font-size: 13px;
	padding:2px;
	width: 195px;
	border:1px solid #333;
}

select.catFilter { 
	font-size:13px;
	padding:2px;
	border:1px solid #333;
	width: 201px;
}
select.catFilter option { border-bottom:1px dashed #ff760d; padding:2px 0px;}

div.error-message { 
	background:white;
	padding:3px;
	color:red;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}
div.save-message { 
	background:white;
	padding:3px;
	color: green;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:10px;
}
hr { width: 100%; border-top:0px; border-bottom: 1px dashed #cccccc; border-left:0px;border-right:0px;}
table.cart {
	width:100%;
	padding:0px;
}
table.cart th { border-bottom: 1px solid #ccc; text-align:left; font-weight: bold;}
table.cart td { vertical-align: top; border-bottom: 1px solid #ccc; }
table.cart td.sum{ vertical-align: top; border-bottom:0px; font-weight:bold; }
span.labelwide { float: left; width: 115px; }
img.registerButton {
	border:1px solid #333;
	margin-bottom:5px;
	margin-top:10px;
}
img.passwdHelpButton {
	border:1px solid #333;
}

/** Hyperlinks */
a.chapterlink { font-weight:bold; color: #f67d09; text-decoration:none; }
a.chapterlink:hover { text-decoration:underline; color: #fff; }
a.favourite {color:#000; background: url('../../../img/icons/favourite.png') left center no-repeat; padding-left: 20px; font-size: 11px; }
a.buydvd {background: url('../../../img/icons/dvd.png') left center no-repeat; padding-left: 20px; color:#000; font-size:11px; }
a.course {text-decoration:none; font-style:italic; color: #fff;}
a.course:hover {color: #f67d09;}
a.video{color: #fff; font-weight:bold; }
a.forumitem {color: #f67d09; font-weight:bold; }

#chapters { background: none; }
div.media { width:150px; float:left; margin:10px 5px 0px 0px; text-align:center; }
div.locker { position:absolute; padding-left: 40px; padding-top: 18px; }
div.media img { border:2px solid #fff; }
div.media img:hover { border:2px solid #f67d09; }
div.locker img { border:0px; }
div.locker img:hover { border:0px; }

div.searchitem { }

h3.courseheaderX { background: url(../../../img/layout/h1_bg.png) no-repeat; width:600px; height:50px; padding-left:75px;padding-top:22px;font-size:18px;font-style:italic; margin-bottom:0px;}
h3.courseheader {padding-top:20px;padding-left:15px;font-size:18px;font-style:italic; margin-bottom:0px;background: url(../../../img/layout/h3_border.png) top left no-repeat; width:600px; height:35px; color:#e9e9e9;}
h3.course { font-size: 25px; margin:0px; }

div.toggle { padding:5px 0px 0px 0px; border-top:1px solid #fff;border-bottom:1px solid #fff; background:#666666; }
div.breadcrumb { padding: 2px; border-bottom:1px solid #fff; background:#666666 url(../../../img/layout/crumb_bg.png); font-size: 11px;}
div.breadcrumb a { text-decoration:none; }


#flowPlayer {
	width:630px;
	height:354px;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	text-align:center;
}

div.interaction {
	padding:5px; 
	border-top:1px solid #fff;border-bottom:2px solid #393836; background:#f67d09;
	margin-top:2px;
}

div.interaction div.interact {
	float:left;
}

div.interaction div.seitzeichen {
	float:right;
}

div.danger {
	padding: 0px 0px 0px 15px;
	background: url('../../../img/icons/danger.png') left top no-repeat;
	margin-bottom: 10px;
}

div.advice {
	padding: 0px 0px 0px 50px; 
	background: url('../../../img/layout/advice.png') top left no-repeat;
	margin-bottom: 10px;
}

div.lock {
	padding: 3px 3px 5px 15px;
	background: #000 url('../../../img/icons/lock.png') left top no-repeat;
	margin-bottom: 10px;
	line-height:18px;
	border:2px dashed #a11111;
}

div.unlock {
	padding: 3px 3px 5px 15px;
	background: #000 url('../../../img/icons/unlock.png') left top no-repeat;
	margin-bottom: 10px;
	line-height:18px;
	border:2px dashed #a11111;
}

#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:630px;
    height:200px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
}

#slide-images li img{
    display:block;
}