* {
  margin: 0;
  padding: 0;
}

p {
	margin: 13px;	
}

body
{
	margin: 0px;
	padding: 0px;
	backgRound-image: url(/Img/bg.jpg);
	background-repeat: repeat-x; 
}

body > div {
	position: relative;
	margin:0 auto;
	width: 626px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(/Img/shadow.png);
	height: 100%;
	font-family: "Helvetica";
	
}

div.top {
	position: relative;
	width: 626px;
	height: 300px;
	padding: 0px;
	background-image: url(/Img/logga-bandet-2.jpg);
}


div.menu {
	position: relative;
	width: 626px;
	height: 27px;
	background-color: #005500;
	font-family: "Helvetica";
}
div.menuwrapper{
	position: relative;
	padding-top: 2px;
	margin-left: 33px;
}
div.menuitem {
	position: relative;
	padding-right: 60px;
	float: left;
}

div.menuitem a {
	color: #cccccc;
	font-family: Helvetica
}
div.clear{
	position: relative;
	clear:both;	
}
a {
	color: #cccccc;
}
div.content {
	position: relative;
	height: 100%;
	padding-top: 30px;	
	padding-left: 33px;
	background-image: url(/Img/menu-under-bg-3.jpg);
	background-repeat: repeat-x;
	background-color: #cedfce;
	width: 593px;
	font-family: "Helvetica";
}

div.contentBox{
	position: relative;
	width: 155px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	font-size: 14px;
}

div.double{
	position: relative;
	width: 310px;
}

div.vertical{
	position: relative;
	float: none;	
}

div.contentPart{
	position: relative;
	height: 120px;
}

div.border-right {
	border-right: 1px dotted #cccccc;
}

div.contentDivider{
	position: relative;
	width: 1px;
	margin-left: 1px;
	margin-right: 5px;
	float: left;
	height: 160px;
	border-right: 1px dotted #cccccc;
}

div.contentDividerHorizontal{
	position: relative;
	width: 220px;
	float: left;
	height: 1px;
	margin-top: 15px;
	border-top: 1px dotted #cccccc;
}

div.button {
	position: relative;
	margin-left: 13px;
	padding: 8px;
	width: 101px;
	height: 18px;
	background-image: url(/Img/button-3.png);
	text-align: center;
	font-family: "Helvetica";
}

div.contentBox div.button a {
	color: #395739;	
}
div.foot {
	position: relative;
	height: 30px;
	padding-top: 40px;
	padding-left: 33px;
	background-color: #cedfce;
	color: #aaaaaa;
	font-size: 12px;
	text-align: center;
	width: 593px;
	font-family: "Helvetica";
}

div.foot a:visited {
	color: #aaaaaa;
}

div.contentBox a:link {
	color: #395739;
}
div.contentBox a:visited {
	color: #395739;
}

div.foot a:link {
	color: #aaaaaa;
}


h1 {
	margin-top: 0px;
	color: #35323e;
}

div.contentBox h1 {
	margin-top: 0px;
	color: #35323e;
	font-size: 16px;
}

div.contentBox > img{
	margin-bottom: 6px;
	padding-bottom: 12px;
	padding-right: 8px;
	float: left;
}

div.contentBox ul.song {
	padding-left: 20px;
	list-style-image: url(/Img/note.png);
}

div.contentBox ul.song a {
	color: #35323e;
}

div.contentBox ul.blog {
	padding-left: 20px;
	
}

p {
	margin-left: 8px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

dl.zend_form > dd > ul.errors > li{
	list-style: none;
	color: red;
}

.full-height  {
	height: 400px;	
}


