/*** Normalized ***/

/*----------------------------------------------------------------------------
	weblog.css

	this css-file contains all definitions, that are specific for the weblog.

	(c) Schlund + Partner AG
 ----------------------------------------------------------------------------*/

/*--- containers -----------------------------------------------------------*/

#weblog_sub_container1 {
    margin-right: 9px;
}

#weblog_article_container {
    margin: 20px 20px 20px 0;
    padding: 0;
    font-size: 85%;
}

/*--- 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: 125%;
    padding-left: 8px;
    height: 33px;
    line-height: 33px;
}

/*--- weblog categories ----------------------------------------------------*/

.box2 {
    margin: 25px 0 0 0;
    padding-bottom: 10px;
}

.box2_head {
    margin: 0px;
    font-size: 125%;
    padding-left: 8px;
    height: 33px;
    line-height: 33px;
}

.list1 {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 85%;
    list-style-type: none;
}

.list1 li {
    padding: 5px 0 0 0;
}

.link2 a {
    text-decoration: none;
    padding-left: 13px;
}

.link2 a:hover {
    text-decoration: underline;
}

/*--- weblog last comments -------------------------------------------------*/

.box3 {
    margin: 25px 0 0 0;
    padding-bottom: 10px;
}

.box3_head {
    margin: 0px;
    font-size: 125%;
    padding-left: 8px;
    height: 33px;
    line-height: 33px;
}

.list2 {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 85%;
    list-style-type: none;
}

.list2 li {
    padding: 3px 0 2px 0;
    border-bottom: 1px dotted #999999;
}

.link3 a {
    text-decoration: none;
    font-style: italic;
}

.link3 a:hover {
    text-decoration: underline;
}

.weblog_commentator {
    font-weight: bold;
}

/*--- weblog external links ------------------------------------------------*/

.box4 {
    margin: 25px 0 0 0;
    padding-bottom: 10px;
}

.box4_head {
    margin: 0px;
    font-size: 125%;
    padding-left: 8px;
    height: 33px;
    line-height: 33px;
}

.list3 {
    padding: 0 5px 0 5px;
    margin: 5px;
    font-size: 85%;
    list-style-type: none;
}

.list3 li {
    padding: 2px 0 0 0;
}

.link4 a {
    text-decoration: none;
    padding-left: 11px;
}

.link4 a:hover {
    text-decoration: underline;
}

/*--- weblog search --------------------------------------------------------*/

.search_box {
    margin: 25px 0 0 0;
    padding: 10px;
    height: 68px;
}

#weblog_search_form {
    margin: 0;
    padding: 0;
}

#weblog_search_input {
    margin: 0 0 0 0;
    padding: 0;
}

#weblog_search_input input {
    width: 150px;
    margin: 0;
    padding: 0;
}

#weblog_search_button {
    text-align: right;
    padding: 0;
    margin: 5px 0 0 0;
}

/*--- weblog article -------------------------------------------------------*/

/*--- overwrites default definitions in main.css ---------------------------*/

.weblog_article p {
    margin: 0px 0 20px 0;
    font-size: 100%;
}

.weblog_article table {
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    width: 100%;
}

/*--- info about an article ------------------------------------------------*/

.weblog_article_info {
    font-style: italic;
}

.weblog_article_info a {
    text-decoration: none;
}

.weblog_article_info a:hover {
    text-decoration: underline;
}

/*--- 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 0 0;
    text-align: right;
}

.weblog_comment_link a {
    text-decoration: none;
    padding-left: 15px;
}

.weblog_comment_link a:hover {
    text-decoration: underline;
}

/*--- 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;
    color: #ffffff;
}

.link5 a {
    text-decoration: none;
}

.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;
				font-size:10pt;
}

a.link6 {
    text-decoration: none;
}

#weblog_sub_container1 .box2_head {
    font-size: 11pt;
				font-weight:bold;
}

a.link6 H1 {
    text-decoration: none;
    line-height:21pt;
				margin-bottom:5px;
				}
.content H2 {
    line-height:17pt;
				}

.list1 h2 {
    font-size: 10pt;
				margin:0;padding:0;
}
.list1 ul {
    margin-top: 2px;
}
.list2 ul  {
    margin-top: 2px;
}

.link3 ul li, .link3 ul  {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

