/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for sicherimschnee.de

Author: elements.at 
--------------------------------------------------------------------- */


/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background:#e4f3ff url(/static/img/site_mountain_bg.jpg) repeat-x;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:17px;
	text-align: left;			
}

h1 {
	color: #fff;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #0c8ee9;
	text-decoration: none;
}

a:visited {
	color: #0c8ee9;
	text-decoration: none;
}

a:hover {
	color: #00588a;
	text-decoration: none;
}

a:active {
	color: #00588a;
	text-decoration: none;
}

img {
	border: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}

/* Basic Site Structure
--------------------------------------------------------------------- */

.site {
	margin: 0 auto;
	width:980px;
	overflow:hidden;
	position:relative;
}

.metaheader {
	width:980px;
	height:229px;
	overflow:hidden;
	position:relative;

    z-index: 110;
}

.metaheader .logo {
	width:115px;
	height:100px;
	overflow:hidden;
	position:absolute;
	top:60px;
	left:280px;
	z-index: 100;
	
}

.metaheader .logo a {
	width: 115px;
	height: 100px;
	display: block;

    z-index: 150;
}

.metaheader .logo img {
	behavior: url(/static/js/iepngfix.htc);
	/* display: none; */
}

.metaheader .overlay {
	width:990px;
	height:170px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	/* z-index: 10; */
}

.metaheader  map{
margin-left:92px;
}

.metaheader .overlay img {
	behavior: url(/static/js/iepngfix.htc);
}

.metaheader .specialoffer {
	width:189px;
	height:161px;
	overflow:hidden;
	position:absolute;
	top:12px;
	right:0;
	z-index:5;
}

.metaheader .specialoffer img {
	behavior: url(/static/js/iepngfix.htc);
}

.metaheader #nav {
	width:980px;
	height:69px;
	overflow:hidden;
	position:absolute;
	top:160px;
	left:0;
}

.metaheader #nav .item {
	height:45px;
	float:left;
	padding:12px 19px;
	background:url(/static/img/metanav_line.gif) top left no-repeat;
	cursor:pointer;
}

.metaheader #nav .item a {
	display:block;
	text-decoration:none;
	font-size:24px;
	line-height:28px;
	color:#3691da;
}

.metaheader #nav .item.active,
.metaheader #nav .item.sfhover {
	background:url(/static/img/metanav_hover_bg.gif) no-repeat;
}

.metaheader #nav .item.active a,
.metaheader #nav .item.sfhover a {
	color:#e2001a;
}

.metaheader #nav .item span {
	font-size:14px;
	line-height:16px;
	color:#2b659c;
}

.metaheader #nav .line {
	width:2px;
	height:69px;
	overflow:hidden;
	float:left;
	background:url(/static/img/metanav_line.gif) top left no-repeat;
}

.main {
	width:980px;
	overflow:hidden;
	margin:20px 0 0 0;
}

.main ul {
	list-style:none;
}

.main ul li a{
	padding:0 0 0 15px;
	background:url(/static/img/listicon.gif) 0 5px no-repeat;
}

/* TEASERBOX Generic
--------------------------------------------------------------------- */
.main .teaserbox {
	width:312px;
	float:left;
	position:relative;
	margin:0 0 12px 0;
}

.main .teaserbox .head {
	width:312px;
	height:57px;
	overflow:hidden;
	position:relative;
}

.main .teaserbox .head .image {
	width:312px;
	height:57px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:url(/static/img/teaserbox_head.png) no-repeat;
	behavior: url(/static/js/iepngfix.htc);
}

.main .teaserbox .head .text {
	width:272px;
	height:28px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	padding:7px 20px 0 20px;

}

.main .teaserbox .head .text.wide {
	width:602px;
}

.main .teaserbox .head .text .hleft {
	width:350px;
	overflow:hidden;
	float:left;
	font-size:24px;
	line-height:28px;
	color:#fff;
}

.main .teaserbox .head .text .hright {
	width:100px;
	overflow:hidden;
	float:right;
	padding:4px 0 0 0;
}

.main .teaserbox .head .text .hright ul li {
	text-align:right;
}

.main .teaserbox .head .text .hright ul li a {
	background:url(/static/img/listicon_white.gif) 0 5px no-repeat;
	color:#fff;
}

.main .teaserbox .topimage {
	width:312px;
	height:140px;
	/*overflow:hidden;*/
	position:relative;
}

.main .teaserbox .topimage img {
	/*width:312px;
	height:140px;*/
	position:absolute;
	top:0;
	right:1px;
	overflow:hidden;
	behavior: url(/static/js/iepngfix.htc);
}

.main .teaserbox .txt {
	width:272px;
	overflow:hidden;
	padding:5px 20px 15px 20px;
	background:url(/static/img/teaserbox_repeat.gif) repeat-y;
}

