@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-family: courier;
	font-size: 11px;
	padding:0;
	margin:0;
}

#container {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

a:link, a:active, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
h1{
	font-size:12px;
	font-weight:normal;
	padding-top: 0px;
	margin-top: 6px;
}
#flash{
	position:absolute;
	top: 0px;
	z-index: 100;
}
#head{
	height: 80px;
}


#navigation{
	height: 100px;
}
#navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
 
#navigation li {
  float: left;
  position: relative;
  }

#navigation li:hover ul, li.over ul{ display: block; }

a.navi:link, a.navi:active, a.navi:visited {
  display: block;
  float: left;
  height:12px;
  background: #fff;
  margin: 0 0 0 0;
  padding: 1px 0 0 0;
  text-decoration: none;
  font-size: 11px;
  color:#000;
  text-align:left
}

a.navi:hover {
  background:#000 none;
  color:#fff;
}


.content{
	background-image:url(http://www.lumenplus.de/luminanz/wp-content/themes/tomorrow/img/separator.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.headline{
	width: 238px;
	float: left;
	font-size: 11px;
}
.headline h1{
	font-size: 12px;
}
.headline small{
	font-size: 9px;
}


.entry{
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 2px;
	width: 700px;
	float: left;
}
.entry p{
	margin-top: 9px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 16px;
	width: 550px;
}
.entry img{
	margin-bottom: 10px;
}
#footer {
	background-image:url(http://www.lumenplus.de/luminanz/wp-content/themes/tomorrow/img/separator.gif);
	background-repeat:no-repeat;
	background-position:top;
	min-height:210px;
}

.backfor {
	background-image:url(http://www.lumenplus.de/luminanz/wp-content/themes/tomorrow/img/separator.gif);
	background-repeat:no-repeat;
	background-position:top;
	height: 30px;
	padding-top: 100px;
}
.backfor h1{
	font-size:12px;
	font-weight:normal;
	margin-top: -94px;
}
.alignright {
	margin-top: 12px;
	float: right;
	}

.alignleft {
	margin-top: 12px;
	float: left
	}

.adress{
	width:240px;
	margin-top:8px;
	float:left
}
.links{
	width:681px;
	float:left
}
.imglinks{
	margin-top: 6px;
}
.number{
	width:119px;
	float:right
}

.links ul{
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
	font-size: 11px;
}


input.fir{
	border: 0px;
	width: 250px;
	height: 15px;
	margin-bottom: 5px;
	padding-top: 4px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #fff;
	background-color:#000;
}
input.sec{
	border: 1px solid #000;
	width: 500px;
	height: 19px;
	margin-bottom: 15px;
	padding-top: 4px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000;
	background-color:#fff;
}
textarea.fir{
	border: 0px;
	width: 250px;
	height: 200px;
	padding-top: 4px;
	padding-left: 4px;
	margin-bottom: 5px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	background-color:#000;
}
textarea.sec{
	border: 1px solid #000;
	width: 500px;
	height: 200px;
	padding-top: 4px;
	padding-left: 4px;
	margin-bottom: 15px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	background-color:#fff;
}
.senden{
	border: 0px;
	width: 250px;
	height: 24px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #fff;
	background-color:#000;
}

