body {
  background-color: #263E84;
  margin: 0;
  padding: 0;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 12px;
}

a {
	text-decoration: none;
}
table, tbody, tr, td, th {
	font-size: 100%;
}
div#main {
  width: 900px;
  min-height: 700px;
  clear: both;
  position: static;
  margin: 0 auto;
}

div#langselector {
	height: 31px;
	width: 900px;
	background: url(../images/design/langselectorbg.jpg) left top;
	position: relative;
}
.intro div#langselector {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	background-image: none;
}
div#langselector ul {
	list-style: none;
	position: absolute;
	top: 3px;
	right: 10px;
	padding: 0;
	margin: 0;
	opacity: 1;
}
.intro div#langselector ul {
  top: 8px; 
}
div#langselector ul li {
	float: left;
}
div#langselector ul li a img {
	border: 0;
	padding: 2px 5px 0 10px;
	position: static;
}
div#langselector ul li a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
div#logo {
  height: 80px;
  width: 900px;
  background: url(../images/design/logobg.jpg) left top no-repeat;
}
.intro div#logo {
	height: 140px;
	background: url(../images/design/intro/logobg.jpg) left top no-repeat;
}
div#logoclick {
  height: 80px;
  width: 500px;
  cursor: pointer;
  float: left;
}

div#headerimage {
  height: 125px;
  width: 900px;
  background: url(../images/design/headerimage.jpg) left top no-repeat;
  position: relative;
}

#headerimage a {
  display: block;
  position: relative;
  top: 25px;
  left: 710px;
  width: 185px;
  height: 75px;
}

div#topmenu {
  width: 700px;
  background: url(../images/design/topmenubg.jpg) left top;
  float: left;
  height: 28px;
}
.intro .whitestripe {
  height: 30px;
  width: 900px;
  background-color: #fff;
  position: absolute;
  right: 0;
  opacity: 0.6;		
}
.intro div#topshade {
    top: 0;  
}
.intro div#bottomshade {
    bottom: 0;  
}
.intro div#introimage {
	width: 900px;
	height: 625px;
	position: relative;
}
.intro div#introimage img.introimage {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
div#mainpanel .threecolumn div#topmenu {
	width: 520px;
}
div#mainpanel {
  width: 900px;
  padding: 0;
  margin: 0;
  background: transparent url(../images/design/main_panel_bg.png) repeat-y left;
}
div#rightpanel {
	/*width: 180px;
	/*min-height: 500px;*/
	float: left;
	padding: 0;
	margin: 0;
	background: #fff;
	/*background-color: #DCE0EB;*/

}
div#leftpanel {
  background: transparent  url(../images/design/leftmenubgtop.jpg) left top no-repeat;
  position: relative;
  min-height: 500px;
  float: left;
}
div#leftpanelbottom {
	width: 200px;
	position: absolute;
	bottom: 5px;
}
div#middlepanel {
  width: 700px;
  float: left;
  overflow-x: hidden;
}
div#mainpanel.threecolumn #middlepanel{
	background: #fff;
}
.clear {
    clear: both;
    display: block;
    height: 30px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #263E84;
}
.cleardiv {
	  clear: both;
	  height: 1px;
	  overflow: hidden;
	  padding: 0;
	  margin: 0;
}
.clearp {
	  clear: both;
}
/* Left menu */
#leftmenu {
	width: 200px;
	float: left;
	margin-top: 25px;
