
/* others ---------------------- */
#left_logo {
    position: absolute;
    top: 70px;
    left: -120px;
    width: 105px;
    height: 1280px;
    background: transparent url('grafika/left_pr.png') 0 0 no-repeat;
    background-size: 100%;
}

#right_logo {
    position: absolute;
    top: 70px;
    left: 1004px;
    width: 100px;
    height: 100px; 
    background: transparent url('grafika/logo_pr.gif') 0 0 no-repeat;
    background-size: 100%;
}

#top_line {
    background-color: #0052b5;
    height: 34px;
    text-align: center;
    font-size: 14px;
}

#top_line_in {
    margin: auto;
    width: 980px;
}

.top_item {
    float: left;
    height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
}

.top_item:hover {
    height: 26px;
    background-color: #0052b5;
}

.top_item a {
    color: #ffffff;
    text-decoration: none;
}

#top_active {
    background-color: #0052b5;
    color: #000000;
    float: left;
    height: 26px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 8px;
}

.menu_header {
    color: #0052b5;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}

.action_color {
    color: #0052b5 !important;
}

a {
    color: #0052b5;
}

h1 {
    color: #0052b5;
    font-size: 19px;
    margin-top: 0px;
}

.seats_onclick {
    color: #0052b5;
    cursor: pointer;
    text-decoration: underline;
}


/* border table ---------------------- */
.table {
    border: solid 1px #0052b5;
    border-collapse: collapse;
}

.table td {
    border: solid 1px #0052b5;
    text-align: center;
    padding: 3px;
}


/* forms ---------------------- */
.submit {
    background-color: #0052b5;
    border: solid 1px #ffffff;
    color: #ffffff;
}

.text {
    border: solid 1px #0052b5;
    width: 140px;
	color: #0052b5;
}

.text:disabled {
	background-color: #e3e3e3;
	
}

.search_text {
    border: solid 1px #0052b5;
    width: 170px;
}


.long_text {
    border: solid 1px #0052b5;
    width: 240px;
}

.short_text {0052b5
    border: solid 1px #b91329;
    width: 50px;
}

.textarea {
    width: 380px;
    height: 100px;
    border: solid 1px #0052b5;
}


.log_text {
    border: solid 1px #0052b5;
    width: 140px;
}

.log_button {
    margin-top: 4px;
}

.help_area {
    display: none;
    position: absolute;
    width: 180px;
    background-color: #7c7c7c;
    border: solid 1px #070707;
    padding: 4px;
    color: #111111;
}

.selected_menu {
	color: #0052b5 !important;
}