.gyik_1_tab{
        float: left;
    padding: 10px 20px;

    line-height: 30px;
    margin-left: 20px;
    border-radius: 10px 10px 0px 0px;
    background: #f6f6f6;
    color: #aaa;
}
.gyik a{
    font-weight: bold;
}

.gyik_1_tab.aktiv{
        background: #f0f0f0;
    color: black;
}
.gyik_1_tab img {
    height: 30px;
    margin-right: 10px;
    vertical-align: bottom;
    opacity: .4;
}
.gyik_1{
        background: #f0f0f0;
    padding: 20px;
    border-radius: 20px;
    color: #727272;
    font-size: 18px;
    line-height: 1.5em;
}
.gyik_1 > DIV {
    margin-top: 20px;
    background: white;
    padding: 20px;
    border-radius: 20px;
}

.gyik_1 P:first-child {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
}
.gyik_1 .telekomos, .gyik_1 .telenoros {
    display: none;
}

.gyik_1.telenor .telenoros, .gyik_1.telekom .telekomos {
    display: block;
}
.gyik_1 h1{
        line-height: 30px;
        font-size: 30px;
        font-weight: 500;
    color: #333333;
    margin: 30px 0px 0px;
}
.gyik_1_tab.aktiv IMG {
    opacity: 1;
}

.telenor{
	display: none;
}