
/* Firefox scrollbars on */
html { height: 101%; }

body {
/*	background: #333333 url('../images/body.gif') top left repeat-y;   */
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
	margin: 0; 
	text-align: left;
	padding: 0; /* calibration */
}

#content {
	padding: 10px;
	width: 960px;
}

#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:60px; 
	text-align: center;
	font-size: 10px;
	color:#666666;
}

#footer a {
	color: #666666;
}

#site_frame {
	background-image: url(images/header.gif); 
	background-repeat: no-repeat; 
	background-position: 10px 10px;
}

table.tb_events_list{
	border-top: solid 1px #999999;  
	border-left: solid 1px #999999;  
	border-right: solid 1px #999999;  
}
table.tb_events_list td {
	border-bottom: solid 1px #999999;  
}



#banner {
	text-align: right;
	padding-right:30px;
}
#actionbox {
	padding: 0px 4px 0px 4px;
	border: 1px solid #000000;  /* #d0c2df; */
	margin-bottom: 10px;
	text-align: center;
	background-color: #2c2c2c; /* #652e8e; violett */
	color: #FFFFFF;
}

.a_name {
	padding-top:50px;
}
.day_time {
	background-color:#F2F2F2;
	padding: 3px;
	border: 1px solid;
	border-color: #999999;
}

.day_list {
	font-size: 18px;
	margin-bottom: 3px;
	font-weight:bold;
}

.time_list {
	font-size: 12px;
}

/* margin bottom */
h1, h2, p, ul, ol { margin-top: 0.3em; margin-bottom: 0.3em; }

