/* ACCESSIBILITY */
.accessibility { display: none !important; }
h3.invisible { width: 0; height: 0; overflow: hidden; }

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	_text-align: center; /* IE */
	background-color: #A5A4A4;
	font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana;
	font-size: 0.9em;
}

h1 {
	margin: 10;
	color: #0061A5;
	font-size: 1.4em;
}
h2 {
	color: #008EF2;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
}

#wrap {
	width: 775px;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
	background: #FFFFFF;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-image: url(../../images/szuvsr/bg_wrap.gif);
}

#header {
	background: #F1F1F1;
	padding: 0;
	margin: 0;
	width: 89px;
	float: left;
	height: 625px;
	background-image: url(../../images/szuvsr/left_space.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.banner {
	float: right;
	border: 0;
	padding: 0;
	margin: 0;
}
#page {
	padding: 10px 10px 50px 10px;
	display: block;
	width: 460px;
	float: left;
}
#page a {
	color: #008EF2;
	text-decoration: none;
	
}
#page a:hover {
	color: #005897;
	text-decoration: underline;
}

/* menu */
#menu {
	width: 200px;
	display: block;
	float: left;
	padding: 3px 0px 3px 3px;
	margin: 0;
}
a.menu1 {
	background-image: url(../../images/szuvsr/row_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 5px 8px 30px;
	font-variant: small-caps;
	display: block;
	color: White;
	font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana;
	text-decoration: none;
}
a.menu1:hover {
	background-image: url(../../images/szuvsr/row_menu_bottom_hover.gif);
}

/* aktuality */
.aktuality {
	display: block;
	color: white;
	background-color: #75ADC5;
	margin-right: 1px;
}
.news {
	display: block;
	text-align: left;
	padding: 10px;
	font-size: 90%;
	border-bottom: 1px dashed #6698B1;
	
}
.date {
	color: #294363;
	display: block;
}
a.news_link {
	color: White;
	text-decoration: none;
}
a.news_link:hover {
	color: #D5EAF0;
}
.news_more {
	background-color: #65A0B9;
	display: block;
	text-align: right;
}



/* footer */
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;	
	height: 50px;
	background-image: url(../../images/szuvsr/bg_footer.gif);
	background-position: top;
	background-repeat: repeat;
	background-color: White;
}
#footer a {
	color: #A5A4A4;
	text-decoration: none;
}
#footer a:hover {
	color: #658FA1;
	text-decoration: none;
}


#foot {
	text-align: center;
	padding-top: 8px;
	font-size: 0.8em;
	color: #658FA1;
}
.copy {
	color: #A5A4A4;
	text-align: right;
	font-size: 0.8em;
	padding: 0px 20px 0px 20px;
}
.clearing {
	clear: both;
}
/* PAGE */
.tab_tit {
	background-color: #294363;
	color: White;
	font-weight: bold;
	padding:  2px 2px 2px 2px;
	font-size: 0.8em;
}
.tab_dat {
	border-right: 1px solid #75ADC5;
	border-bottom: 1px solid #75ADC5;
	padding: 2px 2px 2px 2px;
	font-size: 0.8em;
}	