/***************************************************************************************************

	Project		:	Zahnarzt Dr Buschmann
	Copyright	:	Puro Nectar

	::: Main Stylesheet :::

****************************************************************************************************

	Colors
		BG-blue			f8fcfd
		Borderblue		a0bbd4
		Bluelink		003780
		
/* undo   *************************************************************************************** */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* reset some basic style *********************************************************************** */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* HTML ***************************************************************************************** */
html {
	min-height: 100%;
	margin-bottom: 1px;
	}

/* BODY ***************************************************************************************** */
body.main {
	background:#f8fcfd;
	background-image: url(bilder/dent_bg.jpg);
	background-repeat:repeat-x;
	background-position:0 130px;
	color: #222;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:justify;
	font-size:11px;
	}

/* \*/ * html body { text-align:center; font-size: 11px; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
	}

.clear {
	clear:both;
	}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

#website {
	margin:20px 0 0 0;
	padding:0;
	height:100%;
	}

/* Header *************************************************************************************** */	
#header {
	margin:0 auto;
	background-image: url(bilder/dent_01.jpg);
	padding:0;
	width:900px;
	height:199px;
	}

/* Navigation ************************************************************************************** */
#navigation {
	float:left;
	width:150px;
	min-height:300px;
	margin:-75px 9px 0 0;
	}

/* Content ************************************************************************************** */
#content {
	display:block;
	background-image: url(bilder/dent_02.jpg);
	min-height:256px;
	margin:0 auto;
	position:relative;
	width:900px;
	padding:0;
	}
	
#linecover {
	background-image: url(bilder/dent_linecover.jpg);
	position:absolute;
	width:30px;
	height:1px;
	top:0px;
	left:596px;
	}

/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:1px;
	}
/* end hide */

#mainandfoot {
	float:left;
	width:580px;
	margin:0 9px 0 0;
	}

#main {
	background:url(bilder/dent_main.jpg);
	padding:10px 15px 10px 15px;
	}

#sidebar {
	background:url(bilder/dent_side.jpg);
	float:left;
	width:130px;
	margin:0;
	padding:10px 10px 10px 10px;
	}

#main, #sidebar {
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	overflow:hidden;
	background-position:-1px -1px;
	background-repeat:no-repeat;
	background-color: #fff;
	border:solid 1px #fff;
	min-height:255px;
	}

#foot {
	height:30px;
	margin:0 auto;
	margin-bottom:25px;
	}

.block {
	}

/* headlines ************************************************************************************ */
.block h1, .block h2, .block h3 
	{
	font-size:15px;
	font-weight:bold;
	line-height:1.8em;
	text-align:left;
	margin-bottom:4px;
	}

.block h4, .block h5, .block h6 
	{
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	text-align:left;
	margin-bottom:4px;
	}

.block h1, .block h4 
	{
	color:#003780;
	}

.block h2, .block h5 
	{
	color:#000;
	}

.block h3, .block h6 
	{
	color:#888;
	}

.block .teaser h1 
	{
	color:#003780;
	font-size:14px;
	font-weight:bold;
	line-height:1.4em;
	}
/* ### Images ############################################################ */

.block img {
	display:block;
	margin:0px;
	}

.block div.image 
	{
	border-bottom:4px;
	}

.block div.image p 
	{
	margin:4px 0;
	font-size:0.9em;
	}

.block div.flLeft, .block img.floatLeft
	{
	float:left;
	margin:4px 10px 4px 0;	
	}

.block div.flRight, .block img.floatRight
	{
	float:right;
	margin:4px 0 4px 10px;
	}

.block div.bu 			
	{ 
	font-size:10px;
	font-style:italic;
	margin-left:5px;
	}

.block div.frame 			
	{ 
	border:1px solid #d8dadc;
	padding:3px; 
	}

.block xs 			
	{ 
	color: #555;
	line-height:11px;
	font-size: 9px; 
	}

/* ### Hyperlinks ######################################################### */

.block a, 
.block a:link {
	text-decoration:none;
	color:#003780;
	}

.block a:hover {
	color:#003780;
	text-decoration:underline;
	}

/* ### Paragraphs ########################################################## */

.block p {
	margin-bottom:1.0em;
	font-size:11px;
	line-height:1.6em;
	text-align:justify;
	}

#nav p {
	margin-bottom:1.2em;
	}

#sidebar .block p {
	text-align:left;
	}

/* ### Tables ############################################################## */

.block table {
	margin-bottom:1.0em;
	font-size:11px;
	line-height:1.6em;
	}

.block td {
	padding:0 0 0 0;
	}


/* ### Blockquotes ########################################################## */

.block blockquote {
	margin:0 0 0 20px;
	}


/* ### Lists ################################################################ */

.block ul, 
.block ol {
	margin-bottom:1.2em;
	font-size:11px;
	line-height:1.6em;
	}

.block ol li {
	margin:0 0 0 30px;
	list-style-type:decimal-leading-zero;
	} 
.block ul li {
	margin:0 0 0 20px;
	list-style-type:disc;
	}

