@charset "utf-8";

/************************************************************
		Screen-Stylesheet  arev-lighting.de
		Nadine Oberstein | Medienkonzeption - Mediengestaltung
		www.nadine-oberstein.de
************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto 0 auto;
	font: normal 0.8em arial, helvetica, sans-serif;
	line-height: 140%;
	text-align: center;
	color: #646464;
	background: url(../images/css/bg.gif) bottom center repeat-x #ffffff;
}

img {
	border: none;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
	color: #002e5c;
	text-decoration: none;
	border-bottom: 1px dotted #646464;
}

a:focus, a:hover, a:active {
	border-bottom: 1px dotted #646464;
}

hr {
	clear: both;
	color: #fff;
	border: none;
}

acronym, abbr {
	border: none;
}

/***********************
				Struktur
***********************/

h6 {
	position: absolute;
	top: -100em;
	left: -100em;
}

/***********************
				Header
***********************/

#header {
	margin: 40px 0 20px 0;
	height: 250px;
	background: url(../images/css/headerbg.gif) bottom center no-repeat #ffffff;
}

#header a {
	text-decoration: none;
	border: none;
}

/*** Navigation ***/

#menu {
	list-style: none;
	margin: 40px auto 0 auto;
	width: 340px;
}

#menu li {
	float: left;
}

/*** Abstände ***/

#start img {
	margin-left: 9px;
}

/*** Grafiküberlagerung ***/

#menu li a {
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	width: 130px;
	height: 20px;
}

#menu li a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 130px;
	height: 20px;
}

#menu li img {
	width: 30px;
}

#start {
	margin-left: 20px;
}

/*** Deutsch ***/

#start span {
	background: url(../images/css/menu_startseite.gif) top left no-repeat #ffffff;
}

#leuchten span {
	background: url(../images/css/menu_leuchten.gif) top left no-repeat #ffffff;
}

#konzepte span {
	background: url(../images/css/menu_konzepte.gif) top left no-repeat #ffffff;
}

#kontakt span {
	background: url(../images/css/menu_kontakt.gif) top left no-repeat #ffffff;
}

#start a:focus span, #start a:hover span, #start a:active span, #start.active span  {
	background: url(../images/css/menu_startseite.gif) bottom left no-repeat #ffffff;
}

#leuchten a:focus span, #leuchten a:hover span, #leuchten a:active span, #leuchten.active span {
	background: url(../images/css/menu_leuchten.gif) bottom left no-repeat #ffffff;
}

#konzepte a:focus span, #konzepte a:hover span, #konzepte a:active span, #konzepte.active span {
	background: url(../images/css/menu_konzepte.gif) bottom left no-repeat #ffffff;
}

#kontakt a:focus span, #kontakt a:hover span, #kontakt a:active span, #kontakt.active span {
	background: url(../images/css/menu_kontakt.gif) bottom left no-repeat #ffffff;
}

/*** Englisch ***/

#home span {
	background: url(../images/css/menu_home.gif) top left no-repeat #ffffff;
}

#lights span {
	background: url(../images/css/menu_lights.gif) top left no-repeat #ffffff;
}

#conception span {
	background: url(../images/css/menu_conception.gif) top left no-repeat #ffffff;
}

#contact span {
	background: url(../images/css/menu_contact.gif) top left no-repeat #ffffff;
}

#home a:focus span, #home a:hover span, #home a:active span, #home.active span  {
	background: url(../images/css/menu_home.gif) bottom left no-repeat #ffffff;
}

#lights a:focus span, #lights a:hover span, #lights a:active span, #lights.active span {
	background: url(../images/css/menu_lights.gif) bottom left no-repeat #ffffff;
}

#conception a:focus span, #conception a:hover span, #conception a:active span, #conception.active span {
	background: url(../images/css/menu_conception.gif) bottom left no-repeat #ffffff;
}

#contact a:focus span, #contact a:hover span, #contact a:active span, #contact.active span {
	background: url(../images/css/menu_contact.gif) bottom left no-repeat #ffffff;
}

/***********************
				Submenu
***********************/

#submenu {
	list-style: none;
	margin: 0 auto 0 auto;
	width: 500px;
	font-weight: bold;
}

#submenu li {
	float: left;
	width: 126px;
	margin: 0 48px 45px 0;
}

#submenu li#industrie {
	margin-right: 0 !important;
}

#submenu a {
	display: block;
	padding-top: 85px;
	color: #646464;
	border: none;
}

#submenu a:focus, #submenu a:hover, #submenu a:active, #submenu .active a {
	letter-spacing: 0.07em;
	color: #002e5c;
}

/*** Bilder ***/

#fahrzeug a {
	background: url(../images/css/leuchten_fahrzeug.jpg) bottom center no-repeat #ffffff;
}

#fahrzeug.active a, #fahrzeug a:focus, #fahrzeug a:hover, #fahrzeug a:active {
	background: url(../images/css/leuchten_fahrzeug.jpg) top center no-repeat #ffffff;
}

#industrie a {
	background: url(../images/css/leuchten_industrie.jpg) bottom center no-repeat #ffffff;
}

