/*
Spalteneinteilung
*/

/* allgemein */
table.content_table {
	position:relative;
	width:760px;
	border-collapse:collapse
	background-color:yellow;
	border:none;
	table-layout:fixed;
}

table.content_table tr.row {
	border:none;
}

table.content_table td.col {
	width:240px;
	border:none;
	margin:0px;
	padding:0px;
	vertical-align:top;
	overflow:visible;
}
table.content_table td.dst {
	width:20px;
	border:0px;
}
/* 2spalten 1 */
table.content_table_2col_1 td.col_2{
	width:500px;
}
table.content_table_2col_2 td.col_1{
	width:500px;
}
table.content_table_2col_3 td.col_1,
table.content_table_2col_3 td.col_2{
	width:370px;
}
/*
Inhaltsformatierung
*/
div.csc-frame {
	tex-align:left;
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	color:#000000;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
}

div.csc-frame div.csc-frame{
	padding-top:-5px;
	padding-bottom:-5px;
}
/* Überschriften */
div.csc-frame h1{
	font-size:12px;
	font-weight:bold;
}

div.csc-header .underline {
	border-bottom:1px dotted #000033;
	font-size:12px;
	font-weight:bold;
}
div.csc-frame h2{
	font-size:11px;
	font-weight:bold;
}
/* LISTEN */ 
div.csc-frame ul {
	list-style-image:url(../images/bullet_1.gif);
}
div.csc-frame ul ul{
	list-style-image:url(../images/bullet_2.gif);
}
div.csc-frame ul ul ul{
	list-style-image:url(../images/bullet_3.gif);
}
/* SITEMAP */ 
div.csc-frame p.csc-sitemap{
	padding:0px;
	margin:0px;
}
/* LINKS */ 
div.csc-frame a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
div.csc-frame a:hover {
	color:#000080;
}
