@charset "utf-8";

/* Local CSS Document */

/** BODY ***************************************************************************************************************/
body{
	position:relative;
	height:100%;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:120%;
	text-align:center;
	color:#fff;
	background:#000 url(../images_start/bg_top.jpg) 50% 0 repeat-y fixed;
}

* html body {
	background-attachment: scroll;
}

/** LINK COLOR *******************************************************************************************************/
a{ padding:0 2px; }
a:link{ color: #fff;text-decoration:none; }
a:visited{ color: #5e8399;text-decoration:none; }
a:hover{ color: #1e6a99;text-decoration:none; background-color: #b2e1ff; }
a:active{ color: #e58000;text-decoration:none; }

/** GLOBAL MENU ******************************************************************************************************/
div#globalmenu{
	float:right;
	width:542px;
	text-align:left;
	padding:0;
	margin: 5px 0px 0px 0px;

}


div#globalmenu ul,
div#globalmenu li{
	margin:0;
	padding:0;
	list-style:none;
}

div#globalmenu li{
	display:inline;
}

div#globalmenu li#global01 a,
div#globalmenu li#global02 a,
div#globalmenu li#global03 a,
div#globalmenu li#global07 a,
div#globalmenu li#global04 a,
div#globalmenu li#global05 a,
div#globalmenu li#global06 a
{
	display:block;
	float:left;
	height:47px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}


div#globalmenu li#global01 a{ width:74px; background: url(../images_start/globalnavi01.png) 0 0 no-repeat; }
div#globalmenu li#global02 a{ width:90px; background: url(../images_start/globalnavi02.png) 0 0 no-repeat; }
div#globalmenu li#global03 a{ width:86px; background: url(../images_start/globalnavi03.png) 0 0 no-repeat; }
div#globalmenu li#global07 a{ width:74px; background: url(../images_start/globalnavi07.png) 0 0 no-repeat; }
div#globalmenu li#global04 a{ width:74px; background: url(../images_start/globalnavi04.png) 0 0 no-repeat; }
div#globalmenu li#global05 a{ width:74px; background: url(../images_start/globalnavi05.png) 0 0 no-repeat; }
div#globalmenu li#global06 a{ width:62px; background: url(../images_start/globalnavi06.png) 0 0 no-repeat; }


div#globalmenu li#global01 a:hover,
div#globalmenu li#global02 a:hover,
div#globalmenu li#global03 a:hover,
div#globalmenu li#global04 a:hover,
div#globalmenu li#global05 a:hover,
div#globalmenu li#global06 a:hover,
div#globalmenu li#global07 a:hover,
div#globalmenu li#global01 a.on,
div#globalmenu li#global02 a.on,
div#globalmenu li#global03 a.on,
div#globalmenu li#global04 a.on,
div#globalmenu li#global05 a.on,
div#globalmenu li#global07 a.on,
div#globalmenu li#global06 a.on{ background-position:0 -47px; }


/** WRAPPER **********************************************************************************************************/
* html div#wrapper{
    height:100%;
}

/** HEADER ***********************************************************************************************************/

div#header{
	width:760px;
	margin:0 auto;
	padding:22px 0 20px 0;
	text-align:left;
}

/** LOGO *************************************************************************************************************/
div#logo{
	float:left;
	width:218px;
	margin: 6px 0px 0px 0px;
}

div#logo h1{ float:left; width:105px; }
div#logo h1 a{ padding:0; }
div#logo h1 a:hover{ background: url(../images/1px.gif) 0 0 no-repeat; }



div#wrapper{
	position:relative;
	min-height:100%;
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:transparent url(../images_start/bg_globalheader.jpg) 50% 0 no-repeat scroll;
}

body > #wrapper {
        height: auto;
}



div#content{
	padding-bottom:0;
}

div#mainFlash{
	width:760px;
	margin:8px auto 0 auto;
}

div#mainFlash a:hover{ background-color:#fff; }
#tokei a:hover{ background-color:#fff; }

div#warning{
	width:760px;
	margin:20px auto;
	text-align:center;
}

div#warningImg{
	height:29px;
}

div.header_2{
	height:35px;
	margin:0 4px 10px 4px;
	background: url(../images_start/bg_indexheader.gif) 0 0 no-repeat;
}

div.header_2 h2 {
	padding: -5px 0px 5px 0px;
	margin: -2px 0px 5px 0px;
}


div.header h2{
	float:left;
	width:80%;
	padding:10px 0 0 14px;
	color:#fff;
}

div.header h3{
	padding:9px 0 0 14px;
	font-size:100%;
	font-weight:bold;
	color:#fff;
}



div.header p.listlnk a{
	width:3.5em;
	padding:0 2px 2px 17px;
	background:  url(../images/btn_arrow_right.gif) 2px 0.24em no-repeat;
}