h1 { font-size: 2em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { 
	margin: 0;
	padding: 0;
	font-size: 14px; 
}
h5 { font-size: 12px; }
h6 { 
	margin: 0;
	padding: 0;
	font-size: 10px; 
	font-weight:normal;
}

/* font-size in para, div, table 
p, div, table { font-size: 12px; }
*/
.font1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.font2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.font3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.font4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.font_times {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic; 
	padding:0 3px; 
	margin: 3px 0 3px 0;
	background-color:#CCCCCC;
	color:#222222;
	font-size: 16px;
	font-weight:bold;
}
/* no margin in boxed lists */
ul ul { margin-bottom: 0; }

/* left margin for list-items */
li { margin-left: 1em; } 

a { 
	text-decoration: none; 
	background-color:inherit; 
	outline: none; 
	border: 0;
}
a:link {color: #333333; }
a:visited {color: #333333; }
a:active {color: #333333; }
a:hover { 
	text-decoration: underline; 
} 
a.white:link {color: inherit; }
a.white:visited {color: inherit; }
a.white:active {color: inherit; }
a.white:hover {
	color: #FFFFFF; 
	text-decoration: underline; 
}
a.linkline { text-decoration: underline; }

.color_grey_6 {
	color: #666666;
}
.color_b {
	color: #BBBBBB;
}

table.tb_kulturjobs_list{
	border-top: solid 1px #999999;  
	border-left: solid 1px #999999;  
	border-right: solid 1px #999999;  
}
table.tb_kulturjobs_list td {
	border-bottom: solid 1px #E1E1E1;   
}

table.tb_kulturjobs {
	border-top: solid 1px #999999;  
	border-left: solid 1px #999999;  
}
table.tb_kulturjobs td {
	border-bottom: solid 1px #999999;  
	border-right: solid 1px #999999;  
}

.tb_headline {
	color: #FFFFFF;
	background-color: #999999;
}

.navig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.abox_action {
	padding:1px 5px 1px 3px; 
	color:#333333; 
	background-color:#FFFFFF; 
	border:1px solid #666666;
}

/* SUBMIT - Buttons */

/* for all submit buttons */
div.btn_submit,
div.btn_submit_view { float: left; padding: 0px; margin: 0px;  }

div.btn_submit input,
div.btn_submit_view input { 
	height: 19px;
	border: 0; 
	margin: 0; 
	padding: 2px 7px 4px 7px; 
	color: #444444; 
	font-size: 11px; 
	background-color: #FFFFFF; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
    outline: none; /* hide dotted outline in Firefox */	
	cursor:pointer;
}
div.btn_submit input:active,
div.btn_submit_view input:active { 
	padding: 3px 7px 3px 7px; 
}

/* images of submit buttons */
div.btn_submit { background: url('../images/buttons/submit_01_l_all.gif') bottom left no-repeat; }
div.btn_submit_view { background: url('../images/buttons/submit_01_l_all_view.gif') bottom left no-repeat; }
div.btn_submit input { background: url('../images/buttons/submit_01_r_all.gif') bottom right no-repeat; }
div.btn_submit_view input { background: url('../images/buttons/submit_01_r_all_view.gif') bottom right no-repeat; }
div.btn_submit input:active { background: url('../images/buttons/submit_01_r_all.gif') bottom right no-repeat; }
div.btn_submit_view input:active { background: url('../images/buttons/submit_01_r_all_view.gif') bottom right no-repeat; }
div.btn_submit:hover,
div.btn_submit_view:hover { 
	background-position: top left;
	background-repeat: no-repeat; 
}
div.btn_submit:hover { background-image: url('../images/buttons/submit_01_l_all.gif'); }
div.btn_submit_view:hover { background-image: url('../images/buttons/submit_01_l_all_view.gif'); }
div.btn_submit input:hover,
div.btn_submit_view input:hover { 
	background-position: top right;
	background-repeat: no-repeat; 
}
div.btn_submit input:hover { background-image: url('../images/buttons/submit_01_r_all.gif'); }
div.btn_submit_view input:hover { background-image: url('../images/buttons/submit_01_r_all_view.gif'); }

div.btn_cal_prev,
div.btn_cal_prev input,
div.btn_cal_next, 
div.btn_cal_next input { 
	border: 0; 
	margin: 0; 
	color: #FFFFFF; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	padding: 2px 2px 2px 2px;
	cursor: pointer;
}
div.btn_cal_prev input { 
	background: url('../images/buttons/cal_prev.gif');
	background-position: right;
	background-repeat: no-repeat; 
}
div.btn_cal_next input { background: url('../images/buttons/cal_next.gif');
	background-position: left;
	background-repeat: no-repeat; 
}

/* DIV and SPAN styles: SEARCH area and more */

.srch_area {
	padding: 10px 5px;
	border: 1px solid #157511;
	background-color: #AEFBAA;
	margin-bottom: 20px;

}

.srch_small {
}

.srch_large {
	background-color: #dee7ec;
}

.srch_border_top {
	height: 5px;
}

.srch_border_bottom {
	height: 5px;
	margin-bottom: 10px;
}

.srch_cat_val {
	padding: 2px;
}

.srch_cat_val_error {
	background-color: #FF0000;
}

.srch_cat_color,
.srch_cat_val {
}

.cursor_pointer {
	cursor: pointer;
}

/*   CALENDAR formats   */
.cal_day_sel {
	background-color:#B49AC3; 
	color:#000000;
}
.cal_day_notmonth {  /* day is in different month */
	background-color:#F2F2F2; 
	color:#999999;
}
.cal_today {
	background-color:#60227F; 
	color:#FFFFFF;
}
.cal_day_past {
	color:#999999;
}


/* FORM fields */
.format2 {
	color: #666666;
	background: #EAEAEA;
	border: 1px solid darkgray;
	border-color: darkgray;
}

.div1 {
	border:1px solid;
	border-color:#666666;
	padding:3px;
	background-color:#F2F2F2;
}

.helptxt {
	background-color:#999999;
	color:#FFFFFF;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.menu_item {
	background-color:#999999;
	border: 1px solid #666666;
	color:#FFFFFF;
}

INPUT.buttn1 {font-family: Verdana, Arial;background-color:#F2F2F2;color:#999999;font-size:10px;font-weight:bold;}
INPUT.buttn2 {font-family: Verdana, Arial;background-color:#C2C2C2;color:#333333;font-size:12px;font-weight:bold;}

#trailimageid
{
	font-size: 10px;
	position: absolute;
	display: none;
	top: 0;
	left: -1500px;
	z-index: 999;
}


#Button1 {
font: 12px Verdana, Arial, Helvetica, sans-serif;
width: 100%;
margin-top: 0px;
padding: 20px 0;
text-align: center;
}
#Button1 .span {
background: #F8FBFC;
color: #639;
padding: 2px 4px 3px 4px;
border: 1px solid #E2EFF3;
}
#Button1 a.nav {
background: #F2F2F2;
color: #666666;
padding: 2px 4px 3px 4px;
border: 1px solid #999999;
text-decoration: none;
}
#Button1 a.nav:hover {
background: #F8FBFC;
color: #666666;
padding: 2px 4px 3px 4px;
border: 1px solid #DDDDDD;
text-decoration: underline;
}
#Button1 a.nav1 {
background: #999999;
color: #fff;
padding: 2px 4px 3px 4px;
border: 1px solid #999999;
text-decoration: none;
}
#Button1 a.nav1:hover {
background: #999999;
color: #fff;
padding: 2px 4px 3px 4px;
border: 1px solid #999999;
text-decoration: underline;
}


#Button2 {
font: 12px Verdana, Arial, Helvetica, sans-serif;
font-weight:bolder;
width: 100%;
margin-top: 0px;
padding: 10px 0;
text-align: center;
}
#Button2 .span {
background: #F8FBFC;
color: #639;
padding: 2px 5px 3px 5px;
border: 1px solid #E2EFF3;
}
#Button2 a.nav {
background: #F2F2F2;
color: #666666;
padding: 2px 5px 3px 5px;
border: 1px solid #999999;
text-decoration: none;
}
#Button2 a.nav:hover {
background: #666666;
color: #F8FBFC;
padding: 2px 5px 3px 5px;
border: 1px solid #DDDDDD;
text-decoration: underline;
}
#Button2 a.nav1,
#Button2 a.nav1:hover {
	background: #666666;
	color: #FFFFFF;
	padding: 2px 5px 3px 5px;
	border: 1px solid #666666;
}
#Button2 a.nav1 {
	text-decoration: none;
}
#Button2 a.nav1:hover {
	text-decoration: underline;
}


td.backgrd a {display:block; text-decoration:none;}
td.backgrd a:hover {
	background-color:#FFFFCC;
	text-decoration: underline; 
}

/* sitemap */
.level_1 {
margin-top:7px;
}
.level_2 {
margin-top:3px;
}
#sitemap ul li {
	margin-left: 0em;
	list-style-type:circle;
}



