body {
  background: #5d7381 url(images/bg.png) repeat-x;
  color: #272D2E;
  font: 12px Verdana, "Lucida Grande", "Bitstream Vera Sans",
   "Sun Sans-Regular", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align:center;
}

img, img a, a img, fieldset {
  border: none;
}


h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, fieldset, table, tr, th, td, caption {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Cambria, Constantia, "New York", "Bitstream Vera Serif", Times, "Times New Roman", serif;
  font-weight: normal;
}

h1, h2 {
  font-size: 22px;
}

h2 {
  padding: 0 20px 0 0;
}

h3 {
  font-size: 16px;
  padding: 3px 20px 3px 0;
}

h4, h5, h6 {
  font-size: 12px;
}

a, a:visited {
  color: #2D72A1;
}

a:hover
{
  color: #33ADFF;
  text-decoration: underline;
}

#frame{
  margin: 0px auto;
  text-align:left;
  width:978px;
  text-align:left;
  position:relative;
}


#head_container{
  height:100px;
  overflow:hidden;
  margin-top:34px;
}

#head{
  min-height:100px;
  text-align:left;
}

h1#page_title{
  float:right;
  color:#fff;
  padding-top:47px;
  padding-right:0.8em;
}

#print_logo{
  display:none;
}

#logo #logo_wko {
  background: url(images/l_wko.png) no-repeat;
  display: block;
  height: 57px;
  width: 171px;
  margin-left:8px;
}


body.dg6 h1#logo #logo_wko {	/* GO 23.9.09 */
  background: url(http://wko.at/sbg/wks.png) no-repeat;	
}

#logo #logo_icon {
	background: url(http://images.wko.at/common/logos/sparten_bez/tourismus.png) no-repeat;
  /*background: url(http://images.wko.at/common/logos/at.png) no-repeat;*/	
  display: block;
  height: 57px;
  position: absolute;
  left: 179px;
  top: 0;
  width: 60px;
}

body.dg1 #logo #logo_icon
{
	  background: url(http://images.wko.at/common/logos/sparten_bez/tourismus.png) no-repeat;
    /*background: url(http://images.wko.at/common/logos/at.png) no-repeat;*/	
}

#logo #logo_text {
  background-image:url(http://images.wko.at/common/logos/lk_bez/stmk/wk_stmk_tourismus.png);
  /*background: url(http://images.wko.at/common/logos/lk_bez/oe/wk_oe.png) no-repeat;*/
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 57px;
  width: 231px;
  margin-left:8px;
}

body.dg1 #logo #logo_text
{
	  background: url(http://images.wko.at/common/logos/lk_bez/oe/wk_oe.png) no-repeat;	
}

#logo span{
  display:none;
}

#logo span#logo_optionaltext{
  display:block;
  color:#fff;
  margin-top:13px;
  margin-left:109px;
  font-size:7pt;
}




#menu {
	border-top:1px solid #d8425b;
  background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	clear:both;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	float:left;
}


#menu ul li img {
	margin: 0;
}

#menu ul li a {
  font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:1.1em;
	font-weight:bold;
  text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	padding:0.75em;
	padding-top:0.35em;
	padding-bottom:0.6em;
	margin-left:1.0em;
	
	
	/*font-family: Arial, Helvetica, monospace, Verdana, sans-serif;*/
}

#menu ul li a:link {
	
}

#menu ul li a:visited {
	
}

#menu ul li a:hover {
	background-color:#e80737;
  color:#fff;
  background-image:url(images/menu_bg_inv.jpg);
	background-repeat:repeat-x;
}

#menu ul li a.selected,#menu ul li a.selected:link,#menu ul li a.selected:visited{
	background-color:#e80737;
	color:#fff;
	background-image:url(images/menu_bg_inv.jpg);
	background-repeat:repeat-x;
}

#main_container{
  clear:both;
  background-color:#fff;
}


#content {
  line-height:1.6em;
  padding:1.5em;
  padding-top:1.5em;
}

#content a:link {
	color: #666;
	text-decoration: underline;
}

#content a:visited {
	color: #666;
	text-decoration: underline;
}

#content a:hover {
	color: #186752;
	text-decoration: none;
}

#content a:active {
	color: #186752;
	text-decoration: none;
}

#content p,#content ul,#content div {
	
}

#content p {
	padding-top: 0;
	margin-top: 0;
}

#content ul { /*list-style-image: url(img/bullet_arrow_black.gif);*/
	margin-left: 0;
	padding-left: 15px;
}

#content div {
	
}

#content table {
	font: 12px Verdana, "Lucida Grande", "Bitstream Vera Sans",
   "Sun Sans-Regular", Helvetica, Arial, sans-serif;
	font-size: 1.0em;
}

#content table tr td {
	font: 12px Verdana, "Lucida Grande", "Bitstream Vera Sans",
   "Sun Sans-Regular", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #333;
	font-size: 1.0em;
	vertical-align: top;
	padding:0.25em;
}


#submenu{
  position:relative;
  z-index:100;
  padding-top:0.9em;
}

#submenu ul{
  list-style-type:none;
  margin:0;
  padding:0;
  text-align:left;
}

#submenu ul li{
  float:left;
  margin:0;
  padding:0;
  text-align:left;
}

#submenu ul li a{
  font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:0.85em;
	font-weight:bold;
  text-decoration: none;
	color: #f69a1d;
  
  display:block;
  padding-left:17px;
  padding-right:0.35em;
  margin-right:1em;
}

#submenu ul li a:link, #submenu ul li a:visited{
  color: #999;
  text-decoration: none;
}

#submenu ul li a:hover{
  color: #666;
}

