/* globales Stylesheet für www.raumausstattungkemper.de */
/* Farben: rot = c00, grau = eee*/
/* Abstände zurücksetzen und Schriftart festlegen */
* {
	margin: 0;
	padding: 0;
	font-family: Century Gothic, sans-serif;
}
body {
	background-image: url(newbg.jpg);
	background-repeat: repeat;
	color: black;
	font-size: 101%;
/* IE: zentrieren */
	text-align: center;
}
/* Hide from IE5-mac */
* html div {
	height: 1%;
}
/* allgemeingültige Formatierungen */
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: .7em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
h4 {
	font-size: .8em;
	font-weight: bold;
}
a {
	color: #c00;
}
a:hover {
	color: black;
}
a.button {

	color: #c00;
	font-size: .8em;
	width: 12em;
/*	padding: .2em;*/
	background-color: #ddd;
  border: 1px solid #ddd;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	text-decoration: none;
}
a.button:hover {
	color: black;
	background-color: #ddd;
	border: 1px solid #ddd;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
}
img {
	border: none;
}
.floatRechts {
	float: right;
}
.floatLinks {
	float: left;
}
.clearRechts {
	clear: right;
}
.clearLinks {
	clear: left;
}
.clear {
	clear: both;
}
.smallclear {
	line-height: 0.1;
	clear: both;
}
.innerBox {
	background-color: #eee;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
#content p {
	font-size: .8em;
	margin-bottom: .7em;
}
#content ul {
  font-size: .8em;
  margin-left: 1em;
}


/*--- RAHMEN ---------------------------------------------*/
#frame {
/* IE: zentrieren */
	text-align: left;
	position: relative;
	width: 50em;
	margin: 1% auto 0 auto;
	border: 1px black solid;
	background-color: white;
}
/*--- LINKS (NAVIGATION) ----------------------------------------------*/
#mainNavigation {
	height: 600px;
	width: 10em;
	overflow: auto;
	background-image: url(bg_oben.gif);
	background-repeat: no-repeat;
}
ul.navList {
	position: relative;
	top: 200px;
	padding-left: 2.3em;
	list-style-type: none;
}
ul.navInnerList {
	padding-left: .5em;
	list-style-type: none;
	font-size: .8em;
}
ul.navList li {
	background-color: #fff;
	margin: 0.2em;
}
ul.navList li a {
	color: #000;
	text-decoration: none;
	border: none;
}
ul.navList li a.active {
	color: #c00;
	text-decoration: none;
	border: none;
}
ul.navList li a:hover, ul.navList li a.active:hover {
	text-decoration: underline;
	border: none;
}
/*--- MITTE ---------------------------------------------*/
#center {
	width: 38em;
	background-color: white;
	float: right;
	padding-top: 1em;
	padding-right: 1em;
}
#header {
	padding: 0.5em;
	margin-bottom: 0.3em;
	position:relative;
}
#title {
	width: 30 em;
}
#logo {
	width: 14.25em;
	height: 4.96em;
	margin-bottom: 0.5em;
	float: right;
}
#navArticle{
  font-size: .7em;
  position:absolute;
  width:33em;
  bottom:0;
}
#content {
	padding: 0.5em 0.5em 0 0.5em;
	width: 26.5em;
	min-height: 400px;
}
#content.breit {
	width: 36.9em;
}
/* Browserhacks*/
* html #content {
	height: 400px;
}
html + body #content {
	height: 400px;
}
#bar {
	background-color: #eee;
	color: #eee;
	height: 2 px;
	border: none;
	clear: both;
}
#newsbox {
	height: 450px;
	width: 10em;
	overflow: auto;
	float: right;
}
/*--- UNTEN ---------------------------------------------*/
#footer {
	background-image: url(bg_unten.gif);
	background-repeat: no-repeat;
	color: white;
	clear: both;
	padding-left: 140px;
}
/*----- LIGHTBOX ----------------------------------------*/
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #bbb;
	border-right: 2px solid #bbb;
}
#lightboxDetails {
	font-size: 1em;
	padding-top: 0.4em;
}
#closeButton {
	top: 3px;
	right: 3px;
}
#lightboxCaption {
	float: left;
}
#keyboardMsg {
	float: right;
}
#lightbox img {
	border: none;
}
#overlay img {
	border: none;
}
#overlay {
	background-image: url(overlay.png);
}
* html #overlay {
	background-color: #000;
	background-color: transparent;
	background-image: url(overlay.png);
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
/*------- Newsbox ----------------*/
#newsbox div.innerBox {
	margin-bottom: .3em;
}
#newsbox h3 {
	background-color: #AC4545;
	color: #eee;
	padding-left: .3em;
}
#newsbox p {
	padding: .4em;
	font-size: .8em;
}
#newsbox ul {
	list-style-type: none;
	text-align: center;
}
#newsbox li {
	background-color: #ddd;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	margin: .3em;
	padding-top: .4em;
}
#newsbox h4 {
	color: #555;
	font-size: .8em;
	font-weight:normal;
	margin: .3em .5em;
}
#newsbox hr {
	width: 50%;
	margin: .2em auto 0 auto;
	text-align: center;
}
/*------ ARTIKELLISTE -----------------------*/
.artListPic, .artListe {
	list-style-type: none;
	float: left;
}
.artListe a {
	display: block;
}
.artListPic li, .artListe li a {
	width: 13em;
	margin: 1em .1em;
	padding: .2em;
	background-color: #ddd;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.artListPic li:hover, .artListe li a:hover {
	background-color: #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
}
.artListPic li img {
	display: block;
}
/*------- NEWSLISTE -----------------------*/
.newsList {
	margin: .3em 0;
}
.newsList h3 {
	margin-bottom: .3em;
}
/*------ Bild und Text ----------------------*/
.BildText {
  margin: 1em;
}
.BildText img {
  margin-right: 1em;
}

/*  End Forms */ 