padding-bottom: 230px;
  margin-bottom: 10px;
}
#leftmenu div {
  padding: 2px 0 2px 40px;
  background: url('../images/design/menu_inactive.jpg') 5px 6px no-repeat;
  font-size: 10px;
}
#leftmenu div a {
  color: #bbb;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#leftmenu div:hover, #leftmenu div.active, #leftmenu div.current {
	background: url('../images/design/menu_active.jpg') 5px 6px no-repeat;
}
#leftmenu div:hover a, #leftmenu div.active a, #leftmenu div.current a {
	color: #fff;
}
#leftmenu div ul {
  padding: 0;
  margin: 0;
  list-style: square inside;
  display: none;
}
#leftmenu div.current ul {
	display: block;
}
#leftmenu div ul li, #leftmenu div ul li a, #leftmenu div.current ul li a, #leftmenu div.active ul li a {
  color: #bbb;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 15px;
}
#leftmenu div ul li a:hover, #leftmenu div ul li a.current {
  color: #fff;  
}

/* Topmenu */
#topmenu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0px;
  width: 520px;
  float: left;
}
#topmenu ul li {
  float: left;
  margin: 6px 5px 0 20px;
}
#topmenu ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

#newstitle {
	width: 180px;
	height: 28px;
	background: url(../images/design/newstitlebg.jpg) left top;
	float: left;
	text-align: center;
}
#newstitle span{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}
#rightpanel .news {
	padding: 10px;
	width: 160px;
	float: left;
}
/* Content */
#content {
  padding: 15px 25px;
  background-color: #fff;
}
#content .title {
  font-size: 2em;
  font-weight: bold;
  color: #273F85;
  margin: 0;
}
#content .lead {
	font-weight: bold;
	margin: 15px 0;
}
#content .topheadline, div#content .subheadline {
	font-size: 1.2em;
	color: #273F85;
	font-weight: normal;
	margin: 0;
}
#content .articleimage {
	padding: 2px 15px 15px 15px;
}
#content .alignL {
	float: left;
	padding-left: 0;
}
#content .alignR {
  float: right;
  padding-right: 0;
}
#content .alignC {
	float: none;
}
#content .articleimage a img{
	border: 0;
}
#content .articleimage .caption {
	padding: 3px 2px;
	border: 1px solid #000;
	font-size: 10px;
	text-align: left;
}
div#mainpanel.threecolumn #middlepanel #content {
	width: 470px;
	float: left;
}
#content, .content {
	font-size: 12px;
	background-color: #fff;
}
/*#content td, .content td, #content th, .content th {
  font-size: 100%;	
}*/
#content a, .content a, #content a:visited, .content a:visited {
	color: #273F85;
	text-decoration: underline;
}
.magnifier {
	font-weight: bold;
	text-align: right;
	display: none;
}
#content .magnifier a {
	color: #000;
	text-decoration: none;
}
.magnifier .larger {
	font-size: 1.2em;
}
.magnifier .smaller {
  font-size: .9em;
}

