/*** Normalized ***/

/*----------------------------------------------------------------------------
	weblog.css

	this css-file contains all definitions, that are specific for the weblog.

	(c) Schlund + Partner AG
 ----------------------------------------------------------------------------*/

/*--- containers -----------------------------------------------------------*/

#weblog_sub_container1 {
    position: relative;
    top: -20px;
    margin: 0;
    padding: 0;
}

#weblog_article_container {
	width: 500px;
    margin: 0px;
    padding: 0px;
    font-size: 85%;
}

/*--- a container for the "about me" box -----------------------------------*/

#weblog_calendar {
    margin: 25px 0px 0px 0px;
    padding-bottom: 10px;
    width: 157px;
}

#weblog_calendar table {
	border-collapse: collapse;
	width: 157px;
	overflow: hidden;
}

#weblog_calendar td {
	font-size: 75%;	
}

#weblog_calendar th {
	font-size: 70%;	
	color: #000000;
}

/*--- 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 {
    width: 140px;
    margin: 0px;
    font-family: tahoma,courier new,trebuchet ms,verdana,arial,sans-serif;
    font-size: 100%;
    padding: 0px 0px 0px 15px;
    height: 49px;
    line-height: 69px;
}

/*--- weblog categories ----------------------------------------------------*/

.box2 {
	width: 157px;
	overflow: hidden;
    margin: 25px 0px 0px 0px;
    padding-bottom: 10px;
}

.box2_head {
    width: 140px;
    margin: 0 ;
    font-family: tahoma,courier new,trebuchet ms,verdana,arial,sans-serif;
    font-size: 100%;
    padding: 27px 0px 0px 15px;
    height: 29px;
}

.list1 {
    padding: 0px 5px 0px 0px;
    font-size: 85%;
    list-style-type: none;
}

.list1 ul {
	margin: 0 0 0 10px;
	padding:0;
	list-style-type: none;
}

.list1 li {
    padding: 5px 0px 5px 0px;
}

.link2 a {
    text-decoration: none;
    padding-left: 25px;
}

.link2 a:hover {
    text-decoration: underline;
}

/*--- weblog last comments -------------------------------------------------*/

.box3 {
    margin: 25px 0px 0px 0px;
    padding-bottom: 10px;
}

.box3_head {
    width: 140px;
    margin: 0px;
    font-family: tahoma,courier new,trebuchet ms,verdana,arial,sans-serif;
    font-size: 100%;
    padding: 0px 0px 0px 15px;
    height: 49px;
    line-height: 69px;
}

.list2 {
    padding: 0px 5px 0px 0px;
    xmargin: 5px;
    font-size: 85%;
    list-style-type: none;
}

.list2 ul {
	margin: 0 0 0 10px;
	padding:0;
	list-style-type: none;
}

.list2 li {
    padding: 3px 0px 2px 0px;
    border-bottom: 1px solid #000;
}

.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 0px 0px 0px;
    padding-bottom: 10px;
}

.box4_head {
    width: 140px;
    margin: 0px;
    font-family: tahoma,courier new,trebuchet ms,verdana,arial,sans-serif;
    font-size: 100%;
    padding: 0px 0px 0px 15px;
    height: 49px;
    line-height: 69px;
}

.list3 {
    padding: 0px 5px 0px 0px;
    font-size: 85%;
    list-style-type: none;
}

.list3 ul {
	margin: 0 0 0 10px;
	padding:0;
	list-style-type: none;
}

.list3 li {
    padding: 1px 0px 1px 0px;
}

.link4 a {
    text-decoration: none;
    padding-left: 20px;
}

.link4 a:hover {
    text-decoration: underline;
}

/*--- weblog search --------------------------------------------------------*/

.search_box {
    margin: 25px 0px 0px 0px;
    padding: 10px;
    height: 68px;
    width: 135px;
}

#weblog_search_form {
    margin: 0px;
    padding: 0px;
}

#weblog_search_input {
    margin: 0px;
    padding: 0px;
}

#weblog_search_input input {
    width: 130px;
    margin: 0px 0px 0px 2px;
    padding: 0px;
}

#weblog_search_button {
    width: 105px;
    margin: 12px auto 0px 25px;
}

#weblog_search_button button {
    height: 26px;
    width: 85px;
    font-family: tahoma,arial,verdana,trebuchet ms,sans-serif;
    font-weight: bold;
    font-size: 100%;
    font-style: italic;
    border: 1px solid;
    vertical-align: middle;
}

/*--- weblog article -------------------------------------------------------*/

/*--- overwrites default definitions in main.css ---------------------------*/

.weblog_article p {
    margin: 0px 0px 20px 0px;
    font-size: 100%;
}

.weblog_article table {
    border-style: solid;
    border-width: 1px;
    border-spacing: 0px;
    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 0px 0px;
    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 {
    font-family: tahoma,arial,verdana,trebuchet ms,sans-serif;
    margin: 20px 0px 15px 0px;
    text-align: center;
    height: 25px;
    width: 525px;
    line-height: 25px;
    color: #fff;
    font-size: 95%;
}

.link5 a {
    text-decoration: none;
}

.link5 a:hover {
    text-decoration: underline;
}

.current_page {
    font-weight: bold;
    margin: 0px 20px 0px 20px;
}

/*--- linkt to previous page -----------------------------------------------*/

/*--- linkt to next page ---------------------------------------------------*/

/*--------------------------------------------------------------------------*/

#comment {
    width: 500px;
}

p.par1 {
    margin: 5px;
}

a.link6 {
	color: black;
    text-decoration: none;
}

a.link6 H1 {
    text-decoration: none;
    line-height:18pt;
				}

.list1 h2 {
    font-size: 150%;
}