.main .teaserbox .bottom {
	width:312px;
	height:6px;
	overflow:hidden;
	position:relative;
}

.main .teaserbox .bottom .image {
	width:312px;
	height:6px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:url(/static/img/teaserbox_bottom_shadow.png) no-repeat;
	behavior: url(/static/js/iepngfix.htc);
}

.main .teaserbox .txt {
	width:272px;
	overflow:hidden;
	color:#7b7b7b;
}

.main .teaserbox .txt p {
	/*margin:5px 0 10px 0;*/
}

.main .teaserbox .txt .listing ul li {
	background: url(/static/img/listicon_check.gif) 0 7px no-repeat;
	padding: 0 0 0 15px;
}

.main .teaserbox h2 {
	padding:0 0 5px 0;
	font-size:20px;
	line-height:23px;
	font-weight:normal;
	color:#7b7b7b;
}

.main .teaserbox .cplain {
	width:312px;
	overflow:hidden;
}

.main .teaserbox .cplain .subbox {
	width:272px;
	overflow:hidden;
	background: url(/static/img/teaserbox_repeat.gif) repeat-y;
	padding:5px 20px 20px 20px;
	border-bottom:1px solid #d7e6ef;
}

.main .teaserbox .cplain .subbox p, .main .teaserbox .cplain .subbox label {
	color:#7b7b7b;
}

.main .teaserbox .cplain .subbox h2 {
	padding-top:10px;
}

/* Teaserbox - Blue */
.teaserbox.blue .head {
	height:37px !important;
}

.teaserbox.blue .head .image {
	background:url(/static/img/teaserbox_head_blue.png) no-repeat !important;
	behavior: url(/static/js/iepngfix.htc) !important;
}

.teaserbox.blue .txt {
	height:94px;
	background:url(/static/img/teaserbox_repeat_blue.gif) repeat-y;
	color:#fff;
}

*html .teaserbox.blue .txt {
	/*height:69px;*/
	height:94px !important;
	background:url(/static/img/teaserbox_repeat_blue.gif) repeat-y !important;
	color:#fff !important;
}

.teaserbox.blue .txt a:link, .teaserbox#citation .txt a {
	color:#C8E1F5 !important;
}

.teaserbox.blue .txt a:hover {
	color:#2B659C !important;
}

.teaserbox.blue .txt a:active {
	color:#2B659C !important;
}

.teaserbox.blue .bottom {
	height:15px !important;
}

.teaserbox.blue .bottom .image {
	height:15px !important;
	background:url(/static/img/teaserbox_bottom_shadow_blue.png) no-repeat !important;
}

.teaserbox.blue ul li a {
	background:url(/static/img/listicon_white.gif) 0 5px no-repeat !important;
}


/* Teaserbox - redhead */
.teaserbox.redhead {
	
}

.teaserbox.redhead .topimage {
	background: url(/static/img/teaserboxtop_imagebg_red.png) left top no-repeat;
	behavior: url(/static/js/iepngfix.htc);
}



.teaserbox.redhead .head .image {
	background-image: url(/static/img/teaserboxtop_head_red.png) !important;
	behavior: url(/static/js/iepngfix.htc) !important;
}



/* Teaserbox - Productsearch */
#t_productsearch p {
	float:left;
	margin:0 0 5px 0;
}

#t_productsearch select {
	float:left;
	width:132px;
}

#t_productsearch select#brand, #t_productsearch select#target {
	margin:0 5px 0 0;
}

#t_productsearch input {
	width:114px;
	height:19px;
	float:left;
	background:url(/static/img/input_bg.gif) repeat-x;
	border:1px solid #c0dcf1;
	padding:2px 8px 0 8px;
	color:#7B7B7B;
}

#t_productsearch input#submit {
	width:132px;
	height:23px;
	background:url(/static/img/input_button_bg.png) no-repeat;
	border:none;
	padding:0 0 2px 17px;
	color:#fff;
	cursor:pointer;
}

/* Teaserbox - Equipment */	
#t_equipp p {
	padding:0 0 10px 0;
}

#t_equipp select {
	width:280px;
	margin:0 0 10px 0;
}

#t_equipp span.select {
	width:248px;
	background: url(/static/img/customforms/select_large.gif) no-repeat;
}

/* Teaserbox - Storefinder */	
#t_storefinder p {
	padding:0 0 10px 0;
}

#t_storefinder input {
	width:114px;
	height:19px;
	float:left;
	background:url(/static/img/input_bg.gif) repeat-x;
	border:1px solid #c0dcf1;
	padding:2px 8px 0 8px;
	color:#7B7B7B;
}

