/* some general styles*/

html {
	overflow-y: scroll;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: helvetica, verdana;
	font-size: 16px;
	color: #333366;
	background-color: #FFFFFF;
}

a:link, a:visited, a:focus, a:hover, a:active {
	color: #1025AA;
	text-decoration: none;
	border-width: 0;
	outline-width: 0;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	padding: 0px 10px 5px 5px;
	display: inline;
	vertical-align: top;
}

legend {
	padding: 0 2px;
	margin: 0 0 3px 0;
}

td, th {
	padding: 0 8px 0 0;
	vertical-align: top;
}

#container {
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}/* some general CSS-classes */

.noWrap {
	white-space: nowrap;
}

.rightFloat {
	float: right;
}

.leftFloat {
	float: left;
}

img.leftFloat, img.rightFloat {
	margin: 5px !important;
}

.clear {
	clear: both;
}

.bold, .fett {
	font-weight: bold;
}

.indent {
	padding-left: 10em;
}

.spacerTop {
	margin-top: 3em;
}

.spacerBottom {
	margin-bottom: 3em;
}

.inline {
	display: inline;
}

.niceInput {
	border: 1px dashed gray;
	color: gray;
}
textarea.niceInput {
	overflow: auto;
}

.niceInput:focus {
	background-color: silver;
	color: black;
}

.fullWidth {
	width: 100%;
}

table.fixed {
	table-layout: fixed;
}

.button {
	border: 0px none transparent;
	background: url('pfeil.png') 3px 50% no-repeat transparent;
	padding: 0 2px 0 15px;
	cursor: pointer;
	color: #333366;
}

.button:hover * {
	text-decoration: underline;
}

hr.vr {
	width: 0;
	margin: 0 2px;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
}

li.file, .file li {
	list-style-image: url(file.png);
}
li.dir, .dir li {
	list-style-image: url(dir.png);
}

img.contentImage {
	max-width: 90%;
	display: block;
	margin: 10px auto;
}

.youTube {
	display: block;
	margin: 10px auto;
}

.quote {
	text-align: right;
	font-style: italic;
	margin: 0.7em 0;
}
.quote .author {
	font-weight: bold;
	font-style: normal;
}/* header styles*/

#header {
	height: 150px;
	background: url('(9) ctc_logo.png') no-repeat scroll 81% 50%;
}/* main navigation*/

#mainNavigation {
	height: 20px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 5px 0 5px 200px;
	list-style: none;
	/*background-color: #DDDDDD;*/
	background-image: url('mainNavigationBG.png');
}

#mainNavigation.withRight {
}

#mainNavigation .item {
	display: inline;
	margin: 0px 20px;
	line-height: 20px;
	font-weight: bold;
}/* errors */

#error {
	margin: 0 0 0 200px;
	padding: 0;
	list-style: none;
}

#error .error{
	padding: 2px 5px;
	margin: 0;
	border-bottom: 1px dashed #AAAAAA;
}/* the leftNavigation*/

#leftNavigation {
	height: 100%;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 190px;
	list-style-image: url('leftNavigationList.png');
	background-color: #FFFFFF;
	/*position: fixed;*/
	overflow: visible;
}

#leftNavigation .item {
	margin: 0;
	padding: 0;
}

#leftNavigation .item .link {
	padding: 3px 5px;
	font-weight: bold;
}

#leftNavigation .item.active{
	background-color: #1025AA;
}

#leftNavigation .item.active .link{
	color: #FFFFFF;
}

#leftNavigation .item.active .sub .link{
	color: #1025AA;
}

#leftNavigation .item .link {
	display: block;
}

#leftNavigation .sub {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	background-color: #DDDDDD;
}

#leftNavigation .sub .item {
	padding: 0 0 0 10px;
}
#leftNavigation .sub .item.active {
	background-color: #EEEEEE;
}
#leftNavigation .sub .item.active .link {
	color: #1025AA;
}




#leftNavigation .item:hover .sub, #leftNavigation .item.active .sub {
	display: block;
}/* general content */

#content {
	margin: 0 0 0px 200px;
	padding: 10px 10px 30px 20px;
}

#content.withRight {
	margin-right: 200px;
}/* footer */

#footer {
	width: 100%;
	padding: 0;
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0%;
}/* the right column of the design */

#rightContent {
	float: right;
	height: 100%;
	width: 200px;
}

#rightContent .item {
	border: 1px solid #333333;
	background-color: #000000;
	margin: 5px 0 0 0;
}

#rightContent .item .title {
	color: #333333;
	background-color: #888888;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

#rightContent .item .image {
	margin: 5px;
	float: left;
}

#rightContent .item .content {
	color: #999999;
	padding: 5px;
}

#rightContent .item .link {
	clear: both;
}/* the voices */

.voice {
	display: block;
	border-bottom: 3px double #777777;
	margin: 3px 30px;
}

.voice .author {
	display: inline-block;
	width: 150px;
	text-align: center;
	margin-left: -30px;
	margin-right: -130px;
}

.voice .date {
	display: block;
	float: right;
	width: 65px;
	text-align: right;
	margin-right: -30px;
}

.voice .text {
	display: inline-block;
	margin: 0 -30px 10px 130px;
	vertical-align: top;
}