* {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #701212;
	text-decoration:none;
}

a:hover {
	font-weight: bold;
}

a:visited {
	color: #701212;
	text-decoration:none;
}


body {	
	background-color: #FED8B3;
	font: 12px Arial;
	color: #000000;
}

#content{
	margin: 0 auto;
	width: 1014px;
	clear:both;
}

#tekst {
	padding: 15px;
}

#header_bg{
	background: url(images/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height: 125px;
	background: url(images/header.PNG);
	background-repeat:no-repeat;
	background-position: center;
}

#menu{
	width: 1014px;
	height: 65px;
	margin: 0 auto;
}

#menu_bg{
	height: 82px;
	background: url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#menu ul {
	list-style: none;
	padding-top: 4px;
	padding-left: 55px;
}

#menu li {
	display: inline;
}

#menu a {
	font-family: Arial;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	float: left;
	width: 174px;
	height: 42px;
	display: block;
	padding-top: 20px;	
}


#menu a:hover{
	width: 174px;
	height: 42px;
	background: url(images/menu_hov.png);
}

#left{
	width: 251px;
	font-size: 15px;
}

.bor{
	border: 1px solid #701212;
	background-color: #ffffff;
}

#left H3{
	font-family: Arial;
	font-size: 16px;
	width: 200px;
	height: 41px;
	font-weight: bold;
	padding-top: 10px;
	color: #ffffff;
	background: url(images/titleleft.jpg);
	background-repeat:repeat-x;
	text-align: left;
	padding-left: 49px;
}

#left ul {
	padding-top: 5px;
	padding-left:20px;
}

#left li {
	background-repeat:no-repeat;
	background-position: top left;
	padding-bottom: 5px;
	margin-bottom: 3px;
	list-style-type: circle;
}

#right{
	float: right;
	width: 750px;
}

#right ul {
	padding-top: 5px;
	padding-left:20px;
}

#right li {
	background-repeat:no-repeat;
	background-position: top left;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

#right H3{
	font-family: Arial;
	font-size: 16px;
	width: 699px;
	height: 41px;
	font-weight: bold;
	padding-top: 10px;
	color: #FFFFFF;
	background: url(images/titleleft.jpg);
	background-repeat:repeat-x;
	text-align: left;
	padding-left: 49px;
}

#right H2{
	font-family: Arial;
	font-size: 16px;
	color: #701212;
	text-align: left;
}

#footer {
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	clear: both;
	padding: 25px 0px 15px 0px;
	background: url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#footer a {
	color: #FFFFFF;
}

/**************************************** Form elements member login ****************************/

input[type="text"] {
	background-color: #FFF;
	color: #000;
	text-align: left;
	border: 2px solid #FED8B3;
	padding: 2px;
	margin: 5px 0px 5px 0;
	width: 250px;	
}

input[type="password"] {
	background-color: #FFF;
	color: #000;
	text-align: left;
	border: 2px solid #FED8B3;
	padding: 2px;
	margin: 5px 0px 5px 0;
	width: 250px;	
}

input[type="submit"] {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	text-align: center;
	border: 2px solid #FED8B3;
	padding: 2px;
	margin: 5px 0px 5px 0;
	width: 250px;	
}

select {
	background-color: #FFF;
	color: #000;
	text-align: left;
	border: 2px solid #FED8B3;
	padding: 2px;
	margin: 5px 0px 5px 0;
	width: 250px;		
}

textarea {
	background-color: #FFF;
	color: #000;
	text-align: left;
	border: 2px solid #FED8B3;
	padding: 2px;
	margin: 5px 0px 5px 0;
	width: 250px;		

}
