/*----------------------------------------------------------------------------
	weblog.css

	this css-file contains all definitions, that are specific for the weblog.

	(c) Schlund + Partner AG
 ----------------------------------------------------------------------------*/


/*--- containers -----------------------------------------------------------*/

#weblog_sidebar_container {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	float:left;
	width:175px;
/* border: 1px solid red; */
	}

#weblog_article_container 
{
margin: 0px 0px 0px 0;
padding: 0;
float: left;
}

.weblog_article {
	margin-bottom: 20px;	
}
	
/*--- comment input field --------------------------------------------------*/

#comment {
	width: 500px;
}

/*--- pager for the weblog -------------------------------------------------*/

.pager {
	margin: 20px 0 15px 0;
	text-align: center;
	height:23px;
	line-height:22px;
	width: 326px;
}

.current_page {
	font-weight:bold;
	color:#000000;
	margin:0 20px 0 20px;
}

/*--- Box 1-----------------------------------------------------------------*/

.box1 {
	margin: 0 0 25px  0;
	padding-bottom:10px;
}

.box1_head {
  	margin: 0px 10px;
  	font-size: 125%;
  	padding-left:0px;
  	height: 33px;
  	line-height: 33px;
  	font-style:italic;
  	font-weight:bold;
}


/*--- Box 2 ----------------------------------------------------------------*/

.___box2_top{   
	position: relative;
	width: 155px;				
	height: 18px; 
 }

.box2 {
	margin: 0 0 25px 19px;
	padding-bottom: 10px;
	   border: none; /*1px solid;*/  
				width:167px;
}

.box2_head {
  	margin: 0px;
  	font-size: 125%;
  	padding-left:8px;
  	height: 20px;
  	line-height: 20px;
  	font-style:normal;
  	font-weight:bold;
}

/*--- Box 3 ----------------------------------------------------------------*/

.box3 {
	margin: 0 0 25px 19px;
	padding-bottom:10px;
	border:1px solid
}

/*--- Searchbox ------------------------------------------------------------*/

.search_box {
	margin: 0 0 15px 19px;
	padding: 8px;
	height:55px;
	   border: none; /*1px solid;*/  
				width:167px;
}

#weblog_search_input {
	margin: 0 0 0 0;
	padding: 0;
}

#weblog_search_button input {
	margin: 5px 0px 0 0;
	text-align: center;
	padding: 0px;
}

#weblog_calendar {
	margin: 0 0 25px 19px;
	padding-top:0;
	padding-bottom: 10px;
	font-size: 11px;
	/*   width: 160px;  */
	}

#weblog_calendar table 
{
	border-collapse: collapse;
	font-size: 10px;
	border: 1px solid;
	width: 155px;
}
#weblog_calendar th {
	border: 0px solid;
	padding: 1px 2px 1px 1px;
	text-align: left;
	font-weight: normal;
}
#weblog_calendar td {
	border: 0px solid;
	padding: 1px 1px 1px 2px;
	background-color:#ffffff;
}
#weblog_calendar caption {
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
}



/*--- 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;
  font-size: 11px;
}

p.par2 {
	margin: 15px 15px 0 0;
	text-align: right;
}

p.par3 {
	font-style: italic;		
}

/*--- 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;
}

.link2 a:hover {
	text-decoration: underline !important;
}

.link3 a {
	text-decoration: none !important;
	font-style: italic;
}

.link3 a:hover {
	text-decoration: underline !important;
}

.link4 a {
	text-decoration: none !important;
}

.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 #818181;
}


/*--------------------------------------------------------------------------*/
#weblog_sub_container1 .link3 ul 
{
margin-top:0 !important;
padding-top:0 !important;
}

/*--- comment input field --------------------------------------------------*/

#comment {
	width: 500px;
}



















