/*==================================================
style-sheets.de
Farben und Raender
(c) 2003-2004 by Gerrit Kaiser <gk@style-sheets.de>
==================================================*/

body {
  background: rgb(122,155,188);
  color: #000;
}

/*
#sitemast, #nav ul, #content, #footer {
  background: url(/_cmn/ShadowRight.gif) repeat-y right;
}
*/

/* Shadow */
#sitemast, #sidecontent, #footer, #headercontent, #content, #nav ul, div.entryindex ul li:hover,div.entryindex ul li:focus, img {
 	-moz-box-shadow: 5px 5px 5px #434D56;
  -webkit-box-shadow: 5px 5px 5px #434D56;
  box-shadow: 5px 5px 5px #434D56;
  /* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#434D56');*/
}

#sitemast {
  background-color: #fff;
  color: #bbb;
}

#leftcontent {
  /*background-color: LightGrey; /*#fff;*/
  color: #bbb;
}

#rightcontent {
  /*background-color: LightGrey;*/
  color: #bbb;
}


#content {
  background-color: #efefe5;
  color: #000;
}

#contentx {
	background-color: LightGrey;
}

#maincontent {
  border-right-color: #c8c8c8;
}

#sidecontent {
  color: #000;
  background: #E3E3D1;
  border-color: #DBDBCA;
}

#footer {
  color: #000;
  background-color: #DBDBCA;
}

#footer a {
  border: none;
}

#rssheader {
  background-color: #efefe5;
  color: #bbb;
}

#rsscontent, #pagination, #headercontent {
	background-color: LightGrey;
	-moz-box-shadow: 5px 5px 5px #434D56;
  -webkit-box-shadow: 5px 5px 5px #434D56;
  box-shadow: 5px 5px 5px #434D56;
}

a {
  color: rgb(20, 110, 190);
  background: transparent;
  border-bottom-color: #000;
}

a:visited {
  color: #720073;
  background: transparent;
  border-bottom-color: #bbb;
}

a:hover, a:visited:hover {
	color: #00C;
	background: transparent;
	border-bottom-color: #00C;
}
  
a:active, a:visited:active {
  color: #bd0618;
  border-bottom-color: #bd0618;
  background: transparent;
}


h2 {
  /* color: #4F9B74; */
  color: DrakGrey;
  background: transparent;
  border-bottom-color: #bbb;
}

#sidecontent h2 {
  color: #fff;
  background: transparent;
  border: none;
}

h3 {
  color: rgb(79,118,155);
  background: transparent;
}

.newspost h3 {
  border-bottom-color: #ddd;
}


/* Link-Dekorationen in Uberschriften in Listings aus */
.newspost h3 a, .newspost h3 a:visited,
.entryindex h3 a, .entryindex h3 a:visited,
.entryindex h4 a, .entryindex h4 a:visited {
  border: none;
  color: inherit;
  background: transparent;
}

.newspost .postinfos {
  background-color: #e5e7de;
  color: #666;
}

.newspost .postinfos .author {
  color: #333;
  background: transparent;
}


/* CSS-Guide */
div.entryindex ul li {
  border-color: #efefe5; /* background-color, also unsichtbarer rahmen */
}

div.entryindex ul li:hover,
div.entryindex ul li:focus {
  border-color: #e1e2da;
  background-color: #e5e7de;
}
