/*--------------------------------------------------------------
   br.concept e.K.
   Am Hirtenberg 3
   74599 Wallhausen
   fon +49 (0)7955. 30 17
   fax +49 (0)7955. 35 06
   mail: info@brconcept.de
   web : www.brconcept.de

   Version: 2010.01
   Start: 11.03.2010
   letzte Änderung: 12.03.2010
   Autor: Dietmar Breuninger
   erstellt für: Screen 
---------------------------------------------------------------*/

/* Menüsubnavigation Kontakt */
#nav_container {
    float: left; 
    width: 100%; 
    height: 26px; 
    background: #BBB59E;
}

/* CSS Vorlage */
body {
	background-color: #767363;
	margin-left: 0px;
	margin-right: 0px;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
    font-size: 12px;
}

h1 {
	font-size: 12px;
	font-style: normal;
	color: #333333;
	margin-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 10px;
}
h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	margin-left: 0px;
	font-weight: lighter;
	text-decoration: none;
	text-transform: none;
	line-height: 15px;
}
p.menu {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #111111;
	margin-left: 0px;
	font-weight: lighter;
	text-decoration: none;
	text-transform: none;
}
p.produkte {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	margin-left: 16px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 15px;
}
p.name {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #cc0000;
	margin-left: 16px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: normal;
}
p.holz {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	margin-left: 15px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: normal;
}
p.unlink {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #cccccc;
	margin-left: 15px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: normal;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}