/* default style definitions */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0px;
	padding: 10px;
}

a, a:visited, a:link, a:active, a:hover {
	color: #cd1a1a;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, h7 {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	margin-top: 3;
}

td, p, .bodytext, li, div {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}

.csc-header h1 {
	background-color: #dbdbdb;
	padding-right: 8px;
	margin-top: 3px;
	margin-bottom: 0px;
	color: #414042;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	text-align: right;
	background-image: url( "../images/header.gif" );
	background-repeat: no-repeat;
	background-position: right top;
}

/* special layout definitions */
#logo {
	position: absolute;
	width: 200px;
	height: 120px;
	top: 11px;
	left: 10px;
	overflow: hidden;
	z-index: 10;
}

#navigation {
	position: absolute;
	width: 180px;
	top: 140px;
	overflow: auto;
	z-index: 5;
	padding-bottom: 5px;
}

#content {
	position: absolute;
	width: 650px;
	top: 50px;
	left: 170px;
	overflow: auto;
	background-color: #e9e9e9;
	padding-bottom: 15px;
}

#title {
	height: 40px;
	margin-top: 35px;
	margin-left: 70px;
	margin-right: 10px;
	padding-top: 20px;
	color: #414042;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url( "../images/title.gif" );
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#article {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 20px;
}

#left {
	float: left;
	width: 285px;
}

#right {
	float: right;
	width: 285px;
}

.left {
	padding-right: 3px;
	vertical-align: top;
}

.right {
	padding-left: 3px;
	vertical-align: top;
}

#ads {
	position: absolute;
	top: 50px;
	left: 840px;
}

/* navigation */
.nav {
	margin-left: 10px;
	margin-top: 15px;
	padding-left: 40px;
	color: #414042;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav a, .nav a:hover, .nav a:active,
.nav a:link, .nav a:visited {
	color: #414042;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav {
	background-image: url( "../images/gray.gif" );
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.nav.color4 { /* red */
	background-image: url( "../images/red.gif" );
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.nav.color5 { /* orange */
	background-image: url( "../images/orange.gif" );
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.nav.color6 { /* yellow */
	background-image: url( "../images/yellow.gif" );
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.nav.color7 { /* green */
	background-image: url( "../images/green.gif" );
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.nav.color8 { /* blue */
	background-image: url( "../images/blue.gif" );
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.nava {
	margin-left: 10px;
	margin-top: 15px;
	padding-left: 40px;
	color: #414042;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.nava a, .nava a:hover, .nava a:active,
.nava a:link, .nava a:visited {
	color: #414042;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.nava {
	background-image: url( "../images/a_gray.jpg" );
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.nava.color4 { /* red */
	background-image: url( "../images/a_red.jpg" );
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.nava.color5 { /* orange */
	background-image: url( "../images/a_orange.jpg" );
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.nava.color6 { /* yellow */
	background-image: url( "../images/a_yellow.jpg" );
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.nava.color7 { /* green */
	background-image: url( "../images/a_green.jpg" );
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.nava.color8 { /* blue */
	background-image: url( "../images/a_blue.jpg" );
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.subnav {
	margin-top: 5px;
	color: #414042;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.subnav a, .subnav a:hover, .subnav a:active,
.subnav a:link, .subnav a:visited {
	color: #414042;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.subnava {
	margin-top: 5px;
	color: #414042;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.subnava a, .subnava a:hover, .subnava a:active,
.subnava a:link, .subnava a:visited {
	color: #414042;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

/* articles and commercials */
.commercial {
	background-color: #e9e9e9;
	margin-bottom: 5px;
}

.commercial h1 {
	margin: 0px;
	padding-right: 8px;
	color: #414042;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: right;
	background-image: url( "../images/header.gif" );
	background-repeat: no-repeat;
	background-position: right top;
}

/* typo extras */
.typo3-adminPanel {
	position: relative;
	left: 10px;
	top: 700px;
}

/* news */
.news h2 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0px;
}

div.news p.more {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

div.news h3 {
	font-size: 12px;
	font-style: italic;
}

div.news p.bodytext {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
}

/* company database */
.result {
	margin-bottom: 10px;
}

table.result {
	width: 580px;
}

.result td {
	color: black;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
}

.result th {
	text-align: left;
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	padding: 2px;
}

.result td a, .result td a:active, .result td a:link,
.result td a:visited {
	color: #666666;
	font-style: normal;
	font-weight: bold;
}

.result td a:hover {
	text-decoration: underline;
}

.result th.aRight, .result td.aRight {
	text-align: right
}

.message {
	color: black;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}

div.singleView {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}

input, select {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}

.field, .area {
	width: 300px;
}

.area {
	height: 200px;
}

form {
	margin: 0px;
	padding: 0px;
}

div.note {
	width: 400px;
	padding: 2px;
	border: 1px solid #009900;
	color: #009900;
	margin-bottom: 15px;
}

div.error {
	width: 400px;
	padding: 2px;
	border: 1px solid #990000;
	color: #990000;
	margin-bottom: 15px;
}

.result tr.contact td a,
.result tr.contact td a:visited,
.result tr.contact td a:link,
.result tr.contact td a:active {
	color: #cd1a1a;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.result tr.contact td a:hover {
	text-decoration: underline;
}

.contact {
	border-bottom: 1px solid #cccccc;
}

.tqSearch {
	font-size: 11px;
}

.tqSearch th {
	text-align:left;
	font-weight:normal;
}
