body {
   background-color: #ffffff;
   margin: 0px;
   text-decoration: none;
   color: #000;
   font-size: 11px;
   font-family: verdana, arial, sans-serif;
   background-image: url("./images/bg_main.jpg");
   background-repeat: repeat-x;
}

div.main {
   width: 1000px;
}

div.main_left {
   width: 840px;
   float: left;
}

div.main_right {
   width: 150px;
   float: right;
   margin-top: 110px;
}

div.head {
   width: 840px;
   height: 103px;
   border-bottom: 2px solid #333333;
}

div.head_logo_left {
   width: 138px;
/*    height: 103px; */
   float: left;
}

div.head_logo_right {
   width: 108px;
   float: left;
}

div.head_right {
   width: 580px;
   float: right;
   height: 78px;
}

div.head_right_top {
   margin-top: 10px;
   width: 100%;
   height: 30px;
   text-align: right;
}

div.head_right_bottom {
   width: 100%;
   height: 30px;
}

div.head_menu {
   width: 840px;
   height: 25px;
   background-color: #cccccc;
   float: left;
}

div.content {
   width: 840px;
}


ul.head {
   margin: 0px;
   padding: 0px;
   display: block;
   margin-top: 5px;
}

li.head {
   display: inline;
   padding-left: 25px;
   padding-top: 5px;
   padding-bottom: 6px;
   padding-right: 8px;
   font-weight: bold;
   height: 25px;
   background-image: url("./images/menudot_big.jpg");
   background-repeat: no-repeat;
   background-position: 10px 9px;
}

li.head_active {
   display: inline;
   padding-left: 25px;
   padding-top: 5px;
   padding-bottom: 6px;
   padding-right: 8px;
   font-weight: bold;
   color: #fff;
   background-color: #333333;
   height: 25px;
   background-image: url("./images/menudot_big.jpg");
   background-repeat: no-repeat;
   background-position: 10px 9px;
}

ul.menu {
   padding: 0px;
   margin: 0px;
   background-color: #e0e0e0;
}

li.menu {
   list-style-type: none;
   padding-left: 10px;
   padding-top: 3px;
   padding-bottom: 3px;
   border-bottom: 1px solid #333333;
   background-color: #e0e0e0;
}

li.menu_active {
   list-style-type: none;
   padding-left: 10px;
   padding-top: 3px;
   padding-bottom: 3px;
   border-bottom: 1px solid #333333;
   background-color: #e01a87;
   color: #fff;
   font-weight: bold;
}

ul.submenu {
   padding: 0px;
   margin: 0px;
}

li.submenu {
   list-style-type: none;
   background-color: #fff;
   padding-left: 20px;
   padding-top: 3px;
   padding-bottom: 3px;
   border-bottom: 1px solid #cccccc;
   color: #000;
   font-weight: normal;
}

li.submenu_active {
   list-style-type: none;
   background-color: #fff;
   padding-left: 20px;
   padding-top: 3px;
   padding-bottom: 3px;
   border-bottom: 1px solid #cccccc;
   color: #000;
   font-weight: normal;
   font-style: italic;
}


ul.subsubmenu {
   padding: 0px;
   margin: 0px;
}

li.subsubmenu {
   list-style-type: none;
   background-color: #fff;
   padding-left: 30px;
   padding-top: 3px;
   padding-bottom: 3px;
   border-bottom: 1px solid #cccccc;
   color: #000;
   font-weight: normal;
}


table.content {
   width: 100%;
   border: 0px;
}

td.menu {
   width: 160px;
   text-align: left;
   background-color: #fff;
   text-decoration: none;
   color: #000;
   font-size: 11px;
   vertical-align: top;
   padding-top: 2px;
}

td.content {
   width: 467px;
   text-align: left;
   text-decoration: none;
   color: #000;
   font-size: 11px;
   vertical-align: top;
   padding: 5px;
   font-family: verdana, arial, sans-serif;
}

td.infobox {
   width: 170px;
   text-align: left;
   text-decoration: none;
   color: #000;
   font-size: 11px;
   vertical-align: top;
   padding: 5px;
}

table.programm {
   width: 100%;
   border: 0px;
}

td.programm_day_light {
   width: 80px;
   text-align: left;
   text-decoration: none;
   color: #000;
   font-size: 11px;
   vertical-align: top;
   font-weight: bold;
   background-color: #f6f7db;
   border-bottom: 1px solid #e0e47c;
}

