/**
  * fp-fibonet.de
  *
  * @copyright       ©2010
  * @author          uforepublic
  * @version         1.0.3
  *
  * @revision        Revision
  * @lastmodified    25.02.2010
  */


 /**
  * @section Browser reset
  *
  * reset all browser default styles
  * @see     http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
  */
@import url(reset.css);




 /**
  * @section body default
  */
body {
	/* Grid Bachkground for development. Not needed in final layout! */
	/* background: #FFFFFF url(images/gridbg.gif) repeat scroll 0 0; */
	
	background-color: #062f52;
	color: #666666;
	font-family:'Lucida Grande',Arial,sans-serif;
	font-size: 12px;
}


 /**
  * @section Layout
  *
  * all styles and positon definitions for the general site layout
  */

#wrapper {
	background: transparent	url(images/bg-wrapper-outer.gif) repeat-y scroll 0 0;
	margin: 0 auto 0 auto;	/* centering the site */
	/* border: 1px solid red; */
	width: 1021px;
}

#wrapper-outer {
	margin: 0 auto 0 auto;	/* centering the site */
	background: transparent	url(images/bg-wrapper.gif) no-repeat 0 0;
	
	/* width: 1021px; */
	/* border: 1px solid green; */
}

#wrapper-inner {
	position: relative;
	margin: 0 auto 0 auto;	/* centering the site */
	/* width: 716px; */
	width: 589px;
	padding: 0 61px 0 66px;
	background: #fff url(images/bg-wrapper-inner.jpg) no-repeat 0 0;
	/* border: 1px solid yellow; */
}

#header * {
	margin-bottom: 0;	/* reset the default 18px margin-bottom to 0px for all header elements */
}

#header {
	/* border: 1px solid yellow; */
	padding-top: 40px;
}

#navigation {
	position: absolute;
	top: 112px;
	right: 61px;
	width: 152px;
	height: 275px;
	padding: 10px 9px 0 0;
/* 	border: 1px solid red; */
}

#content {
	width: 413px;
	padding: 114px 0 120px 0;
	min-height: 400px;
}

#sidebar {
	position: absolute;
	top: 426px;
	right: 61px;
	width: 112px;
	padding: 10px 9px 10px 0;
	/* border: 1px solid red; */
	background-color: #fff;
}

#footer {}




 /**
  * @section Direct Elements
  *
  * all styles for direct elements in general content e.g. h1-h6, p, div, etc.
  */

h1 { 
	font-size: 24px; 
	line-height: 36px;
	margin-bottom: 18px; 
}

h2 { 
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
	color: #254867;
	text-transform: uppercase;
	font-weight: bold;
}
h3 { 
	font-size: 12px;
	font-weight: bold;
	color: #254867;
	line-height: 18px;
	margin-bottom: 18px;
}

h4 {
	color: #254867;
}

h5 {}

h6 {}

div {
	/* margin-bottom: 18px; */
}

p {
	margin-bottom: 18px;
}

ul, 
ol {
	list-style-position: outside;
	margin-bottom: 18px;
	margin-left: 15px;
/* 	list-style-image: url(images/list-arrow-left.gif); */
}

ul {}

ol {}

li {
	margin-bottom: 9px;
}

a {
	color: #254867;
}

a:hover {
	color: #95cc4d;
}


pre {
	margin-bottom: 18px;
}


blockquote {
	margin-bottom: 18px;
	font-style: italic;
}

code {
	font-family: "Andale Mono";
}

strong {
	font-weight: bold;
}


 /**
  * @section Cascade Elements
  *
  * all styles for cascade elements
  */




 /**
  * @section Navigation, Sidebar: Type & Color Styles
  */

#navigation *,
#sidebar * {
	line-height: 14px;
}

#navigation ul,
#sidebar ul {
	line-height: 10px;
	list-style-type: none;
	list-style-image: none;
	direction: rtl;
	list-style-position: outside;
	margin: 0 0 0 0;
}