#t_storefinder label {
	float:left;
	display:block;
	width:61px;
	padding:2px 8px 0 0;
}

#t_storefinder input#city {
	/* width:95px;
	margin:0 16px 0 0; */
    margin: 0;
    width: 185px;
}

#t_storefinder input#zip {
	width:56px;
}

#t_storefinder ul {
	float:left;
	margin:14px 0 0 0;
}

/* Teaserbox - Forum - Threads */
#t_login {
	height:149px;
}

#t_login p {
	float:left;
	margin:0 0 5px 0;
}

#t_login label, #t_login input {
	float:left;
}

#t_login label {
	width:78px;
}

#t_login input {
	margin:0 5px 0 0;
}

#t_login ul {
	width:171px;
	clear:both;
	float:left;
	padding:0 0 0 78px;
}

#t_login input {
	width:171px;
	height:19px;
	background:url(/static/img/input_bg.gif) repeat-x;
	border:1px solid #c0dcf1;
	padding:2px 8px 0 8px;
	color:#7B7B7B;	
}

#t_login input.submit {
	width:92px;
	height:23px;
	background:url(/static/img/input_button_bg.png) no-repeat;
	border:none;
	padding:0 0 2px 17px;
	color:#fff;
	cursor:pointer;
}

*html #t_login input.submit {
	width:90px;
}


/* Teaserbox - ID RULES */
.main .teaserbox#citation {
	float:left;
	margin-right:25px;
}

.main .teaserbox#checklist {
	float:left;
}

.main .teaserbox#productfinder {
	float:right;
}

.main .teaserbox#forum {
	/*height:372px;*/
	/*margin-right:25px;*/
    float: right;
}

.main .teaserbox#forum ul li a {
	display:block;	
}

.main .teaserbox#forum .head .text .hleft {
	width:150px;
}

.main .teaserbox#lastsnow {
	float:left;
}

.main #lastsnow.teaserbox .snow_left {
	float:left;
	/*width:134px;*/
	width:127px;
	overflow:hidden;
	display:block;
}

.main #lastsnow.teaserbox .snow_right {
	float:right;
	/*width:138px;*/
	width:145px;
	overflow:hidden;
	display:block;
}

.main #lastsnow.teaserbox ul {
	float:left;
	padding:10px 0 0 0;
}

.main .teaserbox#brandflash {
	width:642px;
	float:left;
}

.main .teaserbox#brandflash .head {
	width:642px;
}

.main .teaserbox#brandflash .head .image {
	width:642px;
	background:url(/static/img/teaserbox_head_wide.png) no-repeat;
}

.main .teaserbox#brandflash .txt {
	width:638px;
	padding:0 2px;
	background:url(/static/img/teaserbox_repeat_wide.gif) repeat-y;
}

.main .teaserbox#brandflash .bottom, .main .teaserbox#brandflash .bottom .image {
	width:642px;
}

.main .teaserbox#brandflash .bottom .image {
	background:url(/static/img/teaserbox_bottom_shadow_wide.png) no-repeat;
}



/* Teaserbox - CITATION */
.main .teaserbox#citation {
	
}

.main .teaserbox#citation .txt {
	position: relative;	
	width: 282px;
}

.main .teaserbox#citation .txt  {
	/*height: 104px;*/
}

.main .teaserbox#citation .txt p {
	position: absolute;
	width: 282px;
	padding-right: 10px;
}

.main .teaserbox#citation a:focus {
	outline: none;	
}

.main .teaserbox#citation a.prev,
.main .teaserbox#citation a.next {
	background: url(/static/img/citation-arrows.png) left top no-repeat;
	position: absolute;
	top: 12px;
	width: 13px;
	height: 20px;
	display: none;
}

/*.main .teaserbox#citation #citationsRight_first {
	display: none;	
	position: absolute;
	bottom: 7px;
	right: 23px;
	z-index: 10;
}*/

.main .teaserbox#citation .txt #citationsMore {
	display: none;	
	position: absolute;
	bottom: 7px;
	right: 23px;
	z-index: 10;
}

.main .teaserbox#citation a.prev {
	right: 30px;
}

.main .teaserbox#citation a.next {
	background-position: right top;
	right: 12px;
}

.main .teaserbox#citation a.prev:hover {
	background-position: left -40px;	
}

.main .teaserbox#citation a.next:hover {
	background-position: right -40px;	
}



/* FOOTER
--------------------------------------------------------------------- */
.footer {
	width:980px;
	height:118px;
	overflow:hidden;
	/*margin:20px 0 0 0;*/
}

.footer .bg {
	position:absolute;
	top:0;
	left:0;
}

.footer .txt {
	width:272px;
	position:absolute;
	top:0;
	left:0;
	padding:20px;
}

.footer .txt p {
	color:#7B7B7B;
	padding:0 0 10px 0;
}

.footer .small {
	width:312px;
	height:131px;
	position:relative;
	float:left;
	margin:0 0 0 1px;
}

.footer .small .txt {
	width:292px;
	padding:20px 0 0 20px;
}



.footer .small .bg {
	width:312px;
	height:131px;
	overflow:hidden;
	background:url(/static/img/footer_bg_small.png) no-repeat;
	behavior: url(/static/js/iepngfix.htc);
}

.footer .large {
	width:640px;
	height:131px;
	position:relative;
	float:right;
	margin:0 0 0 1px;
}

.footer .large .txt {
	width:600px;
}

.footer .large .bg {
	width:640px;
	height:131px;
	overflow:hidden;
	background:url(/static/img/footer_bg_large.png) no-repeat;
	behavior: url(/static/js/iepngfix.htc);
}

.footer .partner a {
	float:left;
}

.footer .partner a img {
	behavior: url(/static/js/iepngfix.htc);
}

.footer .service {
	width:300px;
	float:left;
}

.footer .service a {
	float:left;
	padding:0 8px 0 0;
}

.footer .social {
	width:200px;
	float:right;
	text-align:right;
}

.footer .social p {
	text-align:right;
}

.footer .social a{
	float:right;
	padding:0 0 0 8px;
}



/* Global Custom Forms 
-----------------------------------------------------------------------*/
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/static/img/customforms/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/static/img/customforms/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.select {
	position: absolute;
	width: 100px;
	height: 20px;
	padding: 3px 24px 0 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:17px;
	color:#7B7B7B;
	background: url(/static/img/customforms/select.gif) no-repeat;
	overflow: hidden;
	cursor:pointer;
}


/* Greybox
-----------------------------------------------------------------------*/
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

/* Forum */
#Frame {
    font-family: Georgia,"Times New Roman",Times,serif !important;
    font-size: 14px;
    line-height: 17px;
    margin-top: 20px;
    text-align: left;
}

.Menu, #Content {
    width: 642px;
}
#Menu {
    background: #ffffff !important;
}

#Head {
    background: none;
}
#Head .head,
.Box .head {
    width: 642px;
    height: 57px;
    overflow: hidden;
    position: relative;
}
#Head .image,
.Box .image {
    background: url('/static/img/teaserbox_head_wide.png') no-repeat scroll 0 0 transparent;
    height: 57px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 642px;
}
#Head .text.wide,
.Box .text.wide {
    height: 28px;
    left: 0;
    overflow: hidden;
    padding: 7px 20px 0;
    position: absolute;
    top: 0;
    width: 602px
}
#Head .hleft,
.Box .hleft {
    color: #FFFFFF;
    float: left;
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
    width: 350px;
}
#Head .hleft a,
.Box .hleft a {
    color: #ffffff;
}

div.Menu ul#Menu {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    width: 640px;
}
div.Menu ul#Menu a {
    color: #0c8ee9 !important;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    line-height: 17px;
}
div.Menu ul#Menu a:hover {
    background: none !important;
    color: #00588a !important;
}

#Head .Search, #Head #Search {
    bottom: auto;
    top: 0px;
}
div.Search,
div.Search .head,
.Box.GuestBox,
.Box.BoxCategories {
    width: 252px !important;
}
.Box.wide,
.Box.wide .head {
    width: 642px;
}
.Box.BoxCategories,
.Box.GuestBox {
    margin-top: 15px;
}

div.Search .image,
.Box.small .image,
.Box .image.small {
    background: url('/static/img/teaserbox_head_small.png') no-repeat scroll 0 0 transparent !important;
    left: auto !important;
    right: 0px !important;
    width: 252px !important;
    z-index: -1;
}
.Box.BoxCategories .image,
.Box.GuestBox .image {
    background: url('/static/img/teaserbox_head_small.png') no-repeat scroll 0 0 transparent !important;
    width: 252px !important;
}
div.Search .text,
.Box.small .text,
.Box.BoxCategories .text,
.Box.GuestBox .text {
    height: 28px;
    left: 0;
    overflow: hidden;
    padding: 7px 20px 0;
    position: absolute;
    top: 0;
    width: 210px !important;
}
div.Search .hleft,
.Box.small .hleft,
.Box.BoxCategories .hleft,
.Box.GuestBox .hleft {
    width: 210px !important;
}
div.Search form,
.Box p,
.Box form {
    background-color: #ffffff;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin: 0px !important;
}
.Search form input.InputBox {
    border: 1px solid #cfecff !important;
    margin: 0 0 5px 10px !important;
    width: 190px !important;
}

.Box {
    position: relative;
}

