#googleMap {
    width: 100%;
    height: 350px;
    float: left;
}

#address {
    float: left;
    margin-left: 8px;
    margin-top: 15px;
    max-width: 171px;
}

#dialogContent {
    display: none;
}

#clearFloat {
    clear: both;
}

#articleList {
	width: 100%;
}

#articleList h1 {
	font-size: 18px;
	text-transform: normal;
}

#articleList .newsArticle {
	width: 100%;
}

#articleList p.artDate {
	font-style: italic;
	float: left;
}

#articleList p.artAuthor {
	float: right;
}

#articleList h2 {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 14px;
	padding: 10px 0 0 0 ;
}

#articleList .artImage {
	float: left;
	margin-right: 30px;
	border: 1px solid black;
}

#articleList .artImage img {
	display: block;
}

#articleList p.linkMore {
	clear: both;
}

#articleList p.linkOverview {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}




#contacts {
	width: 100%;
}

#contacts h2 {
    font-size: 1.4em;
}

#contacts .contactList {
	width: 100%;
}

#contacts h3 {
	font-size: 1.2em;
    color: #b30000 !important;
}



#contacts .artImage {
	float: left;
	margin-right: 30px;
	border: 1px solid black;
}

#contacts .artImage img {
	display: block;
}

#contacts p.linkMore {
	clear: both;
}

#contacts p.linkOverview {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.ui-dialog-buttonset button{
    float: right;
}

#cookie_note{
    text-align: center;
}


/* ----- COOKIE DIRECTIVE ----- */
/*
#cookie_note {
    background: #fff;
    left: 0;
    filter: alpha(opacity = 90);
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#cookie_note div.notify {
    font-size: 14px;
    padding: 10px 100px;
    position: relative;
}
#cookie_note a.dismiss {
    border: 1px solid #9ba21b;
    border-radius: 10px;
    color: #9ba21b;
    display: block;
    line-height: 14px;
    padding: 1px 4px 4px 4px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-decoration: none;
}
#cookie_note a.dismiss:hover {
    background: #9ba21b;
    color: #fff;
}
#cookie_note .cancel_cookie {
    color: #9ba21b;
    line-height: 17px;
*/
