/* ---- navigation ----  */
@import 'nav_tree_sub.css';
@import 'nav_bar_lang.css';
@import 'nav_bar_main.css';

/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/ungc/bkg_pages.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}
body, table, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a, a:active {
	color: #026f85;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid;
	border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
	background-color: #ffffff;
	background-image: url(../../images/input_bkg.gif);
	background-repeat: repeat-x;
}
select {
	padding: 2px;
}
input.cb, input.rb, input.image {
	padding: 0px;
	border: 0px;
	background: none;
}
label, input.button, input.cb, input.rb, input.image {
	cursor: pointer;
}
input.button {
	padding: 1px 2px 1px 2px;
	border: 1px solid;
	border-color: #CCCCCC #888888 #888888 #CCCCCC;
	background-color: #EEEEEE;
	background-image: url(../../images/input_button_bkg.gif);
	background-repeat: repeat-x;
}
.copyright {
	font-size: 9px;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- print-layout ----  */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}

/* ---- layout ----  */

#topBox {
	height: 191px;
	background-image: url(../../images/ungc/bkg_top.gif);
	background-repeat: repeat-x;
}
#logoBox {
	width: 966px;
	height: 155px;
	background-image: url(../../images/ungc/top_logo_de.jpg);
	background-repeat: no-repeat;
}
#logoBox a {
	display: block;
	position: relative;
	width: 370px;
	height: 80px;
	top: 37px;
	left: 160px;
}
.en #logoBox {
	background-image: url(../../images/ungc/top_logo_en.jpg);
}
#navBox {
	width: 966px;
	height: 36px;
	background-image: url(../../images/ungc/bkg_nav.jpg);
	background-repeat: no-repeat;
}
#langnavBox {
	width: 241px;
	height: 36px;
	float: left;
}
#mainnavBox {
	width: 725px;
	height: 36px;
	float: left;
}
#spacerBox {
	width: 966px;
	height: 20px;
	background-image: url(../../images/ungc/bkg_spacer.gif);
	background-repeat: repeat-y;
}
#mainBox {
	width: 966px;
}
#subnavBox {
	width: 241px;
	float: left;
	padding: 0px 0px 40px 0px;
}
#contentBox {
	width: 473px;
	float: left;
	padding: 0px 24px 40px 18px;
}
#rightBox {
	width: 210px;
	float: right;
}
#dateselectBox {
	padding: 0px 0px 25px 5px;
}
#memberBox {
	padding: 0px 5px 25px 5px;
}
#memberBox .header {
	height: 18px;
	background-image: url(../../images/ungc/sc_memberzone.gif);
	background-repeat: no-repeat;
}
#memberBox .buttonLogin {
	background: url(../../images/ungc/btn_login.gif) no-repeat center;
	width: 20px;
	height: 30px;
	border: 0px;
}
#eventsBox {
	padding: 0px 0px 25px 0px;
}
#eventsBox .header {
	height: 18px;
	background-image: url(../../images/ungc/sc_veranstaltungen.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
.en #eventsBox .header {
	height: 18px;
	background-image: url(../../images/ungc/sc_events.gif);
}
#eventsBox .infoContent {
	background-color: #e4eced;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}
#eventsBox .infoContent .modTitle a {
	text-decoration: underline;
	font-size: 12px;
}
#eventsBox .infoContent .modTitle {
	border-left: 2px solid #AAC5C8;
	padding: 0px 0px 0px 3px;
}
#eventsBox .infoContent .modTime {
	border-left: 2px solid #AAC5C8;
	padding: 0px 0px 0px 3px;
	color: #026F85;
}
#eventsBox .infoContent .modSubTitle {
	color: #000000;
	border-left: 2px solid #AAC5C8;
	padding: 0px 0px 0px 3px;
}
.arrowLink {
	display: block;
	background-image: url(../../images/ungc/sym_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 0px 0px 0px 15px;
}
#infoBox {
	padding: 0px 0px 30px 5px;
}