td.programm_day_dark {
   width: 80px;
   text-align: left;
   text-decoration: none;
   color: #000;
   font-size: 11px;
   vertical-align: top;
   font-weight: bold;
   background-color: #e0e47c;
   border-top: 1px solid #f6f7db;
}

td.programm_desc_light {
   text-align: left;
   text-decoration: none;
   color: #000;
   font-size: 11px;
   vertical-align: top;
   background-color: #f8dae8;
   border-bottom: 1px solid #ec83b2;
}

td.programm_desc_dark {
   text-align: left;
   text-decoration: none;
   color: #000;
   font-size: 11px;
   vertical-align: top;
   background-color: #ec83b2;
   border-top: 1px solid #f8dae8;
}


div.infobox {
   width: 100%;
   text-align: left;
}

div.infobox_top {
   width: 100%;
   background-color: #cccccc;
   border-top: 1px solid #e01a87;
   border-bottom: 1px solid #333333;
}

div.text {
   padding: 3px;
}

span.bold {
   font-weight: bold;
}

span.pink {
   color: #e01a86;
}

a, a:link, a:active, a:visited {
   color: #e01a87;
   text-decoration: none;
}

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

a.topmenu_active, a.topmenu_active:link, a.topmenu_active:active, a.topmenu_active:visited {
   color: #fff;
   text-decoration: none;
}

a.topmenu, a.topmenu:link, a.topmenu:active, a.topmenu:visited {
   color: #000;
   text-decoration: none;
}

a.topmenu_active:hover {
   color: #e01a86;
   text-decoration: none;
}

a.topmenu:hover {
   color: #e01a86;
   text-decoration: none;
}

a.leftmenu_active, a.leftmenu_active:link, a.leftmenu_active:active, a.leftmenu_active:visited {
   color: #fff;
   text-decoration: none;
}

a.leftmenu, a.leftmenu:link, a.leftmenu:active, a.leftmenu:visited {
   color: #000;
   text-decoration: none;
}

a.leftmenu_active:hover {
   color: #fff;
   text-decoration: none;
}

a.leftmenu:hover {
   color: #e01a86;
   text-decoration: none;
}

a.leftsubmenu, a.leftsubmenu:link, a.leftsubmenu:active, a.leftsubmenu:visited {
   color: #000;
   text-decoration: none;
}

a.leftsubmenu:hover {
   color: #e01a86;
   text-decoration: none;
}

a.leftsubmenu_active, a.leftsubmenu_active:link, a.leftsubmenu_active:active, a.leftsubmenu_active:visited {
   color: #e01a86;
   text-decoration: none;
}

a.leftsubmenu_active:hover {
   color: #000;
   text-decoration: none;
}

hr {
   border-bottom: 1px solid #e01a87;
   border-top: 1px solid #fff;
}

hr.double {
   border-bottom: 1px solid #e01a87;
   border-top: 1px solid #e01a87;
}

h1 {
   font-size: 14px;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
   margin-top: 5px;
}

h2 {
   font-size: 12px;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
   margin-top: 0px;
   color: #e01a86;
}

input.input_search {
   color: #000;
   background-color: #fff;
   border: 1px solid #e01a87;
   margin-right: 5px;
}

input.input_topsearch {
   color: #000;
   background-color: #fff;
   border: 1px solid #e01a87;
   height: 15px;
   font-size: 10px;
   margin: 0px;
   margin-bottom: 4px;
}

form {
   padding: 0px;
   margin: 0px;
}

input.input_topsearch_submit {
   color: #000;
   font-size: 10px;
   margin: 0px;
}

input.input_submit {
   color: #e01a87;
   font-weight: bold;
   background-color: #fff;
   border: 1px solid #e01a87;
}

img {
   border: 0px;
}

img.imageright {
   float: right;
   padding: 5px;
}

img.imageleft {
   float: left;
   padding: 5px;
}

input.buttons {
   color: #000;
   background-color: #fff;
   border: 1px solid #e01a87;
   margin-right: 5px;
}
input {
   color: #000;
   background-color: #fff;
   border: 1px solid #e01a87;
   margin-right: 5px;
}

div.gallery {
   width: 100%;
   text-align: left;
}

div.thumbnail {
   float: left;
}

img.thumbnail {
   width: 50px;
   height: 50px;
   margin: 5px;
   border: 0px;
}
