/* CSS Document */
body {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  background-image: url(images/background.gif);
  text-align: center;
}
#main_container {
  width: 910px;
  margin: 0px auto 0px auto;
  border: 1px solid #29549B;
  background-color: #FFFFFF;
  text-align: left;
}
*html #main_container {
  width: 912px;
}
#site_menu {
  background-color: #DB424A;
  color: #FFFFFF;
  padding: 3px 15px 3px 30px;
  text-align: right;
}
#site_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#site_menu ul li {
	display: inline;
	margin: 0px;
}
#site_menu ul li a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 0px 0px 13px;
}
#site_menu ul li a:hover {
	color: #FFFF00;
	text-decoration: none;

}
#banner_container {
 width: 910px;
 height: 130px;
text-align: center;
 background-color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 float: left;
}
#banner_container h1 {
  display: none;
}
#banner {
  height: 130px;
  width: 590px;
  /* margin: 15px 92px 15px 30px;*/
 margin-left: 130px;
 margin-right: 130px;
 margin-bottom: 0px;
  padding: 0px;
 
  background-image: url(images/banner.jpg);
  background-repeat: no-repeat;
  float: left;
}
*html #banner {
  height: 135px;
  width: 658px;
  margin: 15px 92px 130px 130px;
  padding: 0px;
  background-image: url(images/banner.jpg);
  float: none;
}
#banner h1 {
  position: relative;
  top: -11px;
  left: -2px;
  padding: 0px;
  margin: 0px;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: bold;
}
#breadcrumb {
  background-color: #DB424A;
  color: #FFFFFF;
  padding: 3px 15px 3px 0px;
  text-align: left;
}
#breadcrumb ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	display: inline;
	margin: 0px;
}
#breadcrumb ul li a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	background-image: url(images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0px 9px 0px 7px;
}
#breadcrumb ul li a:hover {
	/*color: #FFFF00;*/
	text-decoration: none;
	background-image: url(images/bullet_yellow.gif);
}
#middle_container {
  padding: 0px;
  margin: 0px;
  background-image: url(images/content_bg.gif);
  background-repeat: repeat-y;
}
#middle_container_2c {
  padding: 0px;
  margin: 0px;
  background-image: url(images/content_bg_2c.gif);
  background-repeat: repeat-y;
}

#left_container {
padding: 8px 0px 8px 0px;
  width: 180px;
  float: left;
}
#left_container h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
  padding-left: 10px;
  background-image: url(images/h1_side_bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  border-bottom: 1px solid #29548B;
}
#left_container h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
}
#left_container h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
}
#left_container p {
  margin: 5px;
}
#left_container a {
  color: #29548B;
  text-decoration: none;
}
#left_container a:hover {
  color: #DB424A;
  text-decoration: none;
}

#main_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_menu ul a {
    padding: 3px 3px 3px 9px;
	display: block;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

#main_menu ul a:hover {
	color: #ffffff;
    background-color:#DB424A;	
	background-image: url(images/bullet_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#menu1 {
    background-color: #1D3269; /* Menü1 */
	background-image: url(images/bullet_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#menu1a {
    background-color: #DB424A; /* Menü1 */
    font-size: 10px;
	background-image: url(images/bullet_yellow.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}


#menu2 {
	background-color: #1854A9;
	background-image: url(images/bullet_white.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	background-position: 11px 8px;
}

#menu2a {
	background-color: #1854A9;
	background-image: url(images/bullet_yellow.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	background-position: 11px 8px;
}

#menu3 {
	background-image: url(images/bullet_white.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	background-position: 11px 8px;
	background-color:#1386D9;
}

#menu3a {
	background-image: url(images/bullet_yellow.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	background-position: 11px 8px;
	background-color:#1386D9;
}

#menu4 {
	background-image: url(images/bullet_white.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	background-position: 11px 8px;
    background-color:#13A8F9;
}

#menu4a {
	background-image: url(images/bullet_yellow.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	background-position: 11px 8px;
    background-color:#13A8F9;
}

#leer {
  	background-color: #FFFFFF; 
}

#login_box {
  	background-color: #1854A9; 
	padding: 8px;
}

#login_box td {
	color: #ffffff;
	font-size: 10px;
}

#login_box input {
	
}



