
.bars {
	margin-top: 20px;
	height:30px;
	line-height:30px;
	margin-bottom:20px;
}

.small.bars {
	height:10px;
	line-height:10px;
}

.bars .columns,
.rounded.columns {
    background-color: #dddddd;
	border-radius: 20px;
}

.logo {
	width:80%;
	height:auto;
	max-height:75px;
	padding:10px;
}

#portrait {
	float:none;	
}

.adress {
	color: #888888;
	font-size: 12px;
}

.contact {
	color: #888888;
	font-size: 12px;	
}

.accordion h5 {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 5px;
	cursor: pointer;
}

.accordion h5:hover,
.accordion h5.ui-state-active,
.accordion h5:hover strong,
a:hover,
h1:hover,h2:hover,h3:hover {
	color: #EB2222;
	cursor: pointer;
}

.accordion div {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.accordion {
	border-bottom: 1px solid #dddddd;
}

.accordion ul {
	list-style: disc;
	padding-left: 30px;	
}

.accordion ul li:hover {
	color: #EB2222;
	cursor: default;
}

.ascendrologo {
	float:right;
}


#menu > h2 > .ui-icon {
    background-image: url('../images/arrows.png');
}

#menu > h2 > .ui-icon-circle-arrow-s {
    background-position: -40px 0px;
}

#menu > h2 > .ui-icon-circle-arrow-e {
    background-position: 0px 0px;
}

#menu > h2 > .ui-icon {
    width: 40px;
    height: 40px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    float:left;
    margin-left: -50px;
}


.right {
    float:right;
    display: block;
}