/* styletest.css by R.V.Vilaumi 11/2009 For use with the html file "tutorial.html"*/
/*Zahnarztseite*/
/* Normalizes margin, padding */




body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td

    { margin-left:10px; }
  /* gesamt 1cm abstand von links*/



#central{
width: 800px;
text-align: center;
}

/* Normalizes font-size for headers Hier wird die Schrift der Überschriften  h1 bis h6 festgelegt */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists Hier wird die Schrift der Listen  festgelegt */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* This sets the font weight to start with.*/

h1,h2,h3,h4,p,a,li {font-weight:normal;}
/* Try insofar as possible to set all font sizes here.
----- use em rather than px to allow more flexable font size changes in the browser */
h1{font-size: 2.0em;}
h2{font-size: 1.0em;}
h3{font-size: 0.8em;}
h4{font-size: 0.7em;}
p{font-size: 0.8em;}
li{font-size: 0.8em;}


html{
	/* This sets the font styles for the entire html file.*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body{
	width:800px; /* this sets the overall page width to a fixed 800px */
	text-align:left;
	background:#FFFF78; /* the sets the background color */
	color: Black; /* this sets the type color for this div and it's children */
}

/* ===== BRANDING =====Bild on TOP */
#branding{
width: 800px; height:80px;
background-image: url(../images/Praxisbanner_WEB2a.jpg);
}

/***************************************************
  Header Menu
 ***************************************************/
/*
#menuh  {     text-align: left; width:"100%";  /* height:35px;all the menu items are left aligned in the 'box' von center auf left Rolf*/
}
menuh einstellungen */
/*#################################################*/
#ajaxmenu{
				width:776px;
	height:43px;
	}
	/*
position:absolute; top:93px;left:0px;



z-index:65;

background:  url(images/header_776x43.jpg) no-repeat left top;*/

/*#######################################################*/

/* #menu ul li { display: inline; }

	width: auto;         width: 5em;
        display: inline;
        list-style: none;
        float: left;
        text-align: left;
        text-transform: uppercase;
        font-size: 2 em;
        padding: 0 1em;
        color:Black;
*/

/* lets the menu item buttons be sized as needed for menu title - if un-commented will set menu buttons to fixed width - make this a horizontal menu - holds the menu 'box' to the left edge of the body div. Not really needed here.*/
  /* no decoration on menu items.*/
/* place the menu titles in the center of the button.*/
    /* spacing between menu items  experiment with this*/
   /* font color for the menu items */

#menu ul li a:hover{
 color: Red; /* color of menu items when mouse-over */
}
	/* ===== Navigation-side (Vertical orientation - defaults to block) ===== */

	/* ===== Navigation-side ===== */

#navigation ul {
	list-style: none;
	margin: 2px 0;
}
#navigation li {
	background-color: #B4DAF5;
float: left;
	text-align: left;
	margin: 2px auto;
        /*
	font-size: 10px;
	/*padding:5px;  =========von mir geändert*/
	width: 80%;
}
#navigation a{
	text-decoration: none;
}
#navigation a:hover {
	color: Black;
	border-left-color: #10638E;
	border-left-width: 2px;
	border-right-color: #10638E;
	border-right-width: 1px;
	background-color: #B0D9F9;
}
/* ===== CONTENT ==Haupttext=================================================================
==========================================================================================*/

div#contentmain{  float: left; width: 70%; background-color: #FFFF78; padding-left: 5px; padding-right: 5px; margin-top: 1cm; font-size: 1em;
}
div#blogcontentmain{ float: right;  width: 20%; text-align: left; background-color: #FFFF78;  margin-top: 1cm; padding-left:3px; /* RV Position relativ und zu Oben*/
	}

/*################ Haupt und Seitenteil ende##############*/
div#content-sub{
	background: #DDEEF6;
	}
div#content-main h2{
	background: #1FA8EF;
	}
div#content-sub h2{
	background: #DD4411;
	}
div#content-main h2, div#content-sub h2{
	/*text-transform:uppercase;*/
	padding: 8px 0 8px;
	text-align:center;
	letter-spacing: 0.1em;
	font-size: 1.0em;
	color: White;
	}
	div#content-main h3, div#content-sub h3{
	text-transform:uppercase;
	padding: 8px 0;
	text-align:center;
	letter-spacing: 0.8em; /* Schriftgröße*/
	background: #EE8800;
	font-size: 0.8em;
	color: Black;

	margin: 0 40px;
	/*padding: 0 30px;*/
	}
div#content-main p,div#content-sub p{
	margin:0;
	padding:5px 8px 15px;
	/*font-size: 0.7em;*/
	}
/* ===== comments ===== */
div.comments div{
	background: #EEEEEE;
	padding: 4px 3px;
	margin-bottom:10px;
	}
div.comments div.odd{
	background:#E7EEF8;
}
div.comments p{
	padding: 10px;
	margin:0;
}
	/* =====================================================
div#content-main-title div,div#content-sub-title div{
	border:2px solid #1FA8EF;
	}	====================================================*/
/* ===== Fussnote =====################################################## */
div#siteinfo{
	clear:both;
       	width: 29%;
	background: #FFFF78;
	padding:8px 0;
font-size:70%;
	text-align:center;
 position: relative; top:40px; background-color:##FFFF78; /* RV Position relativ und zu Oben*/

	}
div#site-info p{
	/*font-size: 0.6em;*/
}
/* ===== navbar ===== */
#navbar {

	margin-top: 10px;
}
/* ===== Breadcrumbs ===== */
#breadcrumbs {
	width: auto;
	height: .6em;
	font-size: .6em;
	color: Black;
}
/* ===== Journal post template styles ===== */


h2.date-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 90%;
  color: #ff9933;
  }
.post-text h3 {
  margin-top: 0;
  font: normal bold 130% 'Lucida Grande','Trebuchet MS';
  letter-spacing: -1px;
  color: #ff6633;
  }
.post-text {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #ddd;
  }
.post-text h3 a,
.post-text h3 a:visited {
  color: #ff6633;
  text-decoration: none;
 }
.post-footer {
  margin: 0;
  padding: 0 0 0 214px;
  font-size: 88%;
  color: #999999;
  }
/* ========== End of CSS Styling ========== */