@charset "utf-8";
/* Orklang */

body {
	background: url(../images/bg_body.jpg) repeat top left;
	margin: 0;
	padding: 0;
}
body,html,td,p {
	font: normal 12px Tahoma, Verdana, sans-serif;
	color: #000000;
}
div#wrapper {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

div#banner {
	background: url(../images/banner.jpg) no-repeat top center;
	width: 1000px;
	height: 266px;
	margin: 0 auto; 
}

div#menu {
	background: url(../images/menu.jpg) no-repeat top center;
	width: 930px;
	height: 66px;
	margin: 0 auto;
	padding: 0 0 0 70px;
}

div#content {
	background: url(../images/content.jpg) no-repeat top center;
	width: 900px;
	min-height: 425px;
	height: auto;
	margin: 0 auto;
	padding: 10px 50px 10px 50px;
}

div#footer {
	width: 1000px;
	height: 25px;
	text-align: center;
	color: #8d8d8b;
	margin: 0 auto;
}

div#tagmark { padding-top: 10px; text-align:center; width:100%; }
td { vertical-align: top; }
img { border: none; }

a:link, a:visited
{
font-family: inherit;
color: #000000;
font-size: inherit;
font-weight: bold;
text-decoration: none;
}


a:hover, a:active
{
font-family: inherit;
color: #8d8d8b;
font-size: inherit;
font-weight: bold;
text-decoration: none;
}

h1 {
font-family: inherit;
font-size: 20px;
font-weight: lighter;
color: #000;
}

h2 {
font-family: inherit;
font-size: 18px;
font-weight: lighter;
color: #000;
}

h3 {
font-family: inherit;
font-size: 16px;
font-weight: lighter;
color: #000;
}

h4,h5,h6 {
font-family: inherit;
font-size: 14px;
font-weight: bold;
color: #2b00ac;
}

td.contact {
margin: 0;
padding: 0;
}

input.contact {
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
color: #000;
border: 1px solid #000;
background-color:#fff;
}

textarea.contact {
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
color: #000;
border: 1px solid #000;
}

