﻿@charset "utf-8";
/* CSS Document */

html, body { /* html und body brauchen diese Angabe */
	margin: 0px;
	height: 100%;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
	font-size: 11px;
	line-height: 22px;
}
a{
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */

}
#container {
	width: 100%;
	height: 100%;
}
#space { 
	width: 1px;
	height: 50%;
	margin-bottom: -240px; /* die Hälfte der Inhals's Höhe */
	float: left;
}
#intro {
	width: 100%;
	height: 400px;
	background: url(../images/background.png) repeat-x center;
	margin: 0 auto;
	position: relative; /* hebt den inhalt vor den space  */
	clear: left; /* hebt das float vom space auf  */
}
#logo {
	/*width: 1700px;*/
	height: 400px;
	background: url(../images/intro.jpg) no-repeat;
}
#declare {
	position: absolute;
	bottom: 0px;
	height: 80px;
	margin: 0px 0px 0px 90px;
	font-size: 9px;
	color: #BCBEC0;
	line-height: 15px;
}
#partner {
	position: absolute;
	bottom: 0px;
	height: 80px;
	margin: 0px 0px 0px 430px;
	font-size: 9px;
	color: #BCBEC0;
	line-height: 15px;
}
#partnerimg {
	position: absolute;
	bottom: 0px;
	height: 60px;
	margin: 0px 0px 20px 485px;
	width: 119px;
	background-image: url(../images/partner.png);
	background-repeat: no-repeat;
}
#partnerimg a { display: block; width: 100%; height: 100%; text-indent: -5000px; }
#intro a { display: block; width: 100%; height: 100%; text-indent: -5000px; }
	
#link_2008 { float: left; height: 75px; width: 160px; margin: 312px 0px 0px 94px; }
#link_2010 { float: left; height: 75px; width: 160px; margin: 312px 0px 0px 54px; }
#link_2012 { float: left; height: 75px; width: 190px; margin: 312px 0px 0px 56px; }
#link_2014 { float: left; height: 75px; width: 190px; margin: 312px 0px 0px 37px; }
#link_2016 { float: left; height: 75px; width: 190px; margin: 312px 0px 0px 27px; }
#link_2018 { float: left; height: 75px; width: 190px; margin: 312px 0px 0px 24px; }
#link_2020 { float: left; height: 75px; width: 190px; margin: 312px 0px 0px 19px; }
#link_2008 a:hover {background:url(../images/hover_tiva_08.jpg) no-repeat;}
#link_2010 a:hover {background:url(../images/hover_tiva_10.jpg) no-repeat;}
#link_2012 a:hover {background:url(../images/hover_tiva_12.jpg) no-repeat;}
#link_2014 a:hover {background:url(../images/hover_tiva_14.jpg) no-repeat;}
#link_2016 a:hover {background:url(../images/hover_tiva_16.jpg) no-repeat;}
#link_2018 a:hover {background:url(../images/hover_tiva_18.jpg) no-repeat;}
#link_2020 a:hover {background:url(../images/hover_tiva_20.jpg) no-repeat;}