div.header p.listlnk{
	float:right;
	width:12%;
	padding:8px 16px 0 16px;
	text-align:right;
}

div.header p.listlnk a:link{ color: #fff; text-decoration:none; }
div.header p.listlnk a:visited{ color: #fff; text-decoration:none; }
div.header p.listlnk a:hover{ color: #1e6a99; text-decoration:none; background-color: #b2e1ff; }
div.header p.listlnk a:active{ color: #e58000; text-decoration:none; }

table#whatsnew{
	border-collapse:collapse;
}

tr.upper td{
	padding:0 5px;
	border-left:1px solid #5f9cd5;
	border-right:1px solid #5f9cd5;
}

tr.downer td{
	padding:5px 5px;
	border-left:1px solid #006acd;
	border-right:1px solid #006acd;
}

span.new{
	color:#ff0000;
	font-size:100%;
	line-height:140%;
	font-weight:bold;
	display:block;
}

span.date{
	color:#666;
	font-size:75%;
	line-height:140%;
	font-weight:bold;
}

span.category{
	color:#e58000;
	font-size:66%;
	line-height:140%;
	font-weight:bold;
}

span.newstext{
	font-size:80%;
	line-height:120%;
	margin-left:-2px;
}

table#wwsite{
	font-size:80%;
	line-height:120%;
}

table#wwsite th{
	width:170px;
}

table#wwsite td{
	width:25%;
	padding:0 0 0 10px;
}


table.bannerlink th{
	font-size:80%;
	line-height:120%;
	padding:3px 5px;
	color:#666;
	text-align:left;
	font-weight:100;
	background-color:#dadada;
}
table.bannerlink td{
	margin:0;
	padding:5px 0 10px 0;
}


p#bnrananta,
p#bnrquartz,
p#bnrcaliber,
p#bnradgalleries,
p#bnrsponsorship,
p#bnrspringdrive,
p#bnrcredor,
p#bnrpdp,
p#bnriw,
p#bnrbasel,
p#bnrf1gear,
p#bnrsdsw{
	width:171px;
	height:50px;
	padding:0;
	margin:0;
}

p#bnrpulsar,
p#bnrlorus,
p#bnralba{
	float:left;
	width:110px;
	height:50px;
}

p#bnrananta a,
p#bnrquartz a,
p#bnrcaliber a,
p#bnradgalleries a,
p#bnrsponsorship a,
p#bnrspringdrive a,
p#bnrcredor a,
p#bnrpdp a,
p#bnriw a,
p#bnrbasel a,
p#bnrf1gear a,
p#bnrsdsw a{
	display:block;
	width:171px;
	height:50px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}

p#bnrpulsar a,
p#bnrlorus a,
p#bnralba a{
	display:block;
	width:110px;
	height:50px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}



p#bnrcaliber a{ background:  url(http://www.seikowatches.com/images/index/bnr_caliberop.jpg) 0 0 no-repeat; }
p#bnradgalleries a{ background:  url(http://www.seikowatches.com/images/index/bnr_adgalleries.jpg) 0 0 no-repeat; }
p#bnrsponsorship a{ background:  url(http://www.seikowatches.com/images/index/bnr_sponsorship.jpg) 0 0 no-repeat; }
p#bnrspringdrive a{ background:  url(http://www.seikowatches.com/images/index/bnr_springdrive.gif) 0 0 no-repeat; }
p#bnrcredor a{ background:  url(http://www.seikowatches.com/images/index/bnr_credor.gif) 0 0 no-repeat; }
p#bnrpulsar a{ background:  url(http://www.seikowatches.com/images/index/bnr_pulsar.jpg) 0 0 no-repeat; }
p#bnrlorus a{ background:  url(http://www.seikowatches.com/images/index/bnr_lorus.jpg) 0 0 no-repeat; }
p#bnralba a{ background:  url(http://www.seikowatches.com/images/index/bnr_alba.jpg) 0 0 no-repeat; }
p#bnrpdp a{ background:  url(http://www.seikowatches.com/images/index/bnr_pdp.jpg) 0 0 no-repeat; }
p#bnriw a{ background:  url(http://www.seikowatches.com/images/index/bnr_iw.gif) 0 0 no-repeat; }
p#bnrbasel a{ background:  url(http://www.seikowatches.com/images/index/bnr_basel.gif) 0 0 no-repeat; }
p#bnrf1gear a{ background:  url(http://www.seikowatches.com/images/index/bnr_f1gear.jpg) 0 0 no-repeat; }
p#bnrsdsw a{ background:  url(http://www.seikowatches.com/images/index/bnr_springdrive_sw.gif) 0 0 no-repeat; }
p#bnrananta a{ background:  url(http://www.seikowatches.com/images/index/bnr_ananta_sp.jpg) 0 0 no-repeat; }
p#bnrquartz a{ background:  url(http://www.seikowatches.com/images/index/bnr_quartz.jpg) 0 0 no-repeat; }

