/*-------------------------------------------------------------------------------------------*/
/* Allgemeine Formatdefinitonen */
table#main {
	border: 1px solid #CCCCCC;
}

TD#head {
	padding-left: 5px;
	padding-right: 5px;
	height: 80px;
}
TD#balken {
	height: 31px;
}
TD#navigation {
	width: 175px;
	height: 415px;
}
TD#content {
	width: 436px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

TD#rechts {
	width: 175px;
	height: 480px;
}
#rechts #spalterechts {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	padding-top: 10px;
	height: 100%;
}

TD#navigation .navigation1 {
	font-weight: bold;
	font-size: 13px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
TD#navigation .navigation2 {
	font-weight: normal;
	font-size: 12px;
	margin-right: 15px;
	margin-left: 32px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*-------------------------------------------------------------------------------------------*/
/* Allgemeine Formatoptionen für Text */

P, DIV, H1, H2, H3, H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

.lauftextfett {
	font-weight: bold;
}
.lauftextklein {
	font-size: 11px;
}

A {
	text-decoration: underline;
	color:#3366CC;
}
A:link {
	text-decoration: underline;
}
A:visited {
	text-decoration: underline;
}
A:hover {
	text-decoration: none;
	color: #3399CC;
}
A:active {
	text-decoration: none;
	color: #3366CC;
}

/*-------------------------------------------------------------------------------------------*/
/* Formate für Spalte Navigation */

TD#navigation A {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
}
TD#navigation A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
}
TD#navigation A:visited {
	text-decoration: none;
}
TD#navigation A:hover {
	text-decoration: none;
	color: #999999;
}
TD#navigation A:active {
	text-decoration: none;
	color: #666666;
}

/*-------------------------------------------------------------------------------------------*/
/* Formatoptionen für Spalte Content */

TD#content H1 {
	font-size: 13px;
}
