body {
	font-family: Verdana;
	font-size: 11px;
	color: #3172B6;
}

p {
	font-size: 11px;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	margin-top: 0;
}

img
	{
	border-width:0px;
	}
.normal
	{
	font-family: Verdana;
	font-size:11px;
	font-weight:normal;
	color:#3172B6;
	}
.title
	{
	font-family: Verdana;
	font-size:13px;
	font-weight:bold;
	color:#3172B6;
	}
.bold
	{
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	color:#3172B6;
	}
	
li
	{
	font-family: Verdana;
	font-size:11px;
	font-weight:normal;
	color:#3172B6;
	list-style-type:decimal;
	}
	
select,
input,
textarea
	{
	font-size:11px;
	font-family:Verdana;
	font-weight:normal;
	color:#3172B6;
	background-color:#ffffff;
	border:1px #3172B6 solid;
	}
a ,
a:visited{
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	color:#05A052;
	text-decoration:none;
	}
a:hover
	{
	color:#3172B6;
	}
a.kalender,
a.kalender:hover,
a.kalender:link,
a.kalender:focus,
a.kalender:visited
	{
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}

.kalender
	{
	font-family: Verdana;
	font-size:11px;
	font-weight:normal;
	color:#3172B6;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px #3172B6 solid;
	border-right:1px #3172B6 solid;
	}

.kalendero
	{
	font-family: Verdana;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px #3172B6 solid;
	border-right:1px #3172B6 solid;
	background:#3172B6;
	}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #FFFFFF;
border:1px solid #3172B6;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 11px Verdana;
letter-spacing: 0px;
line-height: 1.1em;
color: #347A4D;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
border:1px solid #3172B6;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 1000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 1000;
}

.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
	
	
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	
	z-index: 1000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	
	z-index: 1000;
}

#lbPrevLink {
	left: 0;
	
	
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
	
	
}

#lbNextLink {
	right: 0;
	
	
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
	
	
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	
	
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	
	
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	

}

#lbCaption {
	font-weight: bold;
	

}


.pic_box
	{ float:left; padding:3px; text-align:center; }