/* default.css */

body {
	margin: 0;
	padding: 0;

	text-align: center;
	min-width: 960px;

	color: #fff;

	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 20px;
}

img {
	border: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a.arrow {
	background: url(../art/arrow.png) no-repeat right;
	padding-right: 15px;
}

/* 
Schrift im FF/MAC und Safari/MAC nicht so fett darstellen. 
Gleichzeitig das Flackern im FF/MAC bei Animation der Opacity verhindern.

Siehe auch Kommentare unter:
http://allinthehead.com/retro/328/when-bugs-collide-fixing-text-dimming-in-firefox-2
*/
#main div.content, #adress {
	-moz-opacity: 0.999999;
	-webkit-opacity: 0.999999;
}


#wrapper {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 120px;
}

#logo {
	position: relative;
	float: right;
	top: 35px;
}


#center-teaser {
	position: relative;
	float: right;
	padding-right: 115px;
	top: 7px;
}


#nav_top {
	float: left;
	position: relative;
	top: 50px;
}

#nav_top ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav_top li {
	float: left;
	line-height: 1em;
}

#nav_top a {
	display: block;
}

#nav_top_first li {
	margin-right: 20px;
	font-size: 16px;
	line-height: 16px;
}

#nav_top_first a {
	padding: 4px 5px 4px 5px;
}

#nav_top_second {
	margin-top: 7px;
}

#nav_top_second li {
	margin-right: 10px;
	font-size: 10px;
	line-height: 10px;
}

#nav_top_second a {
	padding: 5px 5px 5px 5px;
}


#nav_content a {
	display: block;
	margin: 0;
	padding: 6px 5px;
	background-color: transparent;
}


#main {
	margin-top: 25px;
}

#main div.content {
	padding: 0 5px;
}

#main div.headline {
	padding: 5px 0 15px 5px;
}

#main div.col {
	float: left;
	margin-bottom: 15px;
}

#main div.row {
	clear: both;
}

#main div.category {
	margin: 10px 0 5px 0;
}

#main h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}

#main p {
	margin: 0;
	padding: 0 0 1em 0;
}

#main div.content ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

#main div.content li {
	background: url(../art/bullet.png) no-repeat 0 5px;
	padding-left: 15px;
}



#footer {
	padding-bottom: 30px;
}

div.hr {
	text-align: center;
	margin-bottom: 10px;
}

#adress {
	float: left;
	padding: 0 5px;
	font-size: 12px;
}

#nav_footer {
	float: right;
	padding: 0 5px;
}

#nav_footer ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav_footer li {
	float: left;
	margin-left: 20px;
}

div.clear {
	clear: both;
}


/* Spezielle Styles für die Kundenseite */
#main div.kunde {
	float: left;
	position: relative;
	width: 115px;
	height: 80px;
}

#main div.kundenlogo {
}

#main div.kundentooltip {
	position: absolute;
	z-index: 1;
	width: 230px;
	color: #000;
	font-size: 11px;
	line-height: 15px;
	left: -57px;
	bottom: 70px;
}

#main div.kundentooltip div.header {
	height: 6px;
	line-height: 6px;
	background: url(../art/tooltip_border_top.png) no-repeat left top;
}

#main div.kundentooltip div.content {
	width: 220px;
	background: url(../art/tooltip_bg_tile.png) repeat-y;
}

#main div.kundentooltip div.footer {
	height: 13px;
	line-height: 13px;
	background: url(../art/tooltip_border_bottom.png) no-repeat left bottom;
}

#main div.kundentooltip div.title {
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}

#main div.kundentooltip div.since {
	background-color: #fff;
	color: #5f702e;
	padding: 0 10px 5px 10px;
}

#main div.kundentooltip div.text {
	background-color: #fff;
	padding: 0 10px 5px 10px;
}

#main div.kundentooltip div.links {
	background-color: #fff;
	line-height: 20px;
	padding: 0 10px 5px 10px;
}

#main div.kundentooltip div.links a {
	color: #000;
	background: url(../art/arrow_dunkelgrau.png) no-repeat right;
	padding-right: 15px;
}


/* Styles für Formulare */
fieldset {
	margin: 5px 0 0 0;
	padding: 0 5px;
	border: 0;
}

textarea, input, select {
	font-family: Georgia, serif;
	font-size: 14px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	color: #000;
}

input.button {
	border: 0;
	background: transparent url(../art/arrow.png) no-repeat right;
	color: #fff;
	margin: 0;
	padding-right: 15px;
	cursor: pointer;
}


/* Spezielle Styles fuer die verschiedenen Hintergrundfarben */

body.gruen {
	background: #4d6a11 url(../art/bg_gruen.gif?200806231504) repeat-x;
}

body.gruen #nav_top a.active {
	background-color: #35490b !important;
}

body.gruen #nav_top a:hover {
	background-color: #46620f;
}

body.gruen #nav_content a.active {
	background-color: #3e560e !important;
}

body.gruen #nav_content a:hover {
	background-color: #537212;
}


body.blau {
	background: #003369 url(../art/bg_blau.gif) repeat-x;
}

body.blau #nav_top a.active {
	background-color: #002852 !important;
}

body.blau #nav_top a:hover {
	background-color: #00366e;
}

body.blau #nav_content a.active {
	background-color: #002956 !important;
}

body.blau #nav_content a:hover {
	background-color: #003773;
}


body.rot {
	background: #891913 url(../art/bg_rot.gif) repeat-x;
}

body.rot #nav_top a.active {
	background-color: #5c110d !important;
}

body.rot #nav_top a:hover {
	background-color: #7c1712;
}

body.rot #nav_content a.active {
	background-color: #64120e;
}


body.gelb {
	background: #9b6d00 url(../art/bg_gelb.gif) repeat-x;
}

body.gelb #nav_top a.active {
	background-color: #6a4a00 !important;
}

body.gelb #nav_top a:hover {
	background-color: #755200;
}


body.grau {
	background: #5a5f62 url(../art/bg_grau.gif) repeat-x;
}

body.grau #nav_top a.active {
	background-color: #474a4d !important;
}

body.grau #nav_top a:hover {
	background-color: #5e6467;
}

body.grau #nav_content a.active {
	background-color: #4c5053 !important;
}

body.grau #nav_content a:hover {
	background-color: #666b6f;
}




/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

