* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em; 
}

img {
  border:none;
}

#container {
  /* border: 1px solid green; */
  width: 1010px;
}

#top {
  width: 100%;
  font-size: 0.9em;
  color: Gray;
  overflow:hidden;
  /* border: 1px solid Teal; */
}

#top a {
  color: #808080;
  text-decoration:none;
}

#top-leftcol {
  /* border: 1px solid Yellow; */
  margin: 0.4em;
  width: 59%;
  float: left;
  letter-spacing: 0.04em;
}

#top-rightcol {
  margin: 0.4em;
  width: 39%;
  float: right;
  text-align: right;
  letter-spacing: 0.1em;
}

#content {
  width: 100%;
  overflow:hidden;
  /*border: 1px solid blue;*/
}

#content-leftcol {
  border-left: 1px dashed #999;
  width: 765px;
  float: right;
}

#content-rightcol {
  /*border: 1px solid Navy;*/
  width: 240px;
  float: left;
}

#adressbox {
  padding-top:10px !important;
  padding-bottom: 0 !important; 
  height:84px; 
  background: url('images/addresstop.png');
  background-repeat: no-repeat;
  background-position : top left;
  text-align: center;
  line-height:16px;
  font-size:11px;
  color:#666;
  border-bottom: 1px dashed #999;
}

#adressbox a {
  color:#666 !important;
}

#adressbox a:hover {
  color:#EC9800 !important;
}

#searchbox {
    padding: 2px 5px 2px !important;
    margin: 4px 1px 0;
}

.inputfield {
    border: 1px solid #AEAEAE;
    color: #000;
    padding: 2px 1px;
    background-color : #FFF;
    width:190px;
    font-size: 12px;
    font-family : Arial, Helvetica, sans-serif;
}

.searchbutton {
	background-color : #EDEDED;
    padding: 2px;
    margin-left:3px;
    border: none;
    color: #000;
    font-weight : bold;
    font-size: 12px;
    font-family : Arial, Helvetica, sans-serif;
}

#content-rightcol div {
  padding: 3px 0;
}

#content-rightcol ul {
  list-style: none;
  text-transform : uppercase;
  padding:6px;
}

#content-rightcol li {
  /* padding: 2px 0; */
}
#content-rightcol a {
  color: #000;
  text-decoration: none;
}

#content-text {
 border-top: 1px dashed #999;
 margin-left:15px;
 padding-right:8px;
}

#content-text a {
  color: #EC9800;
  text-decoration: none;
}

#content-text .post {
  padding-top:2em;
}

#content-text .datum {
  color: #ADADAD;
  font-weight:bold;
  font-size: 1.2em;
}

#content-text h1 {
  font-size: 2em;
  text-transform : uppercase;
}

#content-text h2 {
  font-size: 1.1em;
  text-transform : uppercase;
  margin: 1em 0;
}

#content-text h1 a {
  color: #000;
  text-decoration: none;
}

#content-text p {
  padding-bottom : 6px;
}

#content-text img {
  margin : 14px 0 0 0;
}

#content-text .autor {
  background-color: #EDEDED;
  color: #6C6C6C;
  font-weight:bold;
  font-size: 0.9em;
  padding: 2px 4px;
  margin-bottom: 1.3em;
}

#content-text .postmetadata {
  color: #A0A0A0;
  font-size: 0.9em;
  text-transform : uppercase;
  margin: 0.4em 0 0.8em;
}

.dashed-bottom {
  border-bottom: 1px dashed #999;
}

.dashed-bottom img {
  margin-left: 2px;
}

.current_page_item, .current-cat {
  font-weight:bold;
}

.category-subline {
  color:#EC9800;
  font-size:0.9em;
  text-align:right;
}

.cosmos {
  text-transform : none !important;
}

.cosmos a {
  color: #ADADAD !important;
}

.cosmos .keyword1{
  font-size:0.9em;
  
}

.cosmos .keyword2{
  font-size:1.3em;
}

.cosmos .keyword3{
  font-size:1.6em;
}

.cosmos .keyword4{
  font-size:2.1em;
}

.navigation {
  padding:15px 0;
  text-transform : uppercase;
}

.navigation a {
  color: #000 !important;
  font-size: 1.1em;
  text-decoration: none;
}  

.alignleft {
  float:left;
}

.alignright {
  float: right;
}