@charset "UTF-8";

/*formatting style----------------------*/

* {
	margin-top: 0px;
	padding-top: 0px;
	font-style: normal;
}
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333333;
	text-align: left;
	background-image: url(img/bg_body.gif);
	background-repeat: repeat;
}

hr {
	display: none;
}
p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#bt {
	margin-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
#bt img {
	padding-right: 6px;
	padding-left: 6px;
	margin: 0px;
}


/*link style----------------------*/
a img {
	border-style: none;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #996633;
	text-decoration: underline;
}



#wrap {
	width: 700px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	border: 2px solid #CCCCCC;
	background-color: #FFFE70;
	padding-top: 0px;
}
#main {
	width: 660px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}

#teltel {
	margin-top: 30px;
	margin-bottom: 20px;
}
#close {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