#navigation ul li,
#sidebar ul li {
	text-align: right;
	padding: 0;
	margin-bottom: 5px;
}

#navigation ul a,
#sidebar ul a {
	margin-bottom: 0px;
	padding: 0;
	color: #254867;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

#navigation ul a:hover,
#sidebar ul a:hover {
	color: #95cc4d;
}

 /**
  * @section highlight main navigation
  */
#aktuelles #navigation .aktuelles a,
#leistungen #navigation .leistungen a,
#produkte #navigation .produkte a,
#service #navigation .service a,
#crestron #navigation .crestron a,
#lieferanten #navigation .lieferanten a,
#referenzen #navigation .referenzen a,
#kontakt #sidebar .kontakt a,
#impressum #sidebar .impressum a,
#broschuere #sidebar .broschuere a,
#anfahrtsplan #sidebar .anfahrtsplan a {
	color: #95cc4d;
}


 /**
  * @section sub navigation
  */

#navigation ul ul,
#sidebar ul ul {
	list-style-type: square;
	/* list-style-image: url(images/list-arrow-right.gif);	 */
	margin-right: 13px;
	margin-top: 4px;
}

#navigation ul ul li,
#sidebar ul ul li {
	margin-bottom: 0px;
}

#leistungen #navigation ul li.leistungen {
	padding: 0 0 9px 0;
}

#leistungen #navigation ul li.leistungen ul a {
	color: #999999;
	font-size: 10px;
	text-transform: none;
}

#leistungen #navigation ul li.leistungen ul a:hover {
	color: #666666;
}

#leistungen #navigation ul li.leistungen ul a.highlight {
	background-color: transparent;
	color: #666666;
}



 /**
  * @section General classes
  *
  * general class definitions e.g. clear, error, hide, etc.
  */

.left {
	float: left; 
	margin: 0 18px 18px 0;
}
.right {
	float: right;
	margin: 0 0 18px 18px;
}
.float-left {
	float: left; 
}
.float-right {
	float: right;
}
.clear {
	line-height: 1px;
	height: 0px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.hide,
.hidden { 
	display:none;
}

.offpage {
	position: absolute;
	top: 0; 
	left: -10000px;
}

.mute {}

.active {}

.highlight {
	background-color: #FEFF6F;	/* light yellow */
	color: #000;
}

.error {
	background-color: #FFAFBA;	/* light red */
	border: 2px solid #AF0017;	/* dark red */
	padding: 7px;
	margin-bottom: 18px;
}

.message {
	background-color: #DFFFE0;	/* light green */
	border: 2px solid #005F04;	/* dark green */
	padding: 7px;
	margin-bottom: 18px;
}

.margin-bottom-9 {
	margin-bottom: 9px;
}

.margin-bottom-18 {
	margin-bottom: 18px;
}

.margin-bottom-27 {
	margin-bottom: 27px;
}

.margin-bottom-36 {
	margin-bottom: 36px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-54 {
	margin-bottom: 54px;
}




 /**
  * @section image gallery
  *
  * styles definitions for displaying image thumbsnails as a gallery
  */

.image-gallery {
	width: 550px;	/* width of the image gallery */
}

.image-gallery-item {
	float: left;
	width: 165px;
	height: 115px;
	overflow: hidden;
	border: 5px solid #EAEAE8;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;	
	background-color: #EAEAE8;
}



 /**
  * @section News Styles
  *
  */

.news {
	margin-bottom: 54px;
}

.news div.date {
	margin-bottom: 0px;
	font-size: 10px;
}

.news h3 {
	
}




 /**
  * @section Tables
  *
  */

table {}

tr {}

th {}

td {}



 /**
  * @section Forms
  *
  */




 /**
  * @section rest of style definitions
  *
  */

.infobox * {
	margin: 0;
}

.infobox {
	padding: 10px;
	margin-bottom: 54px;
	border: 2px solid #95cc4d;
}

#lieferanten p img {
	padding-right: 9px;
	padding-bottom: 9px;
}
