@charset "utf-8";

/*
Stylesheet für "Werkstatt für Möbelfertigung - Janda+Dietrich" (http://www.jandaunddietrich.de/)
Das Design stammt von Hanne Edelbi (hedelbi@web.de).
Der Code von Jeremy Lonien (http://jeremy.lonien.de/) .
*/

/* -----------
   Allgemeines
   ----------- */

/* gräßlicher Browserhack */
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border-spacing: 0;
} 

body {
	color: #223353;
	background: #D9DCE4;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .7em;
}

p {
	margin: 1em 0 1em 0;
}

/* Links */
a:link {
	color: #973C0F; /* #223353; */
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #973C0F; /* #FFF;*/
	background-color: transparent;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #FFF; /* #973C0F; */
	background-color: transparent;
}

/* Bilder */
img {
	border: none;
	vertical-align: bottom;
}

/* Überschriften */
h1 {
	background-color: transparent;
	font-family: Helvetica;
}

h2 {
	color: #223353;
	font-size: 1.3em;
	font-weight: bold;
}

h3, h4, h5, h6 {
	color: #223353;
	font-size: 1em;
	font-weight: bold;
	margin-top: .7em;
	margin-bottom: .2em;
}

/* ------------------
   besondere Bereiche
   ------------------ */

/* Positionierung vom Seitenkopf */
div#head {
	width: 684px;
	margin: auto;
	margin-top: 2%;
}
	/* Browserhack */
	body {
	  /* Alle Inhalte horizontal zentrieren */
	  text-align: center;
	}
	body * {
	  /* Textausrichtung korrigieren */
	  text-align: left;
	}

/* Logo */
h1#logo a {
	color: #D9DCE4;
	margin: 0;
}

/* Navigationsbereich */
#nav * {
	color: #973C0F;
}
#nav ul {
	font-size: 1em;
	margin: 1em 4em .5em 2em;
	list-style: none;
}
#nav ul,
#nav li {
	padding: 0 0 0 5px;
	float: right;
}
#nav li a {
	color: #973C0F;
}
#nav li a:hover {
	color: #223353;
}
#nav strong {
	font-weight: normal;
	color: #2D3B61;
}

#subnav * {
	color: #9099A9;
}
#subnav img {
	border: 0;
}
#subnav ul{
	font-size: 1em;
	margin: 0 5em 0 3em;
	list-style: none;
}
#subnav ul,
#subnav li {
	padding: 0 5px 0 0;
	float: left;
}
#subnav li a:hover {
	color: #2D3B61;
}
#subnav strong {
	font-weight: normal;
	color: #2D3B61;
}

/* Abstand der Bilder in subnav */
.pic {
	margin: 0 12px 0 0;
}

/* hässlich wie die Nacht */
.rule {
	border-bottom: 1px solid white;
	margin-top: 3em ;
}

/* aktiver Navigationstab */
.current {
	color: #223353;
}

/* Inhalte */
#content {
	width: 750px;
	margin: auto;
	margin-top: 7em;
	font-size: 1em;
}
.contentpicbig {
	float: left;
	margin: 0 14px 0 0;
}
#content_picbox img{
	margin: 0 10px 0 0;
}
#content_textbox {
	margin: 2em 0 0 2em;
	float: left;
	width: 320px;
}