/* CSS Document */

#viewable{
	margin-left:5px;
	margin-right:5px;
	width:355px;
	height:400px;
	overflow:hidden;
	position:relative;
	text-align:center;
	background:none;
	/*background-image:url(../img/bg_dots.gif);*/
}

#zitate_full{
	text-align:left;
	margin-top:0px;
	position:relative;
	width:320px;
	margin:auto;
}



.bubble_top{
	background: url(../img/bubble_top.gif) no-repeat;
	height:17px;
	margin:0px;
	height:17px;
}

html > body .bubble_top{
	margin:0px;
	width:320px;
	height:17px;
	background: url(../img/bubble_top.png) no-repeat;
}
.bubble{
	color:#549715;
	margin:0px;
	width:304px;
	background: url(../img/bubble_middle.png) repeat-y;
	padding:0 8px 0 10px;

}
.bubble_bottom{
	background: url(../img/bubble_bottom.gif) no-repeat;
	height:39px;
	width:320px;
	margin-bottom:20px;
}

html > body .bubble_bottom{
	margin:0px;
	width:320px;
	height:39px;
	background: url(../img/bubble_bottom.png) no-repeat;
	margin-bottom:20px;
}

.bubble .span_caption{
	display: block;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	width:100%;
}
.bubble .span_text{
	font-family:"Times New Roman", Times, serif;
	padding: 5px 0 5px 0;
	color:#0a6700;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	display:block;
}

.bubble .span_foot{
	display:block;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	text-align:right;
}
