/*
Design by staubnet.ch
http://www.staubnet.ch/

Version: 1.0
Projekt: www.gemeindebibliothek.ch

Datum: 27.02.2010

*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #black;
}
#seite {
	position:relative;
	width=2000px;
	}
#logo {
	position: absolute;
	top:15px;
	left:0px;
	float: left;
	margin: 0px auto;
	padding: 5px 0px 0px 5px;
	z-index:1;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: bold;
	}

h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 10px;
}

h4 {
	font-size: 10px;
}
table.text {
	text-align: left;
	font-size: 10pt;
}
td.text {
	/*padding: 15px 15px 0px 25px;*/
	text-align: left;
	font-size: 10pt;
}
td.textr {
	/*padding: 15px 15px 0px 25px;*/
	text-align: right;
	font-size: 8pt;
}

td.line{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	font-weight: bold;
	text-align: left;
	/* background-repeat:repeat-x; */
	background: url(../images/point.gif) repeat-x bottom center;
}
/* Menu */

/* Content */

#text {
	font-size: 8pt;
	padding: 15px 15px 0px 25px;
	background: url(../images/blatt.png) repeat top center;
	clear:both;
}
#content_texta{
	/* background-color:#aafafa; */
}
#content_text table.table {
	/*padding: 15px 15px 0px 25px;*/
	text-align: left;
	/*background-color:#aafafa;*/
}
#content_text td.textr {
	/*padding: 15px 15px 0px 25px;*/
	text-align: right;
}

#content_text td.line{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	font-weight: bold;
	text-align: left;
	/* background-repeat:repeat-x; */
	background: url(../images/point.gif) repeat-x bottom center;
}
#content_bottom {
	width:735px;
	/*width:650px;*/
	height:10px;
	margin: 0px auto;
	margin-left: 0px;
	margin-top: 0px;
	float:left;
	clear:left;
	background: url(../images/blatt_end.png) repeat left bottom;
}
#content_status {
	float:none;
	width:735px;
	/*width:650px;*/
	height:30px;
	margin: 0px auto;
	margin-left: 0px;
	margin-top: 10px;
	/*background-color:#efefef;*/
	clear:top;
	padding: 5px 0px 0px 0px;
	text-align: right;
}

/* Status und Infoboxen */

#meldungsboxen{
	/* background-color:#efefef; */
	width:250px;
	margin-bottom: 0px;
	margin-left: 10px;
	float:left;
	clear:top;
	position: absolute;
	top:185px;
	left:938px;
	/*left:853px;*/
	z-index:1;
	/*background-color:blue;*/
}
#newsbox {
	width: 170px;
	float:left;
	clear:top;
	margin-top: 50px;
	margin-left: 10px;
	padding: 5px 0px 10px 10px;
	background-color:#efefef;
	background: url(../images/news_top.png) repeat left top;
}
#newsbox a{
	color: #navy;
	text-transform: uppercase;
	text-decoration: none;
}
#newsbox a:visited{
	color: #000000;
	text-transform: none;
	text-decoration: none;
}
#newsbox a:hover{
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
#newsbox_bottom{
	width: 170px;
	height: 50px;
	background-color:#efefef;
	float:left;
	clear:top;
	margin-left: 10px;
	padding: 0px 0px 0px 10px;
	background-color:#efefef;
	background: url(../images/news_bottom.png) no-repeat bottom;
}
#statusbox {
	width: 170px;
	height: 160px;
	float:left;
	clear:both;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 0px;
	padding: 5px 0px 0px 5px;
	background-color:#efefef;
	background: url(../images/infos.png) no-repeat bottom center;
 }
 
#copyrightbox {
	width: 160px;
	background-color:#efefef;
	float:left;
	clear:both;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 0px;
	padding: 9px 0px 16px 10px;
	background-color:#efefef;
	background: url(../images/copy.png) no-repeat left center;
}
