body {
    font-size:80%;
    font-family:  Arial, sans-serif;
    line-height: 1.5em;
	 color: #333333;
    }

p {
    font-size: 1em;
    margin-bottom: 1ex;
    }

.marked {
    background: #FEFEDF;
    }

small {
    font-size: 0.8em;
    }

p img {
    margin: 1.2em 1em 1em 1em;
}

h1, h2, h3 {
    font-family: Trebuchet MS, sans-serif;
    margin-bottom: 0.5em;
    color: #333;

    }

h1 {
	margin-top: 0;
    font-size: 2em;
    letter-spacing: -1px;
    color: #ffaa00;
    }

h2 {
    font-size: 1.3em;
    margin-top: 1.2em;
	margin-bottom: 0.1em;
    }

h3 {
    font-size: 1.1em;
    margin-top: 1.2em;
	margin-bottom: 0em;
    }

h4 {
    font-size: 1em;
    font-weight: bold;
    display: inline;
    float: left;
    padding-left: 10px;
	margin-right: 1ex;
    }

ul {
    margin-left: 1em;
    margin-right: 1em;
	margin-bottom: 1em;
    list-style: square;
    list-style-image: url('../images/bullets/unikum.gif');
    }

ol {
		 margin-bottom: 1em;
    margin-left: 3em;
    margin-right: 1em;
    }


li {
   }

p.intro {
    font-weight: bold;
    color: #333;
    }

a:link,
a:visited {
	color: #06a;
    text-decoration: none;    
	}
a:hover {
    color: #06a;
    text-decoration: underline;
	}


a img { border: none; }

a.blogDate {
	font-family: Trebuchet MS, sans-serif;
    font-size: 1.3em;
    margin-top: 1.2em;
	margin-bottom: 0.1em;	
}

h1.blogHeading {
	margin-top: 0.5em;
	margin-bottom: 0.1em;		
}

div.blogSurtitle, div.endsection {
    font-size: 1em;
    margin-bottom: 1ex;
    padding-left: 10px;
}


a h3:hover {text-decoration: underline}
blockquote {
    padding-left: 2em;
    padding-right: 2em;
    }

hr {
    border-bottom: 1px solid #d9d9d9;
    }

ul.todo {
    list-style: none;
    margin-left: 1em;
    }

address {
    padding: 0;
    margin: 0;
    padding-left: 1em;
    font-style: normal;
    }

.box ul, .yellowb ul {
    margin-left: 2em;
    padding-top: 5px;
    }

.box li {
	line-height: 1.4em;
   padding-bottom:0.4em;

}

.box p {
    padding: 0;
    }

cite {
    background: url('../images/icons/quote.gif');
    background-position: top left;
    background-repeat: no-repeat;
    color: #333;
    font-size: 1.3em;
    font-family: Trebuchet MS, sans-serif;
    padding-left: 50px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-style: normal;
    display: block;
    border-bottom: 1px solid #eee;
    }

em {
    font-style: italic;
}

b {
    font-weight: bold;
    color: #333;
    font-style: normal;
}

ul.process {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
ul.process li {
    display: inline;
    margin: 5px;
}

ul.process a {
    text-decoration: none;
}

ul.process a img {
    border: none;
}

blockquote {
    position: relative;
    padding: 5px 5px 5px 0;
    margin: 20px 0 0 0;
    background: url('../images/icons/blog.gif') no-repeat;
    clear: both;
}

blockquote p {
    margin: 0 0 .5em 65px;
    padding:0;
    background-repeat: no-repeat;
    color: #333;
    font-size: 1em;
    font-family: Trebuchet MS, sans-serif;
}

blockquote p b {
    color: #333;
    font-size: 1.3em;
}

blockquote h2 {
    margin: 0;
    padding: 0;
}

blockquote img {
  height: 48px;
  width: 36px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

#action blockquote {
  background: url('../images/icons/smallblog.gif') no-repeat;
  margin: 0;
  padding: 5px 0 5px 15px;

}

.preformatted {
    border: 2px solid #999;
    background: #e9e9e9;
    font-size: 9px;
    padding: 3px;
    overflow: auto;
    width: 720px;
}

.preformatted pre {
    
}



