/*----------------------------------------------------------------------------
	weblog.css

	this css-file contains all definitions, that are specific for the weblog.

	(c) Schlund + Partner AG
 ----------------------------------------------------------------------------*/

/*--- containers -----------------------------------------------------------*/

#weblog_sidebar_container {
	margin: 0px;
	width: 190px;
}

#weblog_article_container {
	margin: 0px;
	padding: 0;
}

.weblog_article {
	margin-bottom: 32px;	
}
	
/*--- comment input field --------------------------------------------------*/

#comment {
	width: 500px;
}

/*--- pager for the weblog -------------------------------------------------*/

.pager {
	margin: 20px 0 15px 200px;
	text-align: center;
	line-height:22px;
	color:#000;
	width: 285px;
	height: 27px;
	background-repeat: no-repeat;
}

.current_page {
	font-weight:bold;
	color:#ffffff;
	margin:0 5px 0 5px;
}

.box_b {
	width: 190px;
	height: 10px;
	font-size: 8px;
}

/*--- Box 1-----------------------------------------------------------------*/

.box1 {
	margin: 0 0 25px  0;
	padding-bottom:10px;
}

.box1_head {
  margin: 0px;
  font-size: 11px;
  padding-left:11px;
  height: 25px;
  line-height: 25px;
  font-style:normal;
  font-weight:bold;
}

/*--- Box 2 ----------------------------------------------------------------*/

.box2 {
	margin: 0 0 25px 0;
	padding: 0 0 0px 0;
	/*border-width: 0px 0px 1px 0px;
	border-style: solid;*/
}

.box2_head {
  margin: 0px;
  font-size: 11px;
  padding-left:11px;
  height: 25px;
  line-height: 25px;
  font-style:normal;
  font-weight:bold;
}

/*--- Box 3 ----------------------------------------------------------------*/

.box3 {
	margin: 0 0 25px 0;
	padding-bottom:0px;
	/*border-width: 0px 0px 1px 0px;
	border-style: solid;*/
}

/*-----------------calender-----------------------------------------------*/

#weblog_calendar {
	width: 100%;
	margin: 0 0 25px 0;
	padding-bottom: 0px;
	font-size: 11px;
	padding: 0px;
}

#weblog_calendar table {
	width: 100%;
	padding: 0px;
	border-width: 0px;
}

#weblog_calendar table th {
	font-weight: normal;
	font-size: 9px;
	border-width: 0px;
	padding: 0px;
}

#weblog_calendar table td {
	font-size: 9px;
	padding: 2px 3px 2px 3px;
	border-width: 0px;
}

#weblog_calendar table td a {
	font-size: 9px;
}

#weblog_calendar table caption {
  font-size: 11px;
  height: 25px;
  line-height: 25px;
}

/*--- Searchbox ------------------------------------------------------------*/

.search_box {
	margin: 0 0 25px 0;
	padding: 10px;
	height:68px;
	/*border: 1px solid;*/
}

#weblog_search_input {
	margin: 0;
	padding: 0;
}

#weblog_search_input #s {
	width: 100%;
}

#weblog_search_button {
	margin: 5px 0 0 0;
	text-align: right;
}

/*--- 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;
}

/*--- Paragraphs -----------------------------------------------------------*/

p.par1 { 
  margin: 5px;
}

p.par2 {
	margin: 15px 15px 0 0;
	text-align: right;
}

p.par3 {
	font-style: normal;		
}

/*--- Links inside of generated lists --------------------------------------*/

/* the Definitions can not be made directly for the links, because they are
   generated by the weblog.
*/

.link1 a {
	text-decoration: none !important;
	/*padding-left:20px;*/
}

.link1 a:hover {
	text-decoration: underline !important;
}

.link2 a {
	text-decoration: none !important;
	/*padding-left: 13px;*/
}

.link2 a:hover {
	text-decoration: underline !important;
}

.link3 a {
	text-decoration: none !important;
	font-style: normal;
}

.link3 a:hover {
	text-decoration: underline !important;
}

.link4 a {
	text-decoration: none !important;
	/*padding-left: 11px;*/
}

.link4 a:hover {
	text-decoration: underline !important;
}

.link5 a {
	text-decoration: none !important;
	/*padding: 0 15px;*/
}

.link5 a:hover {
	text-decoration: underline !important;
}

/*--- normal Links ---------------------------------------------------------*/

a.link6 {
	text-decoration: none !important;
}

/*--- Lists ----------------------------------------------------------------*/

.list1 {
	font-size: 85%;
}

.list1 ul {
	padding: 0 5px 0 3px;
	margin: 5px;
	list-style-type: none;
}

.list1 li {
	padding: 5px 0 0 0;
}

.list1 h2 {
	font-size: 150%;	
	margin: 5px;
	padding: 0;
}
	
.list2 {
	font-size: 85%;
}

.list2 ul {
	padding: 0 5px 0 3px;
	margin: 5px;
	list-style-type: none;
}

.list2 li {
	padding: 3px 0 2px 0;
	border-bottom: 1px dotted #999999;
}

/*--------------------------------------------------------------------------*/

#weblog_sub_container1 .link3 ul {
margin-top:0 !important;
padding-top:0 !important;
}