/*
 _     _                      _        ___                             _ _     
| |   (_)                    (_)      / __)                       _   (_) |    
| | _  _ _ _ _  ____  ____    _ ____ | |__ ___   ____ ____   ____| |_  _| |  _ 
| || \| | | | |/ _  |/ ___)  | |  _ \|  __) _ \ / ___)    \ / _  |  _)| | | / )
| |_) ) | | | ( ( | ( (___   | | | | | | | |_| | |   | | | ( ( | | |__| | |< ( 
|____/|_|\____|\_||_|\____)  |_|_| |_|_|  \___/|_|   |_|_|_|\_||_|\___)_|_| \_)

      =================================================================
	  || www.biwac.ch                                                ||
	  =================================================================
	  || Author:               || M.Wälti                            ||
	  || Date:                 || 09.06.2005                         ||
	  || Contact:              || info@biwac.ch                      ||
	  ||-------------------------------------------------------------||
	  || Project:              || Zahnarztpraxis Dezelic             ||
	  || URL:                  || www.zahnarzt-uster.ch              ||
      || CMS:                  || n/a                                ||
      =================================================================
	  
	  Index:
      1 Basic
        1.1 Font
        1.2 Headlines / Links
        1.3 Scrollbars
      2 Tag's
      3 Form
      4 Classes & ID's
        4.1 General
		4.2 Navigation
        4.3 Project Specific
*/

/* .:: 1.1 Font ::. */

body,h1,h2,h3,h4,h5,h6,input,select,textarea,.norm,.normbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

/* .:: 1.2 Headlines / Link ::. */

h1,h2,h3,h4,h5,h6 {
	padding: 28px 0px 23px 0px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
}

a {
	text-decoration: none;
	color: #999966;
}

a:hover {
	text-decoration: underline;
	color: #999966;
}

/* .:: 1.3 Scrollbars ::. */

/* .:: 2 Tag's ::. */

body {
	margin: 0px;
	padding: 0px;
}

p {

}

ul {
	margin-left: 15px;
}

li {
	padding-left: 5px;
}

/* .:: 3 Form ::. */

form {

}

input,select,textarea {
	border: 1px solid #666666;
}

/* .:: 4.1 General Class/ID ::. */

.norm {

}

.normbold {
	font-weight: bold;
}

.border {
	border: 1px solid #666666;
}



/* .:: 4.2 Navigation ::. */

.nav-top {
	color: #666666;
	text-decoration: none;
}

.nav-top:hover {
	color: #000000;
	text-decoration: none;
}

/* .:: 4.3 Project Specific Class/ID ::. */

.logo {
	padding-left: 28px;
	padding-top: 29px;
	height: 60px;
}

.img-top {
	margin: 9px 9px 0px 9px;
}

.nav2 {
	padding-left: 580px;
	padding-bottom: 5px;
}

.navitem {
	margin-top: 1px;
}

.content {
	width: 457px;
}

