/*** Normalized ***/

/*----------------------------------------------------------------------------
	weblog.css

	this css-file contains all definitions, that are specific for the weblog.

	(c) Schlund + Partner AG
 ----------------------------------------------------------------------------*/

/*--- containers -----------------------------------------------------------*/

#weblog_article_container {
    margin: 0 12px 0 0;
    padding: 0;
    font-size: 76%;
}

/*--- a container for the "about me" box -----------------------------------*/

#weblog_calendar {
    margin: 25px 0 0 0;
    padding-bottom: 10px;
}

/*--- an image of the weblog owner -----------------------------------------*/

/*--- name of the weblog owner ---------------------------------------------*/

/*--- short description of the weblog owner --------------------------------*/

/*--- link to the profile of the weblog owner ------------------------------*/

/*--- about me -------------------------------------------------------------*/

.box1_head {
    margin: 0px;
    font-size: 86%;
    padding-left: 8px;
    height: 25px;
    line-height: 25px;
}

/*--- weblog categories ----------------------------------------------------*/

.box2 {
    margin: 20px 0  0;
}

.box2_head {
    margin: 0px;
    font-size: 86%;
    padding-left: 8px;
    height: 25px;
    line-height: 25px;
}

.list1 {
    margin: 10px 0px;
    font-size: 9pt;
    list-style-type: none;
    padding:  0 0 30px 0;
}

.list1 li {
    padding: 3px 0 3px 5px;
}

.link2 a {
    padding-left: 13px;
}

/*--- weblog last comments -------------------------------------------------*/

.box3 {
    margin: 25px 0 0 0;
    padding-bottom: 10px;
}

.box3_head {
    margin: 0px;
    font-size: 86%;
    padding-left: 8px;
    height: 25px;
    line-height: 25px;
}

.list2 {
    padding:  0 0 30px 0;
    margin: 10px 0px;
    font-size: 9pt;
    list-style-type: none;
}

.list2 li {
    padding: 3px 0 2px 0;
}

.weblog_commentator {
    font-weight: bold;
}

/*--- weblog external links ------------------------------------------------*/

.box4 {
    margin: 25px 0 0 0;
    padding-bottom: 10px;
}

.box4_head {
    margin: 0px;
    font-size: 86%;
    padding-left: 8px;
    height: 25px;
    line-height: 25px;
}

.list3 {
    padding: 0 5px 0 5px;
    margin: 5px 5px 0 5px;
    font-size: 76%;
    list-style-type: none;
}

.list3 li {
    padding: 2px 0 0 0;
}

.link4 a {
    padding-left: 11px;
}

/*--- weblog search --------------------------------------------------------*/

.search_box {
    margin: 25px 0 0 0;
    padding: 0;
}

.search_box  h1 {
    font-size: 86%;
    margin: 0px;
    padding-left: 8px;
    height: 25px;
    line-height: 25px;
}

/*--- weblog article -------------------------------------------------------*/

/*--- overwrites default definitions in main.css ---------------------------*/

.weblog_article h1 {
    margin-top: 0;
    /*als oberstes Element im Container sieht das ohne die margin buggy aus*/

    font-size: 160%;
}

.weblog_article h2 {
    font-size: 140%;
}

.weblog_article p {
    margin: 0px 0 20px 0;
    font-size: 101%;
}

.weblog_article table {
    border-spacing: 0;
    width: 100%;
}

/*--- info about an article ------------------------------------------------*/

.weblog_article_info {
    font-weight: bold;
}

.weblog_article_info a {
    font-weight: bold;
}

/*--- date of an article ---------------------------------------------------*/

/*--- time of an article ---------------------------------------------------*/

/*--- the author of an article ---------------------------------------------*/

/*--- link to an category of an article -----------------------------------*/

/*--- link to the comments of an article -----------------------------------*/

.weblog_comment_link {
    margin: 15px 15px 50px 0;
    text-align: left;
}

.weblog_comment_link a {
    font-weight: bold;
    padding-left: 15px;
}

/*--- a quote in an article ------------------------------------------------*/

.weblog_article_quote {
    margin: 10px;
    padding: 5px;
    font-style: italic;
}

/*--- pager for the weblog -------------------------------------------------*/

.pager {
    margin: 20px 0 15px 0;
    text-align: center;
    height: 25px;
    line-height: 22px;
}

.current_page {
    font-weight: bold;
    margin: 0 20px 0 20px;
}

/*--- linkt to previous page -----------------------------------------------*/

/*--- linkt to next page ---------------------------------------------------*/

/*--------------------------------------------------------------------------*/

#comment {
    width: 500px;
}

p.par1 {
    margin: 5px;
}

a.link6 {
    text-decoration: none;
}

.list1 h2 {
    font-size: 10pt;
}

.box2 ul {
margin-top:0;
}

.list1 h2 {
				margin:0;padding:0;
}

.list1 ul {
    margin-top: 2px; 
}
.list2 ul {
    margin-top: 2px; 
}