#left_content {
  background-color: #CCCCCC;
}
#content_container {
  width: 570px;
  float:left;
  padding: 0px;
  margin: 0px;
}
#content_container_2c {
  width: 700px;
  float:left;
  padding: 10px;
  margin: 0px;
 
}
#content {
  padding: 15px;
   text-align: justify;
}
#content h1 {
  font-size: 16px;
  font-weight: bold;

  padding-left: 16px;
    text-align: center;
  background-image: url(images/h1_bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
/*  border-bottom: 1px solid #29548B;*/
}
#content h2 {
  font-size: 14px;
  font-weight: bold;
}
#content h3 {
  font-size: 12px;
  font-weight: bold;
}
#content h4 {
  font-size: 12px;
}
#content h5 {
  font-size: 12px;
}
#content a {
  color: #29548B;
  text-decoration: none;
}
#content a:hover {
  color: #DB424A;
  text-decoration: none;
}
#content p.csc-sitemap-level1 a {
  margin-left: 0px;
  padding-left: 10px;
  background-image: url(images/bullet_blue.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
}
#content p.csc-sitemap-level2 a {
  margin-left: 10px;
  padding-left: 10px;
  background-image: url(images/bullet_blue.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
}
#content p.csc-sitemap-level3 a {
  margin-left: 20px;
  padding-left: 10px;
  background-image: url(images/bullet_blue.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
}
#content p.csc-sitemap-level4 a {
  margin-left: 30px;
  padding-left: 10px;
  background-image: url(images/bullet_blue.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
}
#content p.csc-sitemap-level5 a {
  margin-left: 40px;
  padding-left: 10px;
  background-image: url(images/bullet_blue.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

#right_container {
  width: 170px;
  float: left;
  background-color: #00A0FF;
}
#right_container h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
  padding-left: 10px;
  background-image: url(images/h1_side_bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  border-bottom: 1px solid #29548B;
}
#right_container h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
}
#right_container h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
}
#right_container p {
  margin: 5px;
}
#right_container a {
  color: #29548B;
  text-decoration: none;
}
#right_container a:hover {
  color: #DB424A;
  text-decoration: none;
}
#right_container input {
  width: 130px;
  font-size: 10px;
}
#right_container label {
  font-weight: bold;
  font-size: 10px;
}
#right_container form {
  margin: 3px 5px 10px 5px;
}
#login_box {
  margin: 3px 5px 10px 5px;
}
#login_box h1 {
  margin: 0px;
}
#login_box p {
  margin: 0px;
}
#clearer {
  clear: both;
}
#footer {
 background-color: #DB424A;
  color: #FFFFFF;
  padding: 3px 15px 3px 15px;
  text-align: center;
}
#footer a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
	margin: 0px;
}
#footer ul li a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 0px 0px 13px;
}
#footer ul li a:hover {
	color: #FFFF00;
	text-decoration: none;
}
/* Typo3 Styles */
#news_item h2 {
  font-size: 12px;
  border-bottom: 1px solid #DB424A;
}
#news_item_date {
  text-align: right;
}
#news_item_more {
  text-align: right;
}
#middle_events_item h1 {
  font-size: 12px;
  padding: 0px;
  border-bottom: 1px solid #DB424A;
  background-image: none;
}
#middle_events_item h2 {
  text-align: right;
  font-size: 12px;
  font-weight: normal;
}

/* Typo3 Styles */
/*TEXTPIC*/

.csi-textpic {
	padding: 5px;
	/* background: #DDDDFF; */
	/* border: 2px solid green; */
}
	
.csi-textpic img {
	border: 1px solid black;
	margin: 4px;
}
	
.csi-textpic .csi-caption {
	text-align: center;
	font-style: italic;
}
	

.csi-textpic .csi-image {
	/* border: 1px solid red; */
	margin: 0 0 3px 0;
	/* background: #FFF; */
	/* width: 210px; */
}
	







.csi-textpic .csi-imagewrap {
	/* border: 1px solid blue; */
}
	
.csi-textpic .csi-text {
	/* border: 1px solid silver; */
	text-align: left; /*will have to be an inline style - controlled by TS*/ 
}
	
.csi-text p {
	margin-top: 0;
        text-align: justify;
}
	
/* CENTER */
	
.csi-center .csi-image {
	margin: 0 auto 3px;	
}
.csi-center dl.csi-image {
	margin: 0 auto 3px;	
}
.csi-center div.csi-imagewrap {
	margin: 0 auto 3px;	
	text-align: center;
}
	
/* RIGHT */

.csi-right div.csi-image {
	float: right;
	clear: both;
}
.csi-right dl.csi-image {
	float: right;
	clear: both;
}
	
.csi-right div.csi-text {
	clear: right;
}
	
	
/* LEFT */
.csi-left div.csi-image {
	float: left;
	clear: both;

}
.csi-left dl.csi-image {
	float: left;
	clear: both;

}
	

.csi-left div.csi-text {
	clear: left;
}
	

	
/* INTEXT LEFT */
.csi-intext-left .csi-image {
	float: left;
	clear: both;
	margin-right: 5px;
}
	
	
/* INTEXT RIGHT */
.csi-intext-right .csi-image {
	float: right;
	clear: both;
	margin-left: 5px;
}
	
	
/* INTEXT RIGHT NOWRAP */
.csi-intext-right-nowrap .csi-text {
	margin-right: 215px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/

*html .csi-intext-right-nowrap .csi-text {
			height: 1%;
}

/* End hide from IE5/mac */ 


	
.csi-intext-right-nowrap .csi-image {
	float: right;
	clear: both;
}
	
	
/* INTEXT LEFT NOWRAP*/	
.csi-intext-left-nowrap .csi-text {
	margin-left: 215px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
	
*html .csi-intext-left-nowrap .csi-text {
			height: 1%;
}

/* End hide from IE5/mac */
	
.csi-intext-left-nowrap .csi-image {
	float: left;
	clear: both;
}