#industrie.active a, #industrie a:focus, #industrie a:hover, #industrie a:active {
	background: url(../images/css/leuchten_industrie.jpg) top center no-repeat #ffffff;
}

#aussen a {
	background: url(../images/css/leuchten_aussen.jpg) bottom center no-repeat #ffffff;
}

#aussen.active a, #aussen a:focus, #aussen a:hover, #aussen a:active {
	background: url(../images/css/leuchten_aussen.jpg) top center no-repeat #ffffff;
}

#innen a {
	background: url(../images/css/leuchten_innen.jpg) bottom center no-repeat #ffffff;
}

#innen.active a, #innen a:focus, #innen a:hover, #innen a:active {
	background: url(../images/css/leuchten_innen.jpg) top center no-repeat #ffffff;
}

/***********************
		 Sprachwechsel
***********************/

#alternation {
	position: absolute;
	top: -100em;
	left: -100em;
}

/***********************
				Content
***********************/

#content {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 30px 30px 20px 30px;
	text-align: left;
	background: url(../images/css/content_top.gif) top left repeat-x #ffffff;
}

.home #content { padding-left: 430px !important;}


span#bottom {
	display: block;
	clear: left;
	width: 760px;
	height: 20px;
	margin: 0 auto 0 auto;
	background: url(../images/css/content_top.gif) top left repeat-x;
}

#full #content, #full span#bottom {
	background: none;
}

/*** Bilder ***/

div.illustration {
	float: right;
	width: 240px;
	padding: 0 20px 0 20px;
	text-align: center;
}

.mood {
	border: 1px solid #002e5c;
}

/*** Typo ***/

h1 {
	width: 380px;
	font-size: 1.2em;
	color: #002e5c;
	margin-bottom: 1em;
}

h2 {
	width: 380px;
	color: #4d4d4d;
	font-size: 1.1em;
	margin: 1em 0 1em 0;
}

h3 {
	width: 380px;
	color: #4d4d4d;
	font-size: 1em;
	margin: 0.5em 0 0.5em 0;
}

#content p, #content ul {
	width: 380px;
	margin: 0 0 0.5em 0;
	text-align: left;
	list-style: none;
}


#content li {
	margin-bottom: 0.5em !important;
}

.accent {
	padding: 0.2em 0.2em 0.2em 0.2em;
	text-align: center;
	color: #4d4d4d;
	background: #f3f3f3;
}

div.illustration p, div.illustration ul {
	width: 230px !important;
	margin: 1em 0 2em 0 !important;
	text-align: left;
}

#impressum, div.teaser {
	float: right;
	width: 250px;
	padding: 0 0 1em 20px;
	border-top: 2px dotted #cfcfcf;
	border-bottom: 2px dotted #cfcfcf;
	background: #f8f8f8;
}

#impressum {
  overflow: hidden;
}

.pre {
	margin-bottom: 1.5em !important;
}

/***********************
				Footer
***********************/

#footer {
	padding-bottom: 23px;
	font-size: 0.8em;
	color: #868686;
}

#footer a {
	color: #868686;
	border: none;
}

/***********************
				Formular
***********************/

form {
  width: 320px;
}

fieldset {
	margin: 2em 0 1em 0;
	border: none;
}

legend {
	position: absolute;
	top: -100em;
	left: -100em;
	font-size: 0px;
}

label {
	display: block;
	float: left;
	clear: left;
	width: 7em;
	padding-right: 1em;
	margin-bottom: 0.5em;
	text-align: right;
}

input {
	width: 18em;
	margin-bottom: 0.6em;
}

textarea {
	width: 18em;
}

textarea, #vorname, #nachname, #telefon, #email {
	padding: 0.1em 0.2em 0.1em 0.4em;
	font: normal 0.86em arial, helvetica, sans-serif;
	color: #4d4d4d;
	border: 1px solid #002e5c;
	background: #f8f8f8;
}

#submit {
	width: 10em;
	margin-left: 6.7em;
}

form p {
	width: 350px !important;
	margin-bottom: 1em !important;
}

/***********************
				Impressum
***********************/

#impressum dl {
	margin: 1.5em 0 0.5em 0;
}

#impressum dt {
	float: left;
	width: 4em;
}

#impressum h3,
#impressum h2 {
  text-align: left;
	margin: 2.5em 0 0 0 !important;
}

#impressum p {
	width: 85% !important;
}

#impressum p.gap {
	margin-top: 1em;
}

/***********************
				Datenschutz
***********************/

.datenschutz #content {
	width: 250px !important;
	margin: 0 !important;
	padding-right: 0 !important;
}

.datenschutz p, .datenschutz h1, .datenschutz h2, .datenschutz p#footer, .datenschutz ul {
	width: 90% !important;
}

.datenschutz ul {
	list-style: square !important;
	margin: 0 0 0.5em 12px !important;
}

.datenschutz .close {
	margin-top: 3em !important;
}

.datenschutz .close a {
	padding: 0.1em 0.5em 0.1em 0.5em;
	border: 1px solid #002e5c;
	background: #f8f8f8;
}

/***********************
				temp
***********************/

.temp {
	background: #ccff00 !important;
}

.illustration.temp {
	border: 1px solid #ccff00;
}


