@charset "UTF-8";
/* 
----------------------------------------------------------------------
Jetaction Website
Start: 22.04.2007
Letzte Aenderung: 28.04.2007
Autor: marc thiele - www.marcthiele.com
Medium: Screen
----------------------------------------------------------------------
*/

/* Allgemeine Einstellungen */

* {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	background-color: #FFF;
}
p {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
}
h1 {
	font-size: 130%;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h2 {
	font-size: 130%;
	color: #3D506D;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h3 {
	font-size: 110%;
	color: #536990;
	padding-bottom: 12px;
	padding-left: 20px;
}
h5 {
	font-size: 110%;
	color: #333;
	padding-bottom: 12px;
	padding-left: 20px;
}
hr {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
/* @override http://www.cundr.ch/css/cundr.menu.css */

.menu ul {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
}

.passive a {
	color: #FFFFFF;
	text-decoration: none;
}
#container  {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header  {
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
}
#header blockquote h1 img {
	float: right;
}
#header h1  {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 20px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
#menu {
	height: 30px;
	background-color: #FFF;
	border: thin solid #FFF;
}
#container #kante_unten {
	width: 1000px;
	float: left;
	background-color: #FFF;
}
#mainContent  {
	background-repeat: repeat-y;
	background-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#unternemu {
	float: right;
	width: 310px;
	margin-top: 20px;
}
#unternemu h1 {
	color: #3D4E6B;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 125%;
}
#ticker {
		width: 200px;
		background-color: #FFF;
		height: 200px;
		position: static;
		margin-top: 100px;
}
#ticker a  {
	color: #333;
	font-size: 16px;
}
#ticker a:hover {
	color: #333;
	text-decoration: underline;
}
#inhalt   {
	width: 630px;
	background-color: #FFF;
}
#inhalt p a {
	color: #333;
	text-decoration: underline;
}
#inhalt img {
	padding: 0px;
}
#inhalt  td{
	line-height: 20px;
	color: #333;
}
#inhalt table {
	margin-left: 20px;
}
#inhalt #imagenavigation #ulwrapper .active {
	font-size: 150%;
	color: #FFF;
}
#bildanzeige   {
	padding-top: 40px;
	width: 600px;
}
#imagenavigation {
	width: 609px;
	padding-left: 20px;
	background-color: #E2E2E2;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
#imagenavigation ul li  {
	display: inline;
	float: right;
	padding-left: 0px;
	padding-top: 2px;
}
#imagenavigation a {
	color: #000;
	font-size: 120%;
	padding-right: 5px;
}
#imagenavigation a:hover {
	font-size: 150%;
	color: #666;
}
.oneColFixCtrHdr #container #mainContent #inhalt p img {
	margin-right: 20px;
	float: left;
}
#footer {
	height: 25px;
	background-color: #FFF;
	float: left;
	width: 1000px;
	margin-bottom: 50px;
	border-top-width: thin;
}
#footer p  {
	text-align: left;
	color: #666;
	padding-right: 10px;
	padding-top: 4px;
}
#rand {
	height: 200px;
}
#inhalt table tr td a img {
	height: 170px;
	width: 260px;
	border: thin solid #666;
}

