﻿/*Verse.htm*/
div#wrapper {
				width: 600px;
				margin-top: 10px;
				margin-right: auto; /* Abstand rechts */;
				margin-bottom: 10px;
				margin-left: auto;
				/*text-align: center; /* Abstand links */*/
}
h1{
				margin: 0;
				font-weight: normal;
				font-size: 1.25em;
				font-family: Arial;
}

#top{
				text-align: center;
				height: 70px;
}
.klr{
				-webkit-border-radius: 8px;
				-moz-border-radius:8px;
				border-radius:8px;
}
.img {
				margin-bottom: 8px;
				width= 97px;
				height= 86px;
}
#leftFloat{
				float: left; /*background: #00CC33;*/;
				width: 120px;
				height: 120px;
				text-align: center;
				padding-top: 8px;
}
#textBox{
				float: left; /*background: #0099CC;*/;
				width: 440px;
				text-align: left;
				font-size: 14px;
				margin: 0px 0px 0px 10px;
				padding: 10px;
				font-family: Arial;
}
.nam{
				font-size: 12px;
				margin-top: 18px;
				font-family: Arial;
				text-align:center;
}
.style88 {
				background-image: url('../images/Hgpad.png');
				width: 599px;
				z-index: 1;
				background-repeat: repeat;
				height: 120px;
}
#cl{
				clear:both; 
				height: 25px;
}
.mittlr{
				-webkit-border-radius: 12px;
				-moz-border-radius:12px;
				border-radius:12px;
				/*z-index:10;*/
}


