/************************************************************************
=========================================================================
	author:	kill.gates				[wwwdot59to1dotde]
									[imehlslashkilldotgatesat59to1dotde]
	date:	2008/12/12									
-------------------------------------------------------------------------
	client:		diephaus
	site:		www.diephaus.de
	media:		all  
=========================================================================
	css files:
=========================================================================
	 1] global/typography:				[global.css]
	 2] structure/layout:				[lay.css]
	 3] navigation:						[nav.css]
	 4] googlesearch:					[table.css]
	 5] map:							[map.css]
	 6] lightbox 2.0*:					[lightbox.css]
	 7] form styles:					[form_x.css]
	 8] table styles: 					[table_x.css]
	 9] misc styles: 					[xxx.css] 
	10] misc styles: 					[xxx.css]			************/

/************************************************************************
	1 - GLOBAL STYLES
************************************************************************/

html, body, div, img,
h1, h2, h3, h4, h5, h6, p, 
a:link, a:visited, a:hover, a:active,
ol, ul, li, dl, dt, dd, 
fieldset, form, input, select,
table, td {
margin: 0;
padding: 0; }

/* font: normal small-caps bold 24px/1.5 "Times New Roman", Times, serif;. */
body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font: normal normal normal small/1.0 Verdana, Arial, sans-serif;
background: #f2f2f1 url(_images/body.gif) left top repeat-x; }

* html body {
font: normal normal normal x-small/1.0 Verdana, Arial, sans-serif;
f\ont: normal normal normal small/1.0  Verdana, Arial, sans-serif; }

/************************************************************************
	1.1 - TYPO
************************************************************************/


h1#h1logo a:link, h1#h1logo a:visited {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 240px;
height: 38px;
background: transparent ;
display: block;
float: left;
z-index: 1000;}

h1#h1logo span {
display: none;}

h1 {
margin: 0px 0px 7px 0px;
padding: 0px 0px 0px 0px;
font-size: 24px;
font-weight: normal;
letter-spacing: -1px;
color: #e3251b;
background: transparent; }

h1 a:link, h1 a:visited {
color: #fff;
background: transparent;
overflow: hidden; }

h1 span {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 465px;
height: 35px;
display: block; }


h2 {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 10px;
height: 36px;
font-size: 14px;
font-weight: bold;
line-height: 36px;
letter-spacing: 0px;
color: #fff;
background: transparent url(_images/h2.gif) left top no-repeat; }

h2 a:link, h2 a:visited {
color: #414141;
text-decoration: none;
background: transparent;  }

h3 {
margin: 0px 0px 0px 0px;
padding: 0px 20px 0px 10px;
font-size: 13px;
font-weight: bold;
line-height: 18px;
color: #707070;
background: transparent; }

h4 {
margin: 0px 0px 0px 10px;
padding: 10px 0px 0px 0px;
font-size: 13px;
font-weight: normal;
color: #525252;
border-bottom: 1px solid #d9d9d9;
background: transparent; }

h5 {
margin: 0px 0px 10px 0px;
padding: 0px 20px 0px 10px;
font-size: 13px;
font-weight: bold;
line-height: 18px;
color: #ffbb02;
background: transparent; }

p {
margin: 0px 0px 10px 0px;
padding: 0px 10px 0px 10px;
font-size: 11px;
font-weight: normal;
text-decoration: none;
line-height: 14px;
color: #707070;
background: transparent; }

p a:link, p a:visited {
font-weight: normal;
text-decoration: none;
color: #707070;
background: transparent; }

p a:hover, p a:active {
font-weight: bold;
text-decoration: underline;
color: #707070;
background: transparent; }

p strong {
font-weight: bold; }

em {}

cite {}

samp {}

dfn {}

blockquote {}

ul li a:link, ul li a:visited {
color: #fff;
margin: 0;
padding: 0; }

ul li a:hover, ul li a:active {
color: #fff;
margin: 0;
padding: 0; }

a:link, a:visited {
color: #fff;
margin: 0;
padding: 0; }

a:hover, a:active {
color: #fff;
margin: 0;
padding: 0; }



/************************************************************************
	1.2 - UL
************************************************************************/

ul.ulform {
margin: 0px 0px 10px 0px;
padding: 0px 0px 20px 0px;
list-style: inside none; }

ul.ulform li {
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
font-size: 12px;
color: #666;
background: transparent;
float: left;  }




/************************************************************************
	1.3 - IMG
************************************************************************/

img {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px solid #fff;
display: block; }

img a:link, img a:visited  {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px solid #fff;
display: block; }

img a:hover, img a:active  {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px solid #fff;
display: block; }



/***********************************************************************
//	Lightbox v2.02
//	by Lokesh Dhakar - http://www.huddletogether.com
//	3/31/06
//
//	For more information on this script, visit:
//	http://huddletogether.com/projects/lightbox2/
//
//	Licensed under the Creative Commons Attribution 2.5 License
	- http://creativecommons.org/licenses/by/2.5/
//	
//	Credit also due to those who have helped, inspired, 
	and made their code available to the public.
//	Including: Scott Upton(uptonic.com), 
	Peter-Paul Koch(quirksmode.org), Thomas Fuchs(mir.aculo.us), 
	and others.
//
************************************************************************/


/*e-o-f*****************************************************************/

