/* Stylesheet für correct-motors.de */


/* 
	globale Styles 
	------------------------------------------------------------------ 
*/

body {
	margin: 0;
	padding: 0;
	background: #006 url(bg_page.gif) repeat-y left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

input, select {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

a {
	color: #fff;
}

a:hover {
	color: #fff;
}

img {
	border: 0;
}

/* 
	Container für alle Elemente
	------------------------------------------------------------------ 
*/

#container {
}


/* 
	Kopf
	------------------------------------------------------------------
*/

#head {
	height: 85px;
	background-color: #623C3A;
}

#head p {
	margin: 0;
	padding: 0;
}

#head h1 {
	display: none;
}

/* 
	Tickerzeile
	------------------------------------------------------------------
*/

#ticker {
	overflow: hidden;
	height: 33px;
	padding-top: 5px;
	font-weight: bold;
	background: #006 url(bg_ticker.gif) repeat-x left top;
	/* IE Boxmodel hack */
	voice-family: "\"\}\"";
	voice-family:inherit;
	height: 28px;
}

#ticker a {
	text-decoration: none
}

html>body #ticker {
	height: 28px;
}

div.tx-cmjstickernews-pi1 {
	overflow: hidden;
}

/* 
	Container für gesamten Content
	------------------------------------------------------------------
*/

#contentcontainer {
	position: relative;
	margin: 17px 10px 0 200px;
	font-size: 12px;
}

/* 
	Content 
	------------------------------------------------------------------ 
*/

#content {
	margin: 0;
	padding: 0;
}

#content h1 {
	margin-top: 0;
	font: normal 22px Arial, Helvetica, sans-serif;
}

#content h2 {
	margin-top: 0;
	font: normal 18px Arial, Helvetica, sans-serif;
}

#content h3 {
	margin-top: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#content td p {
	margin: 0;
	padding: 0;
}

#content table {
	color: #000;
	background-color: #eaeaea;
}

#content table a {
	color: #000;
}

#content form table {
	color: #fff;
	background-color: transparent;
}


/*
    Tabelle um Bilder des Contentbereichs
    bzw Tabellen ohne Hintergrund
*/

#content table.imgtext-table,
#content table.donttouch,
#content table.NOBORDER
{
	background-color: transparent;
	color: #fff;
}

#content table.imgtext-table a,
#content table.donttouch a,
#content table.NOBORDER a
{
	background-color: transparent;
	color: #fff;
/*
	text-decoration: none;
*/
}

/* 
	Container für das linke Menü 
	------------------------------------------------------------------ 
*/

#navcontainer {
	position: absolute;
	left: 10px;
	top: 140px;
	width: 170px;
}

#navcontainer ul {
	width: 170px;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	display: inline;
	height: 30px;
}

#navcontainer a {
	display: block;
	width: 170px;
	padding: 0 10px 5px 10px;
	text-decoration: none;
	text-align: left;
	font: normal 12px/29px Arial, Helvetica, sans-serif;
	color: #fff;
	background: transparent url(bg-menue-l0.gif) left top no-repeat;
	/* IE Boxmodel hack */
	voice-family: "\"\}\"";
	voice-family:inherit;
	width: 150px;
}

html>body #navcontainer a {
	width: 150px;
}

#navcontainer a.sublevel1 {
	background: transparent url(bg-menue-l1.gif) left top no-repeat;
}

#navcontainer a.sublevel2 {
	background: transparent url(bg-menue-l2.gif) left top no-repeat;
}

#navcontainer a.sublevel3 {
	background: transparent url(bg-menue-l3.gif) left top no-repeat;
}

#navcontainer a.current {
	background: transparent url(bg-menue-curr.gif) left top no-repeat;
}


