/**
  * CSS Properties for asc-bw.de
  *
  * created on 23.02.2007 by Sebastian Gauditz
  *
  **/

/*	HTML-Body	*/
body {
	margin: 		0;
	padding: 		0;

	font-family: 		Arial, Verdana, Sans-serif;
	font-size: 		94%;

	border:			solid #B7B7B7 1px;
	width: 			997px;

	padding-top: 		20px;
	background-color:	#FFFFFF;

}

li {
	font-size:		0.8em;
	margin-right:		8px;
}

div.wrapper {
	background-image:       url('./images/body_background.png');
        background-repeat:      repeat-x;
}

/*	Page-header	*/
div.header {
	width:			auto;
	height:			30px;
	background-image:	url('./images/toolbar_pattern.png');
	background-repeat:	repeat-x;
}

div.header img {
	margin-top:		-12px;
	padding-left:		4px;
}

div.header span#header_title {
	position:		relative;
	top: 			-24px;
	color:			white;
	font-size:		18px;
	font-style:		italic;
	font-weight:		bold;
	margin-left:		12px;
}

/*	Menu	*/
div.menu {
	margin-top: 		32px;
	width:			130px;
	margin-left: 		16px;
	float: 			left;
}

div.menu1-level1-no a {
	display: 		block;
	color:			#bd860e;
	text-decoration:	none;
	padding-bottom:		12px;
}

div.menu1-level1-no a:hover {
	text-decoration:	underline;
}

div.menu1-level1-act a {
	display:		block;
/*	color:			#e95b0f; */
	color:			#bd860e;
	padding-bottom:		12px;
	text-decoration:	none;
	font-weight:		bold;
}

div.menu1-level2-no a {
	display:		block;
	font-size:		0.8em;
	color:			#bd860e;
	padding-bottom:		6px;
	margin-left:		16px;
	text-decoration:	none;
}

div.menu1-level2-no a:hover {
	text-decoration:	underline;
}

div.menu1-level2-act a {
	display:		block;
/*	color:			#e95b0f; */ 
	color:			#bd860e;
	padding-bottom:		6px;
	margin-left: 		16px;
	font-size:		0.8em;
	text-decoration:	none;
	font-weight:		bold;
}

/*	Page-content	*/
div.content {
	margin-left: 		200px;
	margin-top: 		32px;
	margin-right: 		170px;
}

div.contentContainer {
	border:			solid #B7B7B7 1px;
	padding-top:		0px;
	margin-bottom:		16px;
	margin-top:		0px;
	background-color:	#F6F6F0;
}

h1 {
	margin: 		0;
	padding: 		0;
	font-size:		1em;
	font-weight:		normal;
	width:			auto;
	border-bottom:		solid #B7B7B7 1px;
	padding-left:		4px;
	background-image:	url('./images/toolbar_pattern.png');
}

h1.csc-firstHeader {
	margin:			0;
	padding:		0;
	padding-left:		4px;
}

/*	Info box area	*/
div.info {
	margin-top: 		32px;
	float: 			right;
	width: 			150px;
	
}

div.infoContainer {
	border:			solid #B7B7B7 1px;
	border-right:		none;
	background-color:	#FFF;
	margin-bottom:		16px;
}

/*	Footer	*/
div.footer {
	margin-top: 		32px;
	clear: 			both;
	font-size:		0.7em;
	margin-left: 		16px;
}

.bodytext {
	font-size: 		0.8em;
	margin-left:		8px;
	margin-right:		8px;
	margin-top:		12px;
}


.csc-uploads {
	padding: 		8px;
}

.csc-uploads td {
	vertical-align: 	top;
	margin-bottom:		1em;
}


.csc-uploads-icon {
	border:			solid #B7B7B7 1px;
}

.csc-uploads-fileName a {
	font-size:		0.8em;
	color:			#bd860e;
	text-decoration:	none;
}

.csc-uploads-fileName a:hover {
	text-decoration:	underline;
}

.csc-uploads-description {
	font-size:		0.8em;
}

.csc-uploads-fileSize {
	font-size:		0.8em;
	padding-left:		2em;
	padding-top:		0.3em;
}


/*

div.contentContainer:after {
	background-image:	url('./images/schatten_unten.png');
	display:		block;
	height:			8px;
	width:			100%;
	content:		"";
	margin-left:		8px;
	margin-bottom:		-8px;
}

div.contentContainer:before {
	background-image:	url('./images/schatten_rechts.png');
	display:		block;
	content:		"";
	height:			100%;
}
*/