/* Calendar */
table.calendar {
  color: #fff;
  font-size: 11px;
  border-top: 1px solid #fff;
  border-collapse: collapse;
  margin-top: 5px;
}
table.calendar th {
  font-weight: bold;
  text-align: center;
  border: 1px solid #fff;
  font-size: 12px;
}
table.calendar th span {
	cursor: pointer;
}
table.calendar td {
  text-align: center;
  border: 1px solid #fff;
}
table.calendar tr th:first-child, table.calendar tr td:first-child {
  border-left: 0;
}
table.calendar tr th:last-child, table.calendar tr td:last-child {
  border-right: 0;
}
table.calendar tr.headline th {
  border: 0;
}
/*table.calendar tr:last-child td:last-child {
	border: 1px solid #fff;
}*/
table.calendar td.hasEvent {
	background-color: #7886b3;
}
table.calendar td.today {
	font-weight: bold;
	color: #EED926;
}
table.calendar td a.event {
	color: #fff;
}
table.calendar td a.event:hover {
	text-decoration: underline;
}
.calendartooltipevent {
	font-size: 12px;
  color: #273F85;
  font-weight: bold;
}	
#leftpanelbottom .address {
	font-size: 11px;
	color: #fff;
	margin: 15px 10px 0px 20px;
}
#leftpanelbottom .address a {
  font-size: 11px;
  color: #fff;
}
.news .listitem {
	margin: 0 0 10px 0;
	border-bottom: 2px solid #999;
	padding: 0 0 15px 0;
}
.news .listitem .headline {
  margin-bottom: 3px;
}
.news .listitem .headline a {
	font-size: 13px;
  font-weight: bold;
	color: #000;
}
.news .listitem .headline a:hover {
	text-decoration: underline;
}
.news .listitem .lead {
  font-size: 12px;
}
.news .listitem .published {
	color: #aa0000;
	font-size: 11px;
	margin-bottom: 3px;
}
.news .listitem .middleimg img {
	margin: 5px 0;
}
.news .listitem .topimg img, .news .listitem .topheadline, .news .listitem .subheadline  {
  display: none;
}
#middlepanel .listitem {
  margin: 10px;
  border-bottom: 1px solid #999;
  padding: 0 0 15px 0;
}
#middlepanel .listitem .headline a {
  font-size: 15px;
  font-weight: bold;
  color: #273F85;
}
#middlepanel .listitem .topheadline, #middlepanel .listitem .subheadline {
	color: #273F85;
	font-size: 13px;
} 
#middlepanel .listitem .headline a:hover {
  text-decoration: underline;
}
#middlepanel .listitem .lead {
	margin-top: 3px;
  font-size: 12px;
}
#middlepanel .listitem .published {
  color: #aa0000;
  font-size: 9px;
  margin-top: 3px;
  font-style: italic;
}
#middlepanel .listitem .topimg img {
  float: left;
  margin: 0 10px 0 0;
}
.articleGallery a img {
  border: 0;
  width: 120px;
}

.gallery {
  width: 680px;
  height: 510px;
  margin: 5px 0px;  
}
.gallerystep {
  text-align: center;  
  width: 20px;
  float: left;
  margin: 180px 0;
  font-size: 25px;
  font-weight: bold;
  padding: 0;
}
.gallerymain {
  text-align: center; 
  height: 400px;
  width: 600px;
  float: left;
  padding: 0;
  margin: 0;
}
.galleryscroll {
  height: 100px;
  width: 680px;
  overflow-x: auto;
  overflow-y: hidden;
}
.galleryscroll ul {
  list-style: none;
  display: block;
  width: 650px;
  padding: 0;
  margin: 0;
}
.galleryscroll ul li {
  width: 130px;
  text-align: center;
  float: left;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.mceContentBody {
  background-color: #fff;
}

#gmap {
    width: 620px;
    height: 400px;
    margin: 20px auto 20px auto;
}

.text {
    color: rgb(39, 63, 133);
}
#send_message label {
    display: inline-block;
    width: 60px;
    vertical-align: top;
}

#send_message input, #send_message textarea {
    width: 200px;
    vertical_align: bottom;
}

#send_message textarea {
    height: 150px;
}

#send_message input.submit {
    width: auto;
    margin-left: 215px;
}

#send_message .success {
    margin: 5px 5px 20px 5px;
    font-weight: bold;
    color: #273F85;
}
.cikk_img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#logoright {
    float: right;
    width: 400px;
    text-align: right;
}
#logoright form {
    margin-top: 15px;
}
#footer {
	margin-top: 10px;
	 background: transparent  url(../images/design/footer_bg.png) left top repeat-x;
	padding: 20px;
}
.footerLogo {
	float: right;
	display: inline-block;
	padding-left: 10px;
}
.footerLogo *{
	border: 0;
}
.article_gallery {
	margin: 0 20px 20px 40px;
}
#article_gallery_thumb_list, #article_gallery_thumb_list li {
	list-style: none;
	display: inline;
	vertical-align: top;
	margin: 0 10px 0 0;
	padding: 0;
}
#article_gallery_thumb_list img {
	border: 1px solid #ccc;
	padding: 4px;
}
#protectedArea {
	margin-left: 200px;
}

#protectedArea label {
	display: inline-block;
	width: 65px;
}
