#header {
    height: 70px;
    position: relative;
    text-align: left;
    z-index: 100;
}
#logo {
    float: left;
    height: 100%;
    position: relative;
}
#headlinks_wrapper {
    height: 100%;
    margin: 0 0 0 190px;
    z-index: 100;
}
#headlinks {
	border-color: #FC7F20;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
	margin-bottom: -10px;
}

#search {
    background-color: #FBFBFB;
    padding: 4px 0 5px;
    z-index: 120;
	margin-top: 0px;
}

.page_left {
    margin-left: 10px !important;
    margin-right: 0 !important;
}
.page_center {
    margin-left: auto !important;
    margin-right: auto !important;
}
#logo img {
    left: 0;
    position: absolute;
    top: 10px;
}
#search input[type="text"] {
    background: url("./images/techno/search.png") no-repeat scroll 5px center #FFFFFF;
    border: 0px solid #CCCCCC;
    color: #666666;
    font-family: Verdana;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 2px 0 2px 25px;
    width: 280px;
}
#search input.active[type="text"] {
}
#headlinks {
    border-bottom: 1px solid #FBFBFB;
	margin-top: -9px;
}
#headlinks.active {
    border-bottom: 1px solid #E2EBFF;
}
#headlinks ul li > a {
    background-color: #F6F6F6;
    border-radius: 4px 4px 0 0;
    color: #666666;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    padding: 0 15px;
    text-decoration: none;
}
#headlinks ul li > a:hover {
    background-color: #405ADE;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 0;
    padding-top: 2px;
}
#headlinks ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#headlinks li {
    float: left;
    margin: 0;
    padding: 0 2px 0 0;
	list-style: none;
}
#headlinks table.articles tbody th, #headlinks table.articles tbody td {
    padding: 3px;
}
#headlinks table.articles tbody tr.bottom {
    background-color: #F6F6F6;
}
#headlinks table.articles tbody tr.bottom button + button {
    margin-left: 4px;
}
#headlinks table.articles tbody td.img img {
    max-width: 40px;
}
#headlinks table.articles tbody td.img {
    width: 44px;
}

/* Tiny-Styles zuruecksetzen */
#headlinks, #headlinks.active { background: transparent url(./images/techno/header_inactive.gif) repeat-x; height: 48px; }
#headlinks ul li > a, #headlinks ul li > a:hover, #headlinks li.basket > a, #headlinks li.basket > a:hover { background-color: transparent;  margin: 0; padding: 0 0 0 10px; -moz-border-radius: 0; border-radius: 0; }
#headlinks li { padding: 0; }
#speciallinks { display: none; }
#headlinks_wrapper { margin-left: 0; }
.form fieldset select, .form fieldset textarea, .form fieldset input[type="text"], .form fieldset input[type="password"] { font-size: 1em; }
#styled_view li.gallery { width: 32.9%; }

/* Base Styles */
.page_width { width: 1280px; }
#page { background: transparent none; }
#logo a { position:relative; display: block; margin-top: 10px; z-index: 999; }
#logo img { position: inherit; top: -15px; }
#headlinks ul li > a, .sidebox h3, .sidebox .boxtitle { font: 12px "Trebuchet MS", sans-serif; font-weight: bold;  color: #fff !important; text-transform:uppercase; text-shadow:0 0 2px #AC5F24; }
#page_wrapper { margin-top: 0px; }

/* Eigene Header-Styles */

#header, #header_wrapper { height: 120px; position: relative; }
#style, #settings { top: 15px; right: 300px;  }

/* Suche */
#search { background:none repeat scroll 0 0 transparent; padding:0; position:relative; text-align:right; top:-100%; }
#search-form { width:300px; padding-right:10px; position:absolute; right:0; top:0; height: 40px; padding: 15px 0 0 0; }
#search input[type="text"], #submit_search { vertical-align: top; }
#search input[type="text"] { width:200px; border: none !important; background: transparent url(./images/techno/search_input_bg.png) top left no-repeat; height: 25px; line-height: 25px; padding: 0 10px; }
#submit_search { width: 76px; border: none; background: transparent url(./images/techno/search_button_bg.png) top left no-repeat; height: 25px; line-height: 25px; padding: 0 20px 0 0px; font-size: 12px; }
#submit_search:hover span, #submit_search:focus span { text-decoration: underline; }

/* Headlinks */
#headlinks ul li > a, #headlinks ul li > a > span { line-height: 48px; height: 48px; display: block; }
#headlinks ul li > a, #headlinks ul li.basket { background: transparent url(./images/techno/header_inactive.gif) repeat-x; padding-right: 0; }
#headlinks ul li > a:hover, #headlinks ul li > a:focus, #headlinks ul li.current > a { background: transparent url(./images/techno/header_active.gif) repeat-x; padding-right: 0; }

#headlinks ul li.first > a { background-position: top left; }
#headlinks ul li.first > a:hover, #headlinks ul li.first > a:focus, #headlinks ul li.first.current > a { background: transparent url(./images/techno/header_active.gif) repeat-x; padding-right: 0; }
#headlinks ul li > a > span { padding-right: 10px; }

@media only screen and (max-width: 850px), only screen and (max-device-width: 850px) {
#headlinks {
display:none;
}
.navbar {
 	background-color: #FDE9D9;
}
}
@media only screen and (max-width: 1045px), only screen and (max-device-width: 1045px) {
#sitename {
display:none;
}
}
@media only screen and (max-width: 765px), only screen and (max-device-width: 765px) {
#search {
display:none;
}
#socialshare {
display:none;
}
}

@media only screen and (max-width: 1350px), only screen and (max-device-width: 1350px) {
#sitename {
	width: 340px;
	margin-left: 395px;
	margin-top: -7px;
}
p.site_desc 
{
display:none
}
}


.settings_info {
display:none
}
.social_share_privacy_area {
height: 45px;
}

.portal-navigation ul {
border: none;
}
.adsm_block {
    padding: 5px 5px 10px 5px !important;
    font-size: 1.1em !important;
    background-color: #ffffff !important;
    margin: 0px auto !important;
    text-align: center !important;
}

.adsm_block img {
    max-width: 100%;
}