
/* -------------------------------------------------- */
/*    GLOBAL STUFF                                    */
/* -------------------------------------------------- */


html, body, div, p, h1, h2, h3, h4, img, ul, li, a {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

html {
	/*background: url(0101_ani.gif);*/
	height: 100%;
}


body {
	font-family: Monaco, "Courier New", Verdana;
	/*background: url(platinek.gif) no-repeat right bottom fixed;*/
	text-align: left;
	font-size: 10px;
	color: #000000;
	padding-bottom:30px;
	/* height: 100%; */
}



a {
	text-decoration: none;
	color: #000000;
}


a:visited {
	color: #666666;
}


a:hover {
	color: #000000;
}






/* -------------------------------------------------- */
/*    POSITIONING                                     */
/* -------------------------------------------------- */



#nav {
	position:fixed;
	top:0px;
	width:15%;
	float:left;
}


#center {
	margin: 30px 27% 0px 18%;
	/* background: #FFFFFF;*/
}




/* -------------------------------------------------- */
/*    NAVIGATION                                      */
/* -------------------------------------------------- */


#breadcrumb {
	/* padding-left:10px;*/
	font-weight:bold;
	text-transform: Uppercase;
}

#nav a:visited, #breadcrumb a:visited {
	color: #000000;
}


#nav a:hover, #breadcrumb a:hover {
	color: #FFFFFF;
	background: #000000;
}


#nav ul {
	margin-bottom:10px;
	list-style:none;
}

#nav ul ul{
	/* background: #FFFFFF; */
}

#nav li {
	padding-left:10px;
}

#nav ul li {
	font-family: Verdana;
	/*text-transform:Uppercase;*/
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -2px;
	border-top: 10px solid #000000;
	margin-top: 30px;
	padding-bottom: 5px;
	/* background: #FFFFFF; */
	color:#000000;
}

#nav ul ul li {
	font-family: Monaco, "Courier New", Verdana;
	font-weight: bold;
	text-transform:none;
	letter-spacing: 0px;
	font-size: 10px;
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #000000;
	border-top: 0px none;
}
#nav ul ul ul li {
	font-family: Monaco, "Courier New", Verdana;
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 0px;
	border: 0px none;
}


/* -------------------------------------------------- */
/*    CONTENT                                         */
/* -------------------------------------------------- */

#headline {
	font-family: Verdana;
	/*text-transform:Uppercase;*/
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
	line-height: 27px;
	letter-spacing: -3px;
	padding-bottom:3px;
	Font-weight:bold;
}

#headline h1 {
	font-size: 30px;
}


#cont {
	padding-bottom:30px;
}
#cont h1{
	font-family: Verdana;
	/*text-transform:Uppercase;*/
	border-bottom: 1px solid #000000;
	/*padding-left:10px;*/
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -2px;
	margin-top:50px;
	margin-bottom:10px;
	clear:both;
}

#cont p a, #cont li a{
	text-decoration: underline;
	padding-left:10px;
	background: url(ln_arrow.gif) no-repeat left;
}



#cont p, #subdesc p, #cont div.csc-textpic-imagewrap{
	/*padding-left:10px;*/
	padding-bottom:10px;
}

#cont pre p{
	margin: -10px 0px 0px 0px;
	padding: 0px;
	font-size:12px;
}
#cont pre i{
	color:#CCCCCC;
	font-style: normal;
}
#cont pre{
	background: #666666;
	color: #FFFFFF;
	/*margin:0px 10px;*/
	padding-left: 5px;
	font-family:Courier;
}

#cont ul{
	padding-left:65px;
	list-style-type:square;
}
#cont ol{
	padding-left:65px;
}

#cont li{
	padding-bottom:10px;
}


#cont dl.csc-textpic-image {
	background: #000000;
	color: #FFFFFF;
	/*padding:2px; */
}

#cont dd.csc-textpic-caption {
	padding-left:3px;
}


#subdesc h1{
	font-family: Verdana;
	/*text-transform:Uppercase;*/
	/*padding-left:10px;*/
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -1px;
	margin-top:15px;
	margin-bottom:0px;
}

#subdesc a{
	padding-left:10px;
	background: url(h1_arrow.gif) no-repeat left;
}
#subdesc a:visited{
	color:#000000;
}
#subdesc p{
	padding-left:21px;
}


