/************************************************************************
=========================================================================
	author:	kill.gates				[wwwdot59to1dotde]
									[imehlslashkilldotgatesat59to1dotde]
	date:	2006/08/06									
-------------------------------------------------------------------------
	client:		nordmann unternehmensgruppe	[http://www.nordmann.de]
	site:		www.nordmann.de
	media:		all  
=========================================================================
	css files:
=========================================================================
	 1] global/typography:				[global.css]
	 2] structure/layout:				[lay.css]
	 3] navigation:						[nav.css]
	 4] googlesearch:					[search.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; }

body {
font-size: small;
font-family: Verdana, Tahoma, Arial, sans-serif;
background: #fff; }

* html body {
font-size: x-small;
f\ont-size: small; }

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


h1.h1header a:link, h1.h1header_01 a:visited {
position: absolute; 
top: 0px; 
left: 0px; 
width: 125px;
height: 35px;
background: transparent;}

h1.h1header span {
display: none;}

h1.h1copy {
margin: 0px 0px 15px 0px;
padding: 10px 0px 0px 0px;
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
color: #0086c9;
background: transparent; }

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


h3.h3copy {
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px 15px;
font-size: 95%;
font-weight: bold;
color: #fa5200;
background: transparent; }


p.pcopy {
margin: 0px 0px 10px 0px;
padding: 0px 20px 0px 0px;
font-size: 13px;
font-weight: normal;
text-decoration: none;
line-height: 18px;
color: #606060;
background: transparent; }

p.pcopy a:link, p.pcopy a:visited {
font-weight: normal;
text-decoration: underline;
color: #4a5d90;
background: transparent; }

p.pcopy a:hover, p.pcopy a:active {
font-weight: normal;
text-decoration: none;
color: #4a5d90;
background: transparent; }


p.plink_int {
margin: 0px 0px 10px 0px;
padding: 0px 20px 0px 0px;
font-size: 10px;
font-weight: normal;
text-decoration: none;
line-height: 18px;
color: #4a5d90;
background: transparent; }

p.plink_int a:link, p.plink_int a:visited {
font-weight: normal;
text-decoration: underline;
color: #999;
background: transparent; }

p.plink_int a:hover, p.plink_int a:active {
font-weight: normal;
text-decoration: none;
color: #4a5d90;
background: transparent; }



p.pfooter {
padding: 30px 0px 30px 0px;
font-size: 85%;
font-weight: normal;
line-height: 135%;
color: #fff; }

p.pfooter a:link, p.pfooter a:visited {
font-weight: bold;
text-decoration: underline;
color: #fff;
background: transparent; }

p.pfooter a:hover, p.pfooter a:active {
font-weight: bold;
text-decoration: none;
color: #8e0533;
background: transparent; }

p.plegend {
margin: 5px 0px 10px 0px;
padding: 0px 0px 0px 10px;
font-size: 85%;
font-weight: normal;
text-decoration: none;
line-height: 125%;
color: #606060;
background: transparent; }

strong { 
font-weight: bold; }

em {}

cite {}

samp {}

dfn {}

blockquote {}

a:link, a:visited {
margin: 0;
padding: 0; }

a:hover, a:active {
margin: 0;
padding: 0; }


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

ul.ulform {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 500px;
list-style: none;
float: left; }

ul.ulform li {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
font-size: 11px;
list-style: none;
color: #666;
background: transparent;
float: left;  }

ul.ulform li.radios {
margin: 0px 10px 15px 0px;
padding: 0px 10px 0px 0px;
width: 50px;
font-size: 11px;
list-style: none;
color: #666;
background: transparent;
float: left;  }

ul.ulform li.checks {
margin: 10px 10px 0px 0px;
padding: 0px 10px 0px 0px;
font-size: 11px;
list-style: none;
color: #666;
background: transparent;
float: left;  }

ul.ulinfo {
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 15px;
float: left; }

ul.ulinfo li {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 14px;
font-size: 95%;
line-height: 135%;
list-style: none;
color: #606060;
background: transparent url(../images/ulinfo.gif) 0px 2px no-repeat;
display: block; }

ul.ulinfo_profil {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 15px;
float: left; }

ul.ulinfo_profil li {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 7px;
font-size: 95%;
line-height: 135%;
list-style: none;
color: #606060;
background: transparent url(../images/ulinfo_profil.gif) 0px 4px no-repeat; }



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

img {
border: 0px solid #fff; }



/***********************************************************************
//	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*****************************************************************/
