/*----------------------------------------
(C) 2009 by HeymerConsult - Dirk E. Heymer
http://www.heymerconsult.de
----------------------------------------*/

/* --------------------------------------  Kategorien auf der Startseite --------------------------------------  */
.categories_list {
	border-bottom:#E2E2E2;
	border-top:#E2E2E2;
	border-style:solid;
	border-top-width:thin;
	border-bottom-width:thin;
}

body {
	margin: 0;
	padding: 0;
         font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
}

h1, h2 {
	font-weight: bold;
	color: #072869;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
         text-decoration: none;
         font-weight: bold;
	color: #3E5D9E;
}

a:hover {
	text-decoration: underline;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* --------------------------------------  Header --------------------------------------  */
#header {
	width: 765px;
	height: 50px;
}
/* --------------------------------------  Logo --------------------------------------  */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	padding-top: 52px;
	font-size: 3em;
	color: #323232;
}

#logo h1 a {
	color: #323232;
         }

#logo h2 {
	margin-top: -10px;
	padding-left: 1px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #7F7772;
}

#logo h2 a {
	color: #7F7772;
}

#logo a {
	text-decoration: none;
}

/* --------------------------------------  Menu --------------------------------------  */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 130px;
	height: 35px;
	padding-top: 7px;
         background: #FFFFFF url(img/img02.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 1.0em;
	color: #FFFFFF;
}

/* -------------------------------------- Seitenaufbau -------------------------------------- */

#page {
	width: 765px;
	margin: 0 auto;
	padding-top: 0px;
}

#latest-post {
	float: right;
	width: 557px;
         padding: 0px 0px 0px 10px;
         background: url(img/img04.gif) repeat-y;
}

#recent-posts {
	float: left;
	width: 190px;
	padding: 20px 0 0 0px;


}

#recent-posts .entry {

}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* --------------------------------------  Sidebar --------------------------------------  */

#sidebar {
	clear: both;
	width: 765px;
	color: #014282;

  border-style:solid;
	border-bottom:#014282;
	border-top:#014282;
  border-right:#014282;
  border-left:#014282;


}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 190px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #014282;
}

#sidebar a {
	text-decoration: none;
	color: #014282;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* --------------------------------------  Footer --------------------------------------  */

#footer {
	width: 765px;
	height: 80px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
         font-family: Verdana, Arial, sans-serif;
  	font-size: 11px;
  	line-height: 1.5;
}

#shoplegal {
         font-family: Verdana, Arial, sans-serif;
         color: #999999;
  	font-size: 8px;
    	text-align:center;
}

#links {
	float: right;
}


.copyright {
  font-family: Verdana, Arial, sans-serif;
  color: #999999;
  font-size: 8px;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #888888;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

TD.main, P.main {
  line-height: 1.5;
  padding:2px;
}

/*----------------Kategorien---------------------------------------------*/
/* Kategorie 7: comdentalis */
.cat7 {
background-color: #94B0D5;
background-image: url(http://www.comdentalis.com/bgimg/Himmel_webBG.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
/*background-border: none; */
}