#submenu ul li a:link.selected, #submenu ul li a:visited.selected{
  color: #a3041c;
  text-decoration: none;
}

#submenu ul li ul{
 display:block;
}

#submenu ul li ul li{
  clear:both;
  margin:0;
  padding:0;
  text-align:left;
}

#submenu ul li ul li a{
  
}


.widget{
  border:1px solid #f3f3f3;
  background-image:url(images/widget_main_bg.png);
  /*
  background-repeat:repeat-x;
  background-position:top left;
  */
  margin-bottom:1.2em;
  overflow:auto;
  min-width:200px;
}

.widget a:link, .widget a:visited{
  color:#666;
}

.widget a:hover{
  color: #186752;
	text-decoration: none;
}

.widget .heading{
  background-image:url(images/widget_heading_bg.jpg);
  background-repeat:repeat-x;
  background-position:bottom left;
  background-color:#dcdada;
  font-size:1.0em;
  font-weight:bold;
  padding:0.3em;
  color:#666;
  border-bottom:1px solid #ccc;
}

.widget .heading .icon{
  background-image:url(images/widget_icon.gif);
  background-repeat:no-repeat;
  background-position:0 3px;
  display:block;
  float:left;
  width:16px;
  height:12px;
  margin-right:0.4em;
}

.widget .content{
  padding:0.5em;
  padding-top:1em;
  padding-bottom:0.75em;
  color:#eee;
  font-size:0.85em;
}

.widget form, .widget form div, .widget form label{
  margin:0;
  padding:0;
}

.widget .content form div{
  margin-bottom:0.5em;
}

.widget label{
  font-weight:bold;
  
}

.widget input, .widget select{
  border:1px solid #999;
  
}

#bottom_area_top_gradience{
  
  background-image:url(images/bottom_area_top_gradience.jpg);
  background-repeat:repeat-x;
  height:2px;
  font-size:0;
  line-height:0;
}

#footer{
  clear:both;
  border-top: 2px solid #93A7B1;
  background-color:#d1dbe1;
  color: #4c5759;
  font-weight:normal;
  font-size:0.85em;
}

#footer_content{
  text-align:center;
  padding:2em;
}

.button {
	cursor: pointer;
}

object, embed, param{

}

#content ul.download_list {
	list-style-image: none;
	line-height: 1.3em;
	margin-top: 1.8em;
}

form fieldset{
  border:1px solid #93a7b1;
  padding:0.75em;
  margin-top:1em;
  margin-bottom:1em;
}

form fieldset legend{
  background-image:url(images/fieldset_bg.jpg);
  background-repeat:repeat-x;
  background-position:top left;
  padding:0.5em;
  color:#3356a1;
  border:1px solid #93a7b1;
  margin-bottom:0.75em;
  background-color:#f5f5f7;
}

.fieldset_legend_style{
  background-image:url(images/fieldset_bg.jpg);
  background-repeat:repeat-x;
  background-repeat:repeat-x;
  background-position:top left;
  padding:0.5em;
  font-size:1.0em;
  color:#3356a1;
  border:1px solid #93a7b1;
  margin-bottom:0.75em;
  background-color:#f5f5f7;
}

.row{
  margin-bottom:0.5em;
  margin-top:0.5em;
  
}

.row label, .label{
  display:block;
  float:left;
  width:11em;
  overflow:auto;
  text-align:right;
  padding-right:0.5em;
}

input, textarea, select{
  font-size:1.0em;
  font-family:Arial,Helvetica,Verdana;
}

.field_desc{
  font-size:0.85em;
  color:#666;
  display:block;
  margin-left:13.7em;
  clear:both;
}

.field_desc2{
  font-size:0.85em;
  color:#666;
}

.disabled{
  background:none;
  border:none;
}

.err_msg{
  background-color:#f3f3f3;
  color:red;
  padding:0.8em;
  border:1px solid #b3b3b4;
}

.success_msg{
  background-color:#f3f3f3;
  color:green;
  font-weight:bold;
  padding:0.8em;
  border:1px solid #b3b3b4;
}

.info_msg{
  background-color:#f3f3f3;
  color:#3356a1;
  
  padding:0.8em;
  border:1px solid #93a7b1;
}


.button{
  cursor:pointer;
}

.info{
  padding-left:0.5em;
  margin-top:1em;
  
}

input,textarea {
	font-size: 1.0em;
}

#content ul.comments {
	list-style-type: none;
	padding-left: 0.75em;
}

ul.comments li {
	margin-top: 1.5em;
}

.comment_title {
	text-transform: uppercase;
	padding: 0.2em;
	padding-left: 0.6em;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}

.comment_meta_data {
	color: #666;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

/*************************** SEARCH RESULTS ********************************/
.search_result li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	font-size:0.9em;
	border-bottom:1px solid #ccc;
}

.search_result a {
	font-weight:bold;
	display:block;
	margin-bottom:0.5em;
}

.search_result .path {
	color: green;
}

.search_result .meta {
	color: #666;
}

.invisible {
	display: none;
	visibility:hidden;
	padding: 0;
	margin: 0;
}

.row {
	margin-bottom: 1em;
	clear: both;
}

.MailFormObject {
	
}

.MailFormObject label {
	width: 11em;
	text-align: right;
	float: left;
	margin-right: 0.5em;
}

/* TinyMCE CLASSES */
.mce_content_item_left {
	float: left;
	margin: 1.2em;
	margin-left: 0;
	margin-top: 0;
}

.mce_content_item_right {
	float: right;
	margin: 1.2em;
	margin-right: 0;
	margin-top: 0;
}

.mce_block_separator {
	clear: both;
	display: block;
}


