/* Start of CMSMS style sheet 'standard' */
body { 
	background-image: url(uploads/images/theme/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.95em;
	text-align: left; 
	margin: 0 auto; 
	width: 905px;
	padding: 0;
	position: relative;
	color: black; 
	background-color: #FDFDFD; 
} 

h1 { 
	font-size: 1.4em; 
	font-weight: bold; 
	color: #666666;
	line-height: 1.1em; 
	padding: 0px 0px 5px 0px; 
	margin: 0px;
}
h2 { 
	font-size: 1.2em; 
	font-weight: bold; 
	line-height: 1.2em; 
	padding: 0px 0px 5px 0px; 
	margin: 0px;
	color: #333333;
}
h3 { 
	font-size: 1.3em; 
	font-weight: normal; 
	line-height: 1.2em; 
	padding: 0px 0px 5px 0px; 
	margin: 0px;
}
h4 { 
	font-size: 1.2em; 
	font-weight: bold; 
	line-height: 1.2em; 
	padding: 0px 0px 5px 0px; 
	margin: 0px;
}
h5 { 
	font-size: 1.2em; 
	font-weight: normal; 
	line-height: 1.2em; 
	padding: 0px 0px 5px 0px; 
	margin: 0px;
}

/* links */
a, a:link, a:visited { 
	color: black; 
	text-decoration: underline; 
	background-color: transparent; 
} 
a:active, a:hover { 
	color: #ff6600; 
	text-decoration: underline; 
	background-color: transparent; 
}
a img { 
	border-style: none; 
}

fieldset {
	padding: 5px; 
	margin: 0; 
	background-color: #ffccff; 
}

legend {
	background-color: #cc99cc; 
	padding: 2px 5px; 
	font-weight: bold; 
	border: solid 1px;
}

label {
	padding: 0 0 0 5px; 
	font-size: 0.9em; 
}

img.theme {
	border-left: #660066 solid 30px; 
}

/* Layout */
#access, #menu1 .navLabel {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 0px;
	width: 0px;
}

#wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px; 
background-color: white;
}

#header {
	background-image: url(uploads/images/theme/header.jpg);
	background-repeat: no-repeat;
	background-position:center;	
	background-color: black;
	width: 900px;
	height: 106px;
	border-color: #999999;
	border-style: solid;
	border-width: 0 0 2px 0;
}

#header h1, #header h2 {
	display: none;
}

#menu2 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 7px;
	width: 200px;
}

#menu2 .navLabel {
	color: #660066;
	padding: 4px 0px 5px 5px;
}

#menu2 .navMenu {
	list-style: none;
}

#menu2 ul  {
	display: inline-block;	
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#menu2 li {
	font-size: 0.9em;
	line-height: 25px;
	background-color: #cc99cc;
	border-color: #FDFDFD;
	border-style: solid;
	border-width: 1px 0px;
}

#menu2 .navButton {
	text-decoration: none; 
	padding: 0px 0px 0px 5px;
}

#menu2 .navButton:hover {
	color: white;
	text-decoration: none;
}

#menu2 .navButtonActive, #menu2 .navButtonActive:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
}

#menu2 ul ul .navButtonActive, #menu2 ul ul .navButtonActive:hover {
	color: black;
}

#menu2 ul ul li {
	font-size: 0.9em;
	line-height: 25px;
	background-color: #ffccff;
	border-bottom: 0px;
}

#path {
	font-size: 0.95em;
	font-weight: bold;
	color: #666666;
	padding: 2px 0px 8px 0px;
border-width: 0 0 1px 0;
	border-color: #999999;
	border-style: solid;
 margin: 0 0 3px 0;
}

#path a, #path a:link, #path a:visited { 
	color: #999999; 
} 

#path a:active, #path a:hover { 
	color: #cccccc;
}

#path .lastitem {
	color: #660066;
}

#content {
	padding: 5px 7px 5px 0px;
	width: 675px;
	float: right;
	min-height: 400px;
	font-size: 0.85em;
}

#player_background {
	background-image: url(uploads/images/theme/player_background.gif);
	background-repeat: no-repeat;
	background-position:center;	
	background-color: black;
	width: 680px;
	height: 350px;
}

#termin {
	font-size: 10px;
	text-align: center;
}

table.courses {
text-align: center;
}

.courses thead {
background: #ff9966;
font-weight: bold;
}

.courses td {
padding: 2px 0;
font-size: 95%;
}

td.course {
width: 230px;
}

td.level {
width: 44px;
}

td.duration {
width: 50px;
}

td.age {
width: 80px;
}

td.time {
width: 130px;
}

td.teacher {
width: 120px;
}

.subtype {
background: #ffcc99;
font-style: italic;
}

tr.odd {
background: #e5e5e5;
}

#footer {
	clear: both;
	font-size: 0.8em;
	color: grey;
	border-top: 1px solid lightgrey;
	padding: 3px;
	text-align: center;
}

#footer a {
	color: grey;
}
/* End of 'standard' */

