@charset "utf-8";
html {
	height: 100%
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #FFFFFF;*/
	background-image:url("../bodyBack.png");
	background-position:center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border-style:none;
	height: 100%
}

p, li, td {
	font-size: 0.8em;
	text-align:justify;
}

.taolutab {
	padding: 3px;
	text-align:left;
}

H1 {
	font-size: 1.3em;
	font-weight: bold;
}
H2 {
	font-size: 0.8em;
	font-weight: bold;
	height: 0.5em;
}
H3 {
	font-size: 0.9em;
	font-weight: bold;
	height: 0.5em;
}
H6 {
	font-size: 0.6em;
	height: 0.5em;
}
.youtube {
	z-index:2;
	width: 100%;
}
.kursivt {
	font-style:italic;
}

.tdMenu {
	width: 160px;
	text-align: center;
	font-size: 0.8em;
}
.fat {
	font-weight:bold;
}
.tdMenuWushu {
	width: 214px;
	text-align: center;
	font-size: 0.8em;
}

.oneColElsCtrHdr a:link {color:#990000; text-decoration:none;}
.oneColElsCtrHdr a:visited {color:#993333; text-decoration:none;}
.oneColElsCtrHdr a:hover {color:#990000; text-decoration:underline;}
.oneColElsCtrHdr a:active {color:#990000; text-decoration:underline;}

.ankare a:link {color:#000000; text-decoration:none;}
.ankare a:visited {color:#000000; text-decoration:none;}
.ankare a:hover {color:#000000; text-decoration:none;}
.ankare a:active {color:#000000; text-decoration:none;}

.oneColElsCtrHdr #container {
	width: 760px;
	margin: 0 auto;
	border: 0;
	text-align: left;
	background-image: url("../images/mainbackDS_.png");
	background-repeat: repeat-y;
	height: 100%;
}

.oneColElsCtrHdr #header {
	padding: 40px 40px 0 40px;	
	background-image: url("../images/headbackDS_.png");
	background-repeat: no-repeat;
	position:fixed;
	z-index: 999;
	top: 0;
	text-align: center;
	height: 160px;
	width: 680px;
}

.oneColElsCtrHdr #headerIndex {
	background-image: url("../images/headbackDS_.png");
	background-repeat: no-repeat;
	position:fixed;
	z-index: 999;
	top: 0;
	text-align: center;
	height: 100px;
	width: 760px;
}

.oneColElsCtrHdr #mainContentIndex {
	background-image: url("../images/mainbackDS_.png");
	padding: 50px 40px 175px 40px;
	text-align: left;
	z-index: 1;
}

.oneColElsCtrHdr #mainContent {
	background-image: url("../images/mainbackDS_.png");
	padding: 150px 40px 175px 40px;
	text-align: left;
	z-index: 1;
}
.oneColElsCtrHdr #mainContentForm {
	background-image: url("../images/mainbackDS_.png");
	padding: 160px 40px 175px 40px;
	text-align: left;
	z-index: 1;
}
.oneColElsCtrHdr #footer { 
	width: 760px;
	background-image:url("../images/FootBackDS.jpg");
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	bottom: 0;
	position:fixed;
	height: 175px;
	z-index: 99999;
	padding: 0; 
} 