p#bnrananta a:hover,
p#bnrquartz a:hover,
p#bnrcaliber a:hover,
p#bnradgalleries a:hover,
p#bnrsponsorship a:hover,
p#bnrspringdrive a:hover,
p#bnrcredor a:hover,
p#bnrpulsar a:hover,
p#bnrlorus a:hover,
p#bnralba a:hover,
p#bnrpdp a:hover,

p#bnrbasel a:hover,
p#bnrf1gear a:hover,
p#bnrsdsw a:hover{ background-position:0 -50px; }

.home-teaser-small {
display:block;
width:110px;
height:50px;
padding:0;
margin:0;
text-indent:-9999px;
}

.home-teaser-small:hover {
opacity: 0.8;
filter:alpha(opacity=80);
}

.home-teaser {
display:block;
width:171px;
height:50px;
padding:0;
margin:0;
text-indent:-9999px;
}

.home-teaser:hover {
opacity: 0.7;
filter:alpha(opacity=70);
}


/*div#footer{
	position:static;
	height:auto;
}*/
/** FOOTER **********************************************************************************************************/
div#footer_start{
	position:static;
	bottom:-65px;
	height:auto;
	width:100%;
	padding:15px 0 40px 0;
	font-size:70%;
	line-height:125%;
	text-align:center;
	border-top:2px solid #fff;
}



div#footer_start .closebutton{
	width:760px;
	margin:-2px auto 0 auto;
	text-align:right;
}

div#s1name{
	width:80px;
	margin:0 0 0 auto;
}

div#footer_start .closebutton a{
	margin:0;
	padding:0;
}

div#footer_start .closebutton a:hover{
	background-color:#1a1a1a;
}

/** FOOTER LINK COLOR ***********************************************************************************************/
div#footer_start a:link{ color: #fff; text-decoration:none; }
div#footer_start a:visited{ color: #5e8399; text-decoration:none; }
div#footer_start a:hover{ color: #1e6a999; text-decoration:none; background-color: #b2e1ff; }
div#footer_start a:active{ color: #e58000; text-decoration:none; }

/** FOOTER MENU *****************************************************************************************************/
div#footermenu{
	margin:0 0 19px;
	color:#fff;
}

div#footermenu a{
	padding:0;
}

div.copyright{
}



/*  2007/11/30 add
---------------------------------------------------	*/
td#archivearea{
	width:100%;
	padding-top:10px;
}
td#archivearea p.listlnk{
	text-align:right;
}
td#archivearea p.listlnk a{
	padding:0 0 2px 17px;
	background:  url(../images/btn_arrow_right.gif) 2px 3px no-repeat;
}
td#archivearea p.listlnk a:hover{ color: #1e6a99; text-decoration:none; background-color: #b2e1ff; }


/*  2008/11/7 add
---------------------------------------------------	*/
object,embed{z-index:1;}
div#tokei_wrapper{
	position:relative;
}
div#tokei_wrapper div#tokei_hover_area{
	position:absolute;
	top:0;
	left:0;
	width:170px;
	height:95px;
    	z-index:9;
}
div#tokei_wrapper div#tokei_swf{
	margin-top: -119px;
	margin-left: 0px;
	width:170px;
	height:130px;
}

#pic {
	background-color: none;
	left: 180px;
	position: relative;
	top: 10px;
	width: 380px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: none;
	border: none;
	display: block;
	height: 30px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 380px;
}

#pic a.p1:hover {
	background-color: none;
	color: none;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: none;
	display: block;
	height: 245px;
	left: -160px;
	position: absolute;
	top: 20px;
	width: 682px;
}

#pic1 {
	background-color: none;
	left: 10px;
	position: relative; 
	z-index:50;
	top: 10px;
	width: 170px;
}

#pic1 a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic1 a img {
	border: 0;
}

#pic1 a.p11, #pic1 a.p11:visited {
	background: none;
	border: none;
	/*display: block;*/
	height: 95px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 170px;
}

#pic1 a.p11:hover {
	background-color: none;
	color: none;
	text-decoration: none;
}

#pic1 a.p11:hover .large {
	border: none;
	display: block;
	height: 110px;
	left: 180px;
	position: absolute;
	top: -10px;
	width: 516px;
}

.new {
    target-new: new ! important
}


/*
CSS für safari und chrome
*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
 .header_2
 {
  padding: 0px 0px 10px 15px;
 }